Octopus
|
Data Types | |
type | ps_cpi_t |
Functions/Subroutines | |
subroutine, public | ps_cpi_init (ps_cpi, filename, namespace) |
subroutine, public | ps_cpi_end (ps_cpi) |
subroutine, public | ps_cpi_file_to_grid (cpi_file, ps_grid) |
subroutine, public | ps_cpi_process (ps_cpi, lloc, namespace) |
subroutine, public ps_cpi_oct_m::ps_cpi_init | ( | type(ps_cpi_t), intent(inout) | ps_cpi, |
character(len=*), intent(in) | filename, | ||
type(namespace_t), intent(in) | namespace | ||
) |
Definition at line 147 of file ps_cpi.F90.
subroutine, public ps_cpi_oct_m::ps_cpi_end | ( | type(ps_cpi_t), intent(inout) | ps_cpi | ) |
Definition at line 182 of file ps_cpi.F90.
subroutine, public ps_cpi_oct_m::ps_cpi_file_to_grid | ( | type(ps_cpi_file_t), intent(in) | cpi_file, |
type(ps_in_grid_t), intent(out) | ps_grid | ||
) |
Definition at line 196 of file ps_cpi.F90.
subroutine, public ps_cpi_oct_m::ps_cpi_process | ( | type(ps_cpi_t), intent(inout) | ps_cpi, |
integer, intent(in) | lloc, | ||
type(namespace_t), intent(in) | namespace | ||
) |
Definition at line 220 of file ps_cpi.F90.