Version: 5.1.6

INTERP_KERNEL.InterpolationCU Class Reference

#include <InterpolationCU.hxx>

Inheritance diagram for INTERP_KERNEL.InterpolationCU:
Inheritance graph

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 (  ) 
INTERP_KERNEL.InterpolationCU.InterpolationCU ( const InterpolationOptions io  ) 

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 
)