![]() |
(git:b77b4be)
|
subroutines for defining and creating Dirichlet type subdomains More...
Functions/Subroutines | |
subroutine, public | dirichlet_boundary_region_setup (pw_pool, poisson_params, dbcs) |
Sets up the Dirichlet boundary condition. | |
subroutines for defining and creating Dirichlet type subdomains
subroutine, public dirichlet_bc_methods::dirichlet_boundary_region_setup | ( | type(pw_pool_type), intent(in), pointer | pw_pool, |
type(pw_poisson_parameter_type), intent(inout) | poisson_params, | ||
type(dirichlet_bc_p_type), dimension(:), intent(inout), allocatable | dbcs | ||
) |
Sets up the Dirichlet boundary condition.
pw_pool | pool of plane wave grid |
poisson_params | poisson_env parameters |
dbcs | the DBC region to be created |
Definition at line 64 of file dirichlet_bc_methods.F.