#include <InterpolationCU.hxx>
Public Member Functions |
| | InterpolationCU () |
| | InterpolationCU (const InterpolationOptions &io) |
| template<class MyCMeshType , class MyUMeshType , class MatrixType > |
| int | interpolateMeshes (const MyCMeshType &meshS, const MyUMeshType &meshT, MatrixType &result, const char *method) |
| template<class MyUMeshType , class MyCMeshType , class MatrixType > |
| int | interpolateMeshesRev (const MyUMeshType &meshS, const MyCMeshType &meshT, MatrixType &result, const char *method) |
Constructor & Destructor Documentation
| INTERP_KERNEL.InterpolationCU.InterpolationCU |
( |
| ) |
|
Member Function Documentation
template<class MyCMeshType , class MyUMeshType , class MatrixType >
| int INTERP_KERNEL.InterpolationCU.interpolateMeshes |
( |
const MyCMeshType & |
meshS, |
|
|
const MyUMeshType & |
meshT, |
|
|
MatrixType & |
result, |
|
|
const char * |
method |
|
) |
| |
template<class MyUMeshType , class MyCMeshType , class MatrixType >
| int INTERP_KERNEL.InterpolationCU.interpolateMeshesRev |
( |
const MyUMeshType & |
meshS, |
|
|
const MyCMeshType & |
meshT, |
|
|
MatrixType & |
result, |
|
|
const char * |
method |
|
) |
| |