![]() |
Octopus
|
Functions/Subroutines | |
subroutine, public | target_init_local (gr, namespace, tg, td) |
subroutine, public | target_end_local (tg) |
subroutine, public | target_output_local (tg, namespace, space, mesh, dir, ions, outp) |
real(real64) function, public | target_j1_local (mesh, tg, psi) |
subroutine, public | target_chi_local (tg, mesh, psi_in, chi_out) |
subroutine, public target_local_oct_m::target_init_local | ( | type(grid_t), intent(in) | gr, |
type(namespace_t), intent(in) | namespace, | ||
type(target_t), intent(inout) | tg, | ||
type(td_t), intent(in) | td | ||
) |
Definition at line 156 of file target_local.F90.
subroutine, public target_local_oct_m::target_end_local | ( | type(target_t), intent(inout) | tg | ) |
Definition at line 201 of file target_local.F90.
subroutine, public target_local_oct_m::target_output_local | ( | type(target_t), intent(in) | tg, |
type(namespace_t), intent(in) | namespace, | ||
class(space_t), intent(in) | space, | ||
class(mesh_t), intent(in) | mesh, | ||
character(len=*), intent(in) | dir, | ||
type(ions_t), intent(in) | ions, | ||
type(output_t), intent(in) | outp | ||
) |
Definition at line 213 of file target_local.F90.
real(real64) function, public target_local_oct_m::target_j1_local | ( | class(mesh_t), intent(in) | mesh, |
type(target_t), intent(in) | tg, | ||
type(states_elec_t), intent(in) | psi | ||
) |
Definition at line 237 of file target_local.F90.
subroutine, public target_local_oct_m::target_chi_local | ( | type(target_t), intent(in) | tg, |
class(mesh_t), intent(in) | mesh, | ||
type(states_elec_t), intent(in) | psi_in, | ||
type(states_elec_t), intent(inout) | chi_out | ||
) |
Definition at line 256 of file target_local.F90.