MPI-AMRVAC
3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
|
Public Attributes | |
integer | bc_type = mg_bc_dirichlet |
Type of boundary condition. More... | |
real(dp) | bc_value = 0.0_dp |
Value (for e.g. Dirichlet or Neumann) More... | |
procedure(mg_subr_bc), pointer, nopass | boundary_cond => null() |
To set user-defined boundary conditions (overrides bc(:)) More... | |
procedure(mg_subr_rb), pointer, nopass | refinement_bnd => null() |
To set a user-defined refinement boundary method. More... | |
Definition at line 178 of file m_octree_mg_1d.t.
integer m_octree_mg_1d::mg_bc_t::bc_type = mg_bc_dirichlet |
Type of boundary condition.
Definition at line 179 of file m_octree_mg_1d.t.
real(dp) m_octree_mg_1d::mg_bc_t::bc_value = 0.0_dp |
Value (for e.g. Dirichlet or Neumann)
Definition at line 180 of file m_octree_mg_1d.t.
procedure(mg_subr_bc), pointer, nopass m_octree_mg_1d::mg_bc_t::boundary_cond => null() |
To set user-defined boundary conditions (overrides bc(:))
Definition at line 182 of file m_octree_mg_1d.t.
procedure(mg_subr_rb), pointer, nopass m_octree_mg_1d::mg_bc_t::refinement_bnd => null() |
To set a user-defined refinement boundary method.
Definition at line 184 of file m_octree_mg_1d.t.