Public Member Functions | |
TypeName ("linear") | |
linearInterpolationWeights (const scalarField &samples) | |
virtual | ~linearInterpolationWeights ()=default |
virtual bool | valueWeights (const scalar t, labelList &indices, scalarField &weights) const |
virtual bool | integrationWeights (const scalar t1, const scalar t2, labelList &indices, scalarField &weights) const |
![]() | |
TypeName ("interpolationWeights") | |
declareRunTimeSelectionTable (autoPtr, interpolationWeights, word,(const scalarField &samples),(samples)) | |
interpolationWeights (const scalarField &samples) | |
virtual | ~interpolationWeights ()=default |
template<class ListType1 , class ListType2 > | |
Foam::outerProduct< typename ListType1::value_type, typename ListType2::value_type >::type | weightedSum (const ListType1 &f1, const ListType2 &f2) |
Additional Inherited Members | |
![]() | |
static autoPtr< interpolationWeights > | New (const word &type, const scalarField &samples) |
template<class ListType1 , class ListType2 > | |
static outerProduct< typename ListType1::value_type, typename ListType2::value_type >::type | weightedSum (const ListType1 &f1, const ListType2 &f2) |
![]() | |
interpolationWeights (const interpolationWeights &)=delete | |
void | operator= (const interpolationWeights &)=delete |
![]() | |
const scalarField & | samples_ |
Definition at line 46 of file linearInterpolationWeights.H.
|
explicit |
Definition at line 70 of file linearInterpolationWeights.C.
|
virtualdefault |
TypeName | ( | "linear" | ) |
|
virtual |
Implements interpolationWeights.
Definition at line 82 of file linearInterpolationWeights.C.
References Foam::findLower(), and List::setSize().
Referenced by searchableExtrudedCircle::findParametricNearest(), projectCurveEdge::position(), projectEdge::position(), projectFace::project(), and splineInterpolationWeights::valueWeights().
|
virtual |
Implements interpolationWeights.
Definition at line 149 of file linearInterpolationWeights.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::findLower(), forAll, Pair::second(), and List::setSize().
Copyright © 2011-2018 OpenFOAM | OPENFOAM® is a registered trademark of OpenCFD Ltd.