Octopus
|
Data Types | |
type | lda_u_mixer_t |
Functions/Subroutines | |
subroutine, public | lda_u_mixer_init_auxmixer (this, namespace, mixer, smix, st) |
subroutine, public | lda_u_mixer_init (this, mixer, st) |
subroutine, public | lda_u_mixer_clear (mixer, smix) |
subroutine, public | lda_u_mixer_end (mixer, smix) |
subroutine, public | lda_u_mixer_set_vout (this, mixer) |
subroutine, public | lda_u_mixer_set_vin (this, mixer) |
subroutine, public | lda_u_mixer_get_vnew (this, mixer, st) |
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_init_auxmixer | ( | type(lda_u_t), intent(in) | this, |
type(namespace_t), intent(in) | namespace, | ||
type(lda_u_mixer_t), intent(inout) | mixer, | ||
type(mix_t), intent(inout) | smix, | ||
type(states_elec_t), intent(in) | st | ||
) |
Definition at line 156 of file lda_u_mixer.F90.
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_init | ( | type(lda_u_t), intent(in) | this, |
type(lda_u_mixer_t), intent(inout) | mixer, | ||
type(states_elec_t), intent(in) | st | ||
) |
Definition at line 200 of file lda_u_mixer.F90.
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_clear | ( | type(lda_u_mixer_t), intent(inout) | mixer, |
type(mix_t), intent(inout) | smix | ||
) |
Definition at line 232 of file lda_u_mixer.F90.
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_end | ( | type(lda_u_mixer_t), intent(inout) | mixer, |
type(mix_t), intent(inout) | smix | ||
) |
Definition at line 246 of file lda_u_mixer.F90.
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_set_vout | ( | type(lda_u_t), intent(in) | this, |
type(lda_u_mixer_t), intent(inout) | mixer | ||
) |
Definition at line 264 of file lda_u_mixer.F90.
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_set_vin | ( | type(lda_u_t), intent(in) | this, |
type(lda_u_mixer_t), intent(inout) | mixer | ||
) |
Definition at line 288 of file lda_u_mixer.F90.
subroutine, public lda_u_mixer_oct_m::lda_u_mixer_get_vnew | ( | type(lda_u_t), intent(inout) | this, |
type(lda_u_mixer_t), intent(inout) | mixer, | ||
type(states_elec_t), intent(in) | st | ||
) |
Definition at line 312 of file lda_u_mixer.F90.