Go to the source code of this file.
Original source file sampledPatch.C
Definition in file sampledPatch.C.
◆ IMPLEMENT_SAMPLE
| #define IMPLEMENT_SAMPLE |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
Foam::sampledSurfaces::patch::sample \
( \
const VolField<Type>& vField \
) const \
{ \
return sampleField(vField); \
} \
\
Foam::tmp<Foam::Field<Foam::Type>> \
Foam::sampledSurfaces::patch::sample \
( \
const SurfaceField<Type>& vField \
) const \
{ \
return sampleField(vField); \
}
A class for managing temporary objects.
Definition at line 209 of file sampledPatch.C.
◆ IMPLEMENT_INTERPOLATE
| #define IMPLEMENT_INTERPOLATE |
( |
|
Type, |
|
|
|
nullArg |
|
) |
| |
Value:
( \
const interpolation<Type>& interpolator \
) const \
{ \
return interpolateField(interpolator); \
}
bool interpolate() const
Interpolation requested for surface.
Definition at line 231 of file sampledPatch.C.
◆ FOR_ALL_FIELD_TYPES() [1/2]
◆ FOR_ALL_FIELD_TYPES() [2/2]