Version: 5.1.6

INTERP_KERNEL.InterpolationCC Class Reference

Interpolator of cartesian/cartesian meshes. More...

#include <InterpolationCC.hxx>

Inheritance diagram for INTERP_KERNEL.InterpolationCC:
Inheritance graph

Public Member Functions

 InterpolationCC ()
template<class MyMeshType , class MatrixType >
int interpolateMeshes (const MyMeshType &srcMesh, const MyMeshType &targetMesh, MatrixType &result, const char *method)

Detailed Description

Interpolator of cartesian/cartesian meshes.


Constructor & Destructor Documentation

INTERP_KERNEL.InterpolationCC.InterpolationCC (  ) 

Member Function Documentation

template<class MyMeshType , class MatrixType >
int INTERP_KERNEL.InterpolationCC.interpolateMeshes ( const MyMeshType &  srcMesh,
const MyMeshType &  targetMesh,
MatrixType &  result,
const char *  method 
)