Octopus
poisson_no_oct_m Module Reference

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)
 

Function/Subroutine Documentation

◆ poisson_no_init()

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.

◆ poisson_no_end()

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.

◆ poisson_no_solve()

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.