#include <Interpolation.hxx>
Public Member Functions |
| | Interpolation () |
| | Interpolation (const InterpolationOptions &io) |
| template<class MatrixType , class MyMeshType > |
| int | interpolateMeshes (const MyMeshType &meshS, const MyMeshType &meshT, MatrixType &result) |
| template<class MyMeshType , class MatrixType > |
| int | fromIntegralUniform (const MyMeshType &meshT, MatrixType &result, const char *method) |
| template<class MyMeshType , class MatrixType > |
| int | toIntegralUniform (const MyMeshType &meshS, MatrixType &result, const char *method) |
Static Public Member Functions |
| static void | checkAndSplitInterpolationMethod (const char *method, std::string &srcMeth, std::string &trgMeth) throw (INTERP_KERNEL::Exception) |
Protected Member Functions |
| template<class MyMeshType , class MatrixType > |
| int | fromToIntegralUniform (bool fromTo, const MyMeshType &mesh, MatrixType &result, const char *method) |
| TrueMainInterpolator & | asLeaf () |
template<class TrueMainInterpolator>
class INTERP_KERNEL::Interpolation< TrueMainInterpolator >
Constructor & Destructor Documentation
template<class TrueMainInterpolator>
template<class TrueMainInterpolator>
Member Function Documentation
template<class TrueMainInterpolator>
template<class MatrixType , class MyMeshType >
template<class TrueMainInterpolator>
template<class MyMeshType , class MatrixType >
template<class TrueMainInterpolator>
template<class MyMeshType , class MatrixType >
template<class TrueMainInterpolator>
template<class TrueMainInterpolator>
template<class MyMeshType , class MatrixType >
| int INTERP_KERNEL.Interpolation< TrueMainInterpolator >.fromToIntegralUniform |
( |
bool |
fromTo, |
|
|
const MyMeshType & |
mesh, |
|
|
MatrixType & |
result, |
|
|
const char * |
method |
|
) |
| [protected] |
template<class TrueMainInterpolator>