![]() |
|
Public Member Functions | |
PrimitivePatchInterpolation (const Patch &p) | |
Construct from PrimitivePatch. | |
~PrimitivePatchInterpolation () | |
template<class Type> | |
tmp< Field< Type > > | faceToPointInterpolate (const Field< Type > &ff) const |
Interpolate from faces to points. | |
template<class Type> | |
tmp< Field< Type > > | faceToPointInterpolate (const tmp< Field< Type > > &tff) const |
template<class Type> | |
tmp< Field< Type > > | pointToFaceInterpolate (const Field< Type > &pf) const |
Interpolate from points to faces. | |
template<class Type> | |
tmp< Field< Type > > | pointToFaceInterpolate (const tmp< Field< Type > > &tpf) const |
template<class Type> | |
tmp< Field< Type > > | faceToEdgeInterpolate (const Field< Type > &ff) const |
Interpolate from faces to edges. | |
template<class Type> | |
tmp< Field< Type > > | faceToEdgeInterpolate (const tmp< Field< Type > > &tff) const |
bool | movePoints () |
Do what is neccessary if the mesh has moved. |
|
Construct from PrimitivePatch.
Definition at line 98 of file PrimitivePatchInterpolation.H. |
|
|
|
|
|
Interpolate from faces to edges.
|
|
|
|
Interpolate from faces to points.
|
|
Do what is neccessary if the mesh has moved.
|
|
|
|
Interpolate from points to faces.
|