Class to manage face basis function data. More...


Public Member Functions | |
| faceFsData (const faceCutData &fcd, const polyMesh &mesh, const label nActiveCuts, const scalarField &pointXs, const scalarField &cutXs) | |
| void | cache (const label celli, const label cuti) |
| const Pair< scalarField > & | pointFs (const label cuti) const |
| const Pair< scalarField > & | faceFs (const label cuti) const |
| const Pair< Pair< scalarField > > & | faceCutFs (const label cuti) const |
Public Member Functions inherited from faceData | |
| faceData (const polyMesh &mesh, const label nActiveCuts, const scalarField &pointXs, const scalarField &cutXs) | |
| void | clear (const label cuti) |
Additional Inherited Members | |
Protected Member Functions inherited from faceData | |
| label | activeCuti (const label cuti) const |
Protected Attributes inherited from faceData | |
| const cellList & | cells_ |
| const cellEdgeAddressingList & | cAddrs_ |
| const scalarField & | cellVolumes_ |
| const faceList & | faces_ |
| const vectorField & | faceAreas_ |
| const pointField & | faceCentres_ |
| const pointField & | points_ |
| const scalarField & | pointXs_ |
| const scalarField & | cutXs_ |
| PtrList< DynamicList< label > > | faceis_ |
| PtrList< boolList > | haveFaces_ |
Class to manage face basis function data.
Definition at line 228 of file cellCutPlot.C.
|
inline |
Definition at line 245 of file cellCutPlot.C.
References faceData::faceis_, forAll, mesh, primitiveMesh::nFaces(), primitiveMesh::nPoints(), and PtrList< T >::set().

Definition at line 268 of file cellCutPlot.C.
References faceData::activeCuti(), faceData::cells_, faceData::cutXs_, Foam::cutPoly::faceAreaAverage(), faceData::faceAreas_, Foam::cutPoly::faceCutAreaIntegral(), faceCutData::faceCuts(), faceData::faceis_, faceData::faces_, Tuple2< Type1, Type2 >::first(), forAll, faceData::haveFaces_, Foam::magSqr(), faceData::points_, faceData::pointXs_, Tuple2< Type1, Type2 >::second(), and List< T >::size().
Referenced by Foam::cellCutPlot::calcInterpolatingWeights().


|
inline |
Definition at line 356 of file cellCutPlot.C.
References faceData::activeCuti().
Referenced by Foam::cellCutPlot::calcInterpolatingWeights().


|
inline |
Definition at line 361 of file cellCutPlot.C.
References faceData::activeCuti().
Referenced by Foam::cellCutPlot::calcInterpolatingWeights().


|
inline |
Definition at line 366 of file cellCutPlot.C.
References faceData::activeCuti().
Referenced by Foam::cellCutPlot::calcInterpolatingWeights().

