| 
    MPI-AMRVAC 3.2
    
   The MPI - Adaptive Mesh Refinement - Versatile Advection Code 
   | 
 
Public Attributes | |
| integer | bc_type = mg_bc_dirichlet | 
| Type of boundary condition.   | |
| real(dp) | bc_value = 0.0_dp | 
| Value (for e.g. Dirichlet or Neumann)   | |
Static Public Attributes | |
| procedure(mg_subr_bc), pointer, nopass | boundary_cond => null() | 
| To set user-defined boundary conditions (overrides bc(:))   | |
| procedure(mg_subr_rb), pointer, nopass | refinement_bnd => null() | 
| To set a user-defined refinement boundary method.   | |
Definition at line 181 of file m_octree_mg_2d.t.
| integer m_octree_mg_2d::mg_bc_t::bc_type = mg_bc_dirichlet | 
Type of boundary condition.
Definition at line 182 of file m_octree_mg_2d.t.
| real(dp) m_octree_mg_2d::mg_bc_t::bc_value = 0.0_dp | 
Value (for e.g. Dirichlet or Neumann)
Definition at line 183 of file m_octree_mg_2d.t.
      
  | 
  static | 
To set user-defined boundary conditions (overrides bc(:))
Definition at line 185 of file m_octree_mg_2d.t.
      
  | 
  static | 
To set a user-defined refinement boundary method.
Definition at line 187 of file m_octree_mg_2d.t.