![]() |
Octopus
|
Data Types | |
| type | ps_fhi_t |
| remember that the FHI format is basically the CPI format with a header More... | |
Functions/Subroutines | |
| subroutine, public | ps_fhi_init (ps_fhi, filename, namespace) |
| subroutine, public | ps_fhi_end (ps_fhi) |
| subroutine, public | ps_fhi_process (ps_fhi, lmax, lloc, namespace) |
| subroutine, public ps_fhi_oct_m::ps_fhi_init | ( | type(ps_fhi_t), intent(inout) | ps_fhi, |
| character(len=*), intent(in) | filename, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) |
Definition at line 150 of file ps_fhi.F90.
| subroutine, public ps_fhi_oct_m::ps_fhi_end | ( | type(ps_fhi_t), intent(inout) | ps_fhi | ) |
Definition at line 184 of file ps_fhi.F90.
| subroutine, public ps_fhi_oct_m::ps_fhi_process | ( | type(ps_fhi_t), intent(inout) | ps_fhi, |
| integer, intent(in) | lmax, | ||
| integer, intent(in) | lloc, | ||
| type(namespace_t), intent(in) | namespace | ||
| ) |
Definition at line 203 of file ps_fhi.F90.