Octopus
|
Data Types | |
type | ps_psf_t |
Functions/Subroutines | |
subroutine, public | ps_psf_init (pstm, ispin, filename, namespace) |
subroutine, public | ps_psf_end (ps_psf) |
subroutine | build_valconf (psf_file, ispin, conf, namespace) |
subroutine | file_to_grid (psf_file, ps_grid) |
subroutine, public | ps_psf_process (ps_psf, namespace, lmax, lloc) |
subroutine, public | ps_psf_get_eigen (ps_psf, eigen) |
subroutine | solve_schroedinger (psf_file, namespace, g, conf, ispin, rphi, eigen) |
subroutine | ghost_analysis (psf_file, ps_grid, g, namespace, eigen, lmax) |
subroutine, public ps_psf_oct_m::ps_psf_init | ( | type(ps_psf_t), intent(inout) | pstm, |
integer, intent(in) | ispin, | ||
character(len=*), intent(in) | filename, | ||
type(namespace_t), intent(in) | namespace | ||
) |
Definition at line 150 of file ps_psf.F90.
subroutine, public ps_psf_oct_m::ps_psf_end | ( | type(ps_psf_t), intent(inout) | ps_psf | ) |
Definition at line 201 of file ps_psf.F90.
|
private |
Definition at line 215 of file ps_psf.F90.
|
private |
Definition at line 270 of file ps_psf.F90.
subroutine, public ps_psf_oct_m::ps_psf_process | ( | type(ps_psf_t), intent(inout) | ps_psf, |
type(namespace_t), intent(in) | namespace, | ||
integer, intent(in) | lmax, | ||
integer, intent(in) | lloc | ||
) |
Definition at line 300 of file ps_psf.F90.
subroutine, public ps_psf_oct_m::ps_psf_get_eigen | ( | type(ps_psf_t), intent(in) | ps_psf, |
real(real64), dimension(:,:), intent(out) | eigen | ||
) |
Definition at line 334 of file ps_psf.F90.
|
private |
Definition at line 354 of file ps_psf.F90.
|
private |
Definition at line 530 of file ps_psf.F90.