Octopus
restart_oct_m::restart_read_mesh_function Interface Reference

Detailed Description

Definition at line 192 of file restart.F90.

Private Member Functions

subroutine drestart_read_mesh_function (restart, space, filename, mesh, ff, ierr)
 In domain parallel case each process reads a part of the file. At the end all the processes have the corresponding mesh part. More...
 
subroutine zrestart_read_mesh_function (restart, space, filename, mesh, ff, ierr)
 In domain parallel case each process reads a part of the file. At the end all the processes have the corresponding mesh part. More...
 

Member Function/Subroutine Documentation

◆ drestart_read_mesh_function()

subroutine restart_oct_m::restart_read_mesh_function::drestart_read_mesh_function ( type(restart_t), intent(in)  restart,
class(space_t), intent(in)  space,
character(len=*), intent(in)  filename,
class(mesh_t), intent(in)  mesh,
real(real64), dimension(:), intent(inout), target, contiguous  ff,
integer, intent(out)  ierr 
)
private

In domain parallel case each process reads a part of the file. At the end all the processes have the corresponding mesh part.

Definition at line 1156 of file restart.F90.

◆ zrestart_read_mesh_function()

subroutine restart_oct_m::restart_read_mesh_function::zrestart_read_mesh_function ( type(restart_t), intent(in)  restart,
class(space_t), intent(in)  space,
character(len=*), intent(in)  filename,
class(mesh_t), intent(in)  mesh,
complex(real64), dimension(:), intent(inout), target, contiguous  ff,
integer, intent(out)  ierr 
)
private

In domain parallel case each process reads a part of the file. At the end all the processes have the corresponding mesh part.

Definition at line 1797 of file restart.F90.


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