(git:c5411e0)
Loading...
Searching...
No Matches
pw_poisson_methods::pw_poisson_rebuild Interface Reference

Public Member Functions

subroutine pw_poisson_rebuild_nodens (poisson_env)
 rebuilds all the internal values needed to use the poisson solver
 
subroutine pw_poisson_rebuild_c1d_gs (poisson_env, density)
 rebuilds all the internal values needed to use the poisson solver
 
subroutine pw_poisson_rebuild_r3d_rs (poisson_env, density)
 rebuilds all the internal values needed to use the poisson solver
 

Detailed Description

Definition at line 73 of file pw_poisson_methods.F.

Member Function/Subroutine Documentation

◆ pw_poisson_rebuild_nodens()

subroutine pw_poisson_methods::pw_poisson_rebuild::pw_poisson_rebuild_nodens ( type(pw_poisson_type), intent(inout)  poisson_env)

rebuilds all the internal values needed to use the poisson solver

Parameters
poisson_envthe environment to rebuild
density...
Author
fawzi
Note
rebuilds if poisson_envrebuild is true

Definition at line 192 of file pw_poisson_methods.F.

Here is the call graph for this function:

◆ pw_poisson_rebuild_c1d_gs()

subroutine pw_poisson_methods::pw_poisson_rebuild::pw_poisson_rebuild_c1d_gs ( type(pw_poisson_type), intent(inout)  poisson_env,
type(pw_c1d_gs_type), intent(in)  density 
)

rebuilds all the internal values needed to use the poisson solver

Parameters
poisson_envthe environment to rebuild
density...
Author
fawzi
Note
rebuilds if poisson_envrebuild is true

Definition at line 300 of file pw_poisson_methods.F.

Here is the call graph for this function:

◆ pw_poisson_rebuild_r3d_rs()

subroutine pw_poisson_methods::pw_poisson_rebuild::pw_poisson_rebuild_r3d_rs ( type(pw_poisson_type), intent(inout)  poisson_env,
type(pw_r3d_rs_type), intent(in)  density 
)

rebuilds all the internal values needed to use the poisson solver

Parameters
poisson_envthe environment to rebuild
density...
Author
fawzi
Note
rebuilds if poisson_envrebuild is true

Definition at line 245 of file pw_poisson_methods.F.

Here is the call graph for this function:

The documentation for this interface was generated from the following file: