![]() |
(git:51fc4cd)
|
Public Member Functions | |
| pure subroutine | init_all_potential (potential, itype, zeff, zeff_correction) |
| ... | |
| subroutine | init_gth_potential (potential) |
| Initialise a GTH potential data set structure. | |
| subroutine | init_sgp_potential (potential) |
| Initialise a SGP potential data set structure. | |
Definition at line 286 of file external_potential_types.F.
| pure subroutine external_potential_types::init_potential::init_all_potential | ( | type(all_potential_type), intent(inout), pointer | potential, |
| character(len=*), intent(in), optional | itype, | ||
| real(kind=dp), intent(in), optional | zeff, | ||
| real(kind=dp), intent(in), optional | zeff_correction | ||
| ) |
...
| potential | ... |
| itype | ... |
| zeff | ... |
| zeff_correction | ... |
Definition at line 1107 of file external_potential_types.F.
| subroutine external_potential_types::init_potential::init_gth_potential | ( | type(gth_potential_type), intent(in), pointer | potential | ) |
Initialise a GTH potential data set structure.
| potential | ... |
Definition at line 1030 of file external_potential_types.F.
| subroutine external_potential_types::init_potential::init_sgp_potential | ( | type(sgp_potential_type), intent(in), pointer | potential | ) |
Initialise a SGP potential data set structure.
| potential | ... |
Definition at line 1198 of file external_potential_types.F.