Octopus
|
Data Types | |
type | mf_t |
Functions/Subroutines | |
subroutine, public | mf_init (this, gr, st, ions, pt_mode) |
subroutine, public | mf_end (this) |
subroutine, public | mf_calc (this, gr, st, ions, pt_mode, time) |
subroutine, public | mf_photons_dump (restart, this, gr, dt, pt_mode, ierr) |
subroutine, public | mf_photons_load (restart, this, gr, ierr) |
subroutine, public photon_mode_mf_oct_m::mf_init | ( | type(mf_t), intent(out) | this, |
type(grid_t), intent(in) | gr, | ||
type(states_elec_t), intent(in) | st, | ||
type(ions_t), intent(in) | ions, | ||
type(photon_mode_t), intent(in) | pt_mode | ||
) |
Definition at line 159 of file photon_mode_mf.F90.
subroutine, public photon_mode_mf_oct_m::mf_end | ( | type(mf_t), intent(inout) | this | ) |
Definition at line 209 of file photon_mode_mf.F90.
subroutine, public photon_mode_mf_oct_m::mf_calc | ( | type(mf_t), intent(inout) | this, |
type(grid_t), intent(inout) | gr, | ||
type(states_elec_t), intent(inout) | st, | ||
type(ions_t), intent(in) | ions, | ||
type(photon_mode_t), intent(inout) | pt_mode, | ||
real(real64), intent(in) | time | ||
) |
Definition at line 230 of file photon_mode_mf.F90.
subroutine, public photon_mode_mf_oct_m::mf_photons_dump | ( | type(restart_t), intent(in) | restart, |
type(mf_t), intent(in) | this, | ||
type(grid_t), intent(in) | gr, | ||
real(real64), intent(in) | dt, | ||
type(photon_mode_t), intent(in) | pt_mode, | ||
integer, intent(out) | ierr | ||
) |
Definition at line 322 of file photon_mode_mf.F90.
subroutine, public photon_mode_mf_oct_m::mf_photons_load | ( | type(restart_t), intent(in) | restart, |
type(mf_t), intent(inout) | this, | ||
type(grid_t), intent(in) | gr, | ||
integer, intent(out) | ierr | ||
) |
Definition at line 362 of file photon_mode_mf.F90.