MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex Class Reference
Collaboration diagram for FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex:
[legend]

Public Member Functions

 polyVertex (MInt pId, MInt pType)
 
 polyVertex (MFloat *coords, MInt pId, MInt pType)
 

Public Attributes

MFloat coordinates [nDim] {}
 
MInt pointId {}
 
MInt pointType {}
 
MInt cartSrfcId {}
 
std::vector< MIntedges
 
std::set< MIntsurfaceIdentificators
 

Detailed Description

template<MInt nDim, class SysEqn>
class FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex

Definition at line 1274 of file fvmbcartesiansolverxd.h.

Constructor & Destructor Documentation

◆ polyVertex() [1/2]

template<MInt nDim, class SysEqn >
FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::polyVertex ( MInt  pId,
MInt  pType 
)
inline

◆ polyVertex() [2/2]

template<MInt nDim, class SysEqn >
FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::polyVertex ( MFloat coords,
MInt  pId,
MInt  pType 
)
inline

Definition at line 1284 of file fvmbcartesiansolverxd.h.

1284 : polyVertex(pId, pType) {
1285 std::copy(coords, coords + nDim, coordinates);
1286 }

Member Data Documentation

◆ cartSrfcId

template<MInt nDim, class SysEqn >
MInt FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::cartSrfcId {}

Definition at line 1280 of file fvmbcartesiansolverxd.h.

◆ coordinates

template<MInt nDim, class SysEqn >
MFloat FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::coordinates[nDim] {}

Definition at line 1276 of file fvmbcartesiansolverxd.h.

◆ edges

template<MInt nDim, class SysEqn >
std::vector<MInt> FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::edges

Definition at line 1281 of file fvmbcartesiansolverxd.h.

◆ pointId

template<MInt nDim, class SysEqn >
MInt FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::pointId {}

Definition at line 1277 of file fvmbcartesiansolverxd.h.

◆ pointType

template<MInt nDim, class SysEqn >
MInt FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::pointType {}

Definition at line 1278 of file fvmbcartesiansolverxd.h.

◆ surfaceIdentificators

template<MInt nDim, class SysEqn >
std::set<MInt> FvMbCartesianSolverXD< nDim, SysEqn >::polyVertex::surfaceIdentificators

Definition at line 1282 of file fvmbcartesiansolverxd.h.


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