MAIA bb96820c
Multiphysics at AIA
Loading...
Searching...
No Matches
GeometryIntersection< nDim_ >::polyCutCellBase Class Reference
Inheritance diagram for GeometryIntersection< nDim_ >::polyCutCellBase:
[legend]

Public Member Functions

 polyCutCellBase (MInt cartCell, const MFloat *_center)
 

Public Attributes

MInt cartesianCell
 
MFloat volume {}
 
MFloat center [nDim] {}
 

Detailed Description

template<MInt nDim_>
class GeometryIntersection< nDim_ >::polyCutCellBase

Definition at line 336 of file geometryintersection.h.

Constructor & Destructor Documentation

◆ polyCutCellBase()

template<MInt nDim_>
GeometryIntersection< nDim_ >::polyCutCellBase::polyCutCellBase ( MInt  cartCell,
const MFloat _center 
)
inline

Definition at line 341 of file geometryintersection.h.

341 : cartesianCell(cartCell) {
342 std::copy(_center, _center + nDim, center);
343 }
static constexpr MInt nDim

Member Data Documentation

◆ cartesianCell

template<MInt nDim_>
MInt GeometryIntersection< nDim_ >::polyCutCellBase::cartesianCell

Definition at line 338 of file geometryintersection.h.

◆ center

template<MInt nDim_>
MFloat GeometryIntersection< nDim_ >::polyCutCellBase::center[nDim] {}

Definition at line 340 of file geometryintersection.h.

◆ volume

template<MInt nDim_>
MFloat GeometryIntersection< nDim_ >::polyCutCellBase::volume {}

Definition at line 339 of file geometryintersection.h.


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