Go to the source code of this file.
|
| | Foam |
| | Namespace for OpenFOAM.
|
| |
| | Foam::cellCutPlot |
| | Functions for generating weights for a cut-plot of a patch.
|
| |
|
| template<class Type > |
| autoPtr< Pair< Field< Type > > > | fieldPairPtr (const label size) |
| | Allocate and return a pair of fields. More...
|
| |
| template<class Type > |
| autoPtr< Pair< Pair< Field< Type > > > > | fieldPairPairPtr (const label size) |
| | Allocate and return a pair of a pair of fields. More...
|
| |
| List< weight > | calcNonInterpolatingWeights (const polyMesh &mesh, const generatedCellZone &zone, const scalarField &pointXs, const scalarField &zoneCellMinXs, const scalarField &zoneCellMaxXs, const labelList &zoneCellMinOrder, const scalarField &cutXs, const bool normalise) |
| |
| List< weight > | calcInterpolatingWeights (const polyMesh &mesh, const generatedCellZone &zone, const scalarField &pointXs, const scalarField &zoneCellMinXs, const scalarField &zoneCellMaxXs, const labelList &zoneCellMinOrder, const scalarField &cutXs, const bool normalise) |
| |
| List< weight > | calcWeights (const polyMesh &mesh, const generatedCellZone &zone, const scalarField &pointXs, const scalarField &cellMinXs, const scalarField &cellMaxXs, const labelList &cellMinOrder, const scalarField &cutXs, const bool interpolate, const bool normalise) |
| |
Original source file cellCutPlot.C
Definition in file cellCutPlot.C.
◆ DeclareTypeFieldValues
| #define DeclareTypeFieldValues |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| PtrList<Field<Type>> Type##FieldValues; |
◆ ResizeTypeFieldValues
◆ TypeFieldValuesParameter
| #define TypeFieldValuesParameter |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| , Type##FieldValues |