
Public Member Functions | |
| OpFaceCutValues (const face &f, const List< labelPair > &fCuts, const scalarField &pAlphas, const scalar isoAlpha, const bool below) | |
| template<class Type > | |
| auto | operator() (const Field< Type > &pPsis) const |
Public Attributes | |
| const face & | f_ |
| const List< labelPair > & | fCuts_ |
| const scalarField & | pAlphas_ |
| const scalar | isoAlpha_ |
| const bool | below_ |
Definition at line 165 of file cutPolyIntegralI.H.
|
inline |
Definition at line 173 of file cutPolyIntegralI.H.
|
inline |
Definition at line 190 of file cutPolyIntegralI.H.
References OpFaceCutValues::below_, OpFaceCutValues::f_, OpFaceCutValues::fCuts_, OpFaceCutValues::isoAlpha_, and OpFaceCutValues::pAlphas_.
| const face& f_ |
Definition at line 167 of file cutPolyIntegralI.H.
Referenced by OpFaceCutValues::operator()().
Definition at line 168 of file cutPolyIntegralI.H.
Referenced by OpFaceCutValues::operator()().
| const scalarField& pAlphas_ |
Definition at line 169 of file cutPolyIntegralI.H.
Referenced by OpFaceCutValues::operator()().
| const scalar isoAlpha_ |
Definition at line 170 of file cutPolyIntegralI.H.
Referenced by OpFaceCutValues::operator()().
| const bool below_ |
Definition at line 171 of file cutPolyIntegralI.H.
Referenced by OpFaceCutValues::operator()().