Definition at line 174 of file restart.F90.
|
subroutine | zrestart_write_binary1 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary2 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary3 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary5 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary1_int32 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary2_int32 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary3_int32 (restart, filename, np, ff, ierr, root) |
|
subroutine | zrestart_write_binary5_int32 (restart, filename, np, ff, ierr, root) |
|
◆ zrestart_write_binary1()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary1 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer(int64), intent(in) |
np, |
|
|
complex(real64), dimension(:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 1903 of file restart.F90.
◆ zrestart_write_binary2()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary2 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer(int64), intent(in) |
np, |
|
|
complex(real64), dimension(:,:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 1945 of file restart.F90.
◆ zrestart_write_binary3()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary3 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer(int64), intent(in) |
np, |
|
|
complex(real64), dimension(:,:,:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 1987 of file restart.F90.
◆ zrestart_write_binary5()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary5 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer(int64), intent(in) |
np, |
|
|
complex(real64), dimension(:,:,:,:,:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 2029 of file restart.F90.
◆ zrestart_write_binary1_int32()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary1_int32 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 2181 of file restart.F90.
◆ zrestart_write_binary2_int32()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary2_int32 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:,:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 2195 of file restart.F90.
◆ zrestart_write_binary3_int32()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary3_int32 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:,:,:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 2209 of file restart.F90.
◆ zrestart_write_binary5_int32()
subroutine restart_oct_m::zrestart_write_binary::zrestart_write_binary5_int32 |
( |
type(restart_t), intent(in) |
restart, |
|
|
character(len=*), intent(in) |
filename, |
|
|
integer, intent(in) |
np, |
|
|
complex(real64), dimension(:,:,:,:,:), intent(in) |
ff, |
|
|
integer, intent(out) |
ierr, |
|
|
integer, dimension(:), intent(in), optional |
root |
|
) |
| |
|
private |
- Parameters
-
[in] | root | which process is going to write the data |
Definition at line 2223 of file restart.F90.
The documentation for this interface was generated from the following file: