Chombo + EB  3.2
Public Member Functions | Public Attributes | List of all members
STLBox Class Reference

#include <STLBox.H>

Public Member Functions

 STLBox (RefCountedPtr< STLMesh > a_stlmesh, const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const RealVect &a_dx)
 
void SetMeshBox (RefCountedPtr< STLMesh > a_stlmesh, const Box &a_region, const ProblemDomain &a_domain, const RealVect &a_origin, const RealVect &a_dx)
 
void GetCellMap (CellMap **a_cellmap)
 
void GetNodeMap (NodeMap **a_nodemap)
 
void GetEdgeMap (EdgeMap **a_edgemap)
 

Public Attributes

RefCountedPtr< STLMeshm_msh
 
Box m_region
 
ProblemDomain m_domain
 
RealVect m_origin
 
RealVect m_dx
 
CellMap m_cellmap
 
NodeMap m_nodemap
 
EdgeMap m_edgemap
 

Constructor & Destructor Documentation

◆ STLBox()

STLBox::STLBox ( RefCountedPtr< STLMesh a_stlmesh,
const Box a_region,
const ProblemDomain a_domain,
const RealVect a_origin,
const RealVect a_dx 
)

Member Function Documentation

◆ SetMeshBox()

void STLBox::SetMeshBox ( RefCountedPtr< STLMesh a_stlmesh,
const Box a_region,
const ProblemDomain a_domain,
const RealVect a_origin,
const RealVect a_dx 
)

◆ GetCellMap()

void STLBox::GetCellMap ( CellMap **  a_cellmap)

◆ GetNodeMap()

void STLBox::GetNodeMap ( NodeMap **  a_nodemap)

◆ GetEdgeMap()

void STLBox::GetEdgeMap ( EdgeMap **  a_edgemap)

Member Data Documentation

◆ m_msh

RefCountedPtr<STLMesh> STLBox::m_msh

◆ m_region

Box STLBox::m_region

◆ m_domain

ProblemDomain STLBox::m_domain

◆ m_origin

RealVect STLBox::m_origin

◆ m_dx

RealVect STLBox::m_dx

◆ m_cellmap

CellMap STLBox::m_cellmap

◆ m_nodemap

NodeMap STLBox::m_nodemap

◆ m_edgemap

EdgeMap STLBox::m_edgemap

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