Octopus
restart_oct_m::drestart_write_binary Interface Reference

Detailed Description

Definition at line 168 of file restart.F90.

Private Member Functions

subroutine drestart_write_binary1 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary2 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary3 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary5 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary1_int32 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary2_int32 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary3_int32 (restart, filename, np, ff, ierr, root)
 
subroutine drestart_write_binary5_int32 (restart, filename, np, ff, ierr, root)
 

Member Function/Subroutine Documentation

◆ drestart_write_binary1()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary1 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer(int64), intent(in)  np,
real(real64), dimension(:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1253 of file restart.F90.

◆ drestart_write_binary2()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary2 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer(int64), intent(in)  np,
real(real64), dimension(:,:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1295 of file restart.F90.

◆ drestart_write_binary3()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary3 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer(int64), intent(in)  np,
real(real64), dimension(:,:,:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1337 of file restart.F90.

◆ drestart_write_binary5()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary5 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer(int64), intent(in)  np,
real(real64), dimension(:,:,:,:,:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1379 of file restart.F90.

◆ drestart_write_binary1_int32()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary1_int32 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer, intent(in)  np,
real(real64), dimension(:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1531 of file restart.F90.

◆ drestart_write_binary2_int32()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary2_int32 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer, intent(in)  np,
real(real64), dimension(:,:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1545 of file restart.F90.

◆ drestart_write_binary3_int32()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary3_int32 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer, intent(in)  np,
real(real64), dimension(:,:,:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1559 of file restart.F90.

◆ drestart_write_binary5_int32()

subroutine restart_oct_m::drestart_write_binary::drestart_write_binary5_int32 ( type(restart_t), intent(in)  restart,
character(len=*), intent(in)  filename,
integer, intent(in)  np,
real(real64), dimension(:,:,:,:,:), intent(in)  ff,
integer, intent(out)  ierr,
integer, dimension(:), intent(in), optional  root 
)
private
Parameters
[in]rootwhich process is going to write the data

Definition at line 1573 of file restart.F90.


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