Octopus
io_binary_oct_m::io_binary_write Interface Reference

Detailed Description

Definition at line 143 of file io_binary_f.F90.

Private Member Functions

subroutine dwrite_binary (fname, np, ff, ierr, nohead, fendian)
 
subroutine zwrite_binary (fname, np, ff, ierr, nohead, fendian)
 
subroutine iwrite_binary (fname, np, ff, ierr, nohead, fendian)
 
subroutine lwrite_binary (fname, np, ff, ierr, nohead, fendian)
 
subroutine zwrite_binary2 (fname, np, ff, ierr, nohead, fendian)
 
subroutine dwrite_binary2 (fname, np, ff, ierr, nohead, fendian)
 
subroutine iwrite_binary2 (fname, np, ff, ierr, nohead, fendian)
 
subroutine lwrite_binary2 (fname, np, ff, ierr, nohead, fendian)
 
subroutine zwrite_binary3 (fname, np, ff, ierr, nohead, fendian)
 
subroutine dwrite_binary3 (fname, np, ff, ierr, nohead, fendian)
 
subroutine iwrite_binary3 (fname, np, ff, ierr, nohead, fendian)
 
subroutine lwrite_binary3 (fname, np, ff, ierr, nohead, fendian)
 
subroutine zwrite_binary4 (fname, np, ff, ierr, nohead, fendian)
 
subroutine dwrite_binary4 (fname, np, ff, ierr, nohead, fendian)
 
subroutine iwrite_binary4 (fname, np, ff, ierr, nohead, fendian)
 
subroutine lwrite_binary4 (fname, np, ff, ierr, nohead, fendian)
 
subroutine zwrite_binary5 (fname, np, ff, ierr, nohead, fendian)
 
subroutine dwrite_binary5 (fname, np, ff, ierr, nohead, fendian)
 
subroutine iwrite_binary5 (fname, np, ff, ierr, nohead, fendian)
 
subroutine lwrite_binary5 (fname, np, ff, ierr, nohead, fendian)
 

Member Function/Subroutine Documentation

◆ dwrite_binary()

subroutine io_binary_oct_m::io_binary_write::dwrite_binary ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
real(real64), dimension(:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private
Parameters
[in]noheadskip header
[in]fendianflip endianness

Definition at line 856 of file io_binary_f.F90.

◆ zwrite_binary()

subroutine io_binary_oct_m::io_binary_write::zwrite_binary ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
complex(real64), dimension(:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private
Parameters
[in]noheadskip header
[in]fendianflip endianness

Definition at line 427 of file io_binary_f.F90.

◆ iwrite_binary()

subroutine io_binary_oct_m::io_binary_write::iwrite_binary ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer, dimension(:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private
Parameters
[in]noheadskip header
[in]fendianflip endianness

Definition at line 1285 of file io_binary_f.F90.

◆ lwrite_binary()

subroutine io_binary_oct_m::io_binary_write::lwrite_binary ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer(int64), dimension(:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private
Parameters
[in]noheadskip header
[in]fendianflip endianness

Definition at line 1715 of file io_binary_f.F90.

◆ zwrite_binary2()

subroutine io_binary_oct_m::io_binary_write::zwrite_binary2 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
complex(real64), dimension(:, :), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 455 of file io_binary_f.F90.

◆ dwrite_binary2()

subroutine io_binary_oct_m::io_binary_write::dwrite_binary2 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
real(real64), dimension(:, :), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 884 of file io_binary_f.F90.

◆ iwrite_binary2()

subroutine io_binary_oct_m::io_binary_write::iwrite_binary2 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer, dimension(:, :), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1313 of file io_binary_f.F90.

◆ lwrite_binary2()

subroutine io_binary_oct_m::io_binary_write::lwrite_binary2 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer(int64), dimension(:, :), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1743 of file io_binary_f.F90.

◆ zwrite_binary3()

subroutine io_binary_oct_m::io_binary_write::zwrite_binary3 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
complex(real64), dimension(:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 481 of file io_binary_f.F90.

◆ dwrite_binary3()

subroutine io_binary_oct_m::io_binary_write::dwrite_binary3 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
real(real64), dimension(:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 910 of file io_binary_f.F90.

◆ iwrite_binary3()

subroutine io_binary_oct_m::io_binary_write::iwrite_binary3 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer, dimension(:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1339 of file io_binary_f.F90.

◆ lwrite_binary3()

subroutine io_binary_oct_m::io_binary_write::lwrite_binary3 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer(int64), dimension(:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1769 of file io_binary_f.F90.

◆ zwrite_binary4()

subroutine io_binary_oct_m::io_binary_write::zwrite_binary4 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
complex(real64), dimension(:,:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 508 of file io_binary_f.F90.

◆ dwrite_binary4()

subroutine io_binary_oct_m::io_binary_write::dwrite_binary4 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
real(real64), dimension(:,:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 937 of file io_binary_f.F90.

◆ iwrite_binary4()

subroutine io_binary_oct_m::io_binary_write::iwrite_binary4 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer, dimension(:,:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1366 of file io_binary_f.F90.

◆ lwrite_binary4()

subroutine io_binary_oct_m::io_binary_write::lwrite_binary4 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer(int64), dimension(:,:,:,:), intent(in), target, contiguous  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1796 of file io_binary_f.F90.

◆ zwrite_binary5()

subroutine io_binary_oct_m::io_binary_write::zwrite_binary5 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
complex(real64), dimension(:,:,:,:,:), intent(in), target  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 535 of file io_binary_f.F90.

◆ dwrite_binary5()

subroutine io_binary_oct_m::io_binary_write::dwrite_binary5 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
real(real64), dimension(:,:,:,:,:), intent(in), target  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 964 of file io_binary_f.F90.

◆ iwrite_binary5()

subroutine io_binary_oct_m::io_binary_write::iwrite_binary5 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer, dimension(:,:,:,:,:), intent(in), target  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1393 of file io_binary_f.F90.

◆ lwrite_binary5()

subroutine io_binary_oct_m::io_binary_write::lwrite_binary5 ( character(len=*), intent(in)  fname,
integer(int64), intent(in)  np,
integer(int64), dimension(:,:,:,:,:), intent(in), target  ff,
integer, intent(out)  ierr,
logical, intent(in), optional  nohead,
logical, intent(in), optional  fendian 
)
private

Definition at line 1823 of file io_binary_f.F90.


The documentation for this interface was generated from the following file: