42 type(poisson_no_t),
intent(out) :: this
58 type(poisson_no_t),
intent(inout) :: this
70 type(poisson_no_t),
intent(in) :: this
71 type(mesh_t),
intent(in) :: mesh
72 real(real64),
intent(out) :: pot(:)
73 real(real64),
intent(in) :: rho(:)
real(real64), parameter, public m_zero
This module defines the meshes, which are used in Octopus.
subroutine, public poisson_no_solve(this, mesh, pot, rho)
subroutine, public poisson_no_init(this)
subroutine, public poisson_no_end(this)