MPI-AMRVAC 3.1
The MPI - Adaptive Mesh Refinement - Versatile Advection Code (development version)
Loading...
Searching...
No Matches
Public Attributes | Static Public Attributes | List of all members
m_octree_mg_3d::mg_bc_t Type Reference

Public Attributes

integer bc_type = mg_bc_dirichlet
 Type of boundary condition.
 
real(dpbc_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.
 

Detailed Description

Definition at line 190 of file m_octree_mg_3d.t.

Member Data Documentation

◆ bc_type

integer m_octree_mg_3d::mg_bc_t::bc_type = mg_bc_dirichlet

Type of boundary condition.

Definition at line 191 of file m_octree_mg_3d.t.

◆ bc_value

real(dp) m_octree_mg_3d::mg_bc_t::bc_value = 0.0_dp

Value (for e.g. Dirichlet or Neumann)

Definition at line 192 of file m_octree_mg_3d.t.

◆ boundary_cond

procedure(mg_subr_bc), pointer, nopass m_octree_mg_3d::mg_bc_t::boundary_cond => null()
static

To set user-defined boundary conditions (overrides bc(:))

Definition at line 194 of file m_octree_mg_3d.t.

◆ refinement_bnd

procedure(mg_subr_rb), pointer, nopass m_octree_mg_3d::mg_bc_t::refinement_bnd => null()
static

To set a user-defined refinement boundary method.

Definition at line 196 of file m_octree_mg_3d.t.


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