Octopus
|
Data Types | |
type | poisson_no_t |
Functions/Subroutines | |
subroutine, public | poisson_no_init (this) |
subroutine, public | poisson_no_end (this) |
subroutine, public | poisson_no_solve (this, mesh, pot, rho) |
subroutine, public poisson_no_oct_m::poisson_no_init | ( | type(poisson_no_t), intent(out) | this | ) |
Definition at line 134 of file poisson_no.F90.
subroutine, public poisson_no_oct_m::poisson_no_end | ( | type(poisson_no_t), intent(inout) | this | ) |
Definition at line 150 of file poisson_no.F90.
subroutine, public poisson_no_oct_m::poisson_no_solve | ( | type(poisson_no_t), intent(in) | this, |
type(mesh_t), intent(in) | mesh, | ||
real(real64), dimension(:), intent(out) | pot, | ||
real(real64), dimension(:), intent(in) | rho | ||
) |
Definition at line 162 of file poisson_no.F90.