Version: 5.1.6

INTERP_KERNEL.Interpolation3D Class Reference

Class used to calculate the volumes of intersection between the elements of two 3D meshes. More...

#include <Interpolation3D.hxx>

Inheritance diagram for INTERP_KERNEL.Interpolation3D:
Inheritance graph

Public Member Functions

 Interpolation3D ()
 Default constructor.
 Interpolation3D (const InterpolationOptions &io)
template<class MyMeshType , class MatrixType >
int interpolateMeshes (const MyMeshType &srcMesh, const MyMeshType &targetMesh, MatrixType &result, const char *method)

Private Attributes

SplittingPolicy _splitting_policy

Detailed Description

Class used to calculate the volumes of intersection between the elements of two 3D meshes.


Constructor & Destructor Documentation

INTERP_KERNEL.Interpolation3D::Interpolation3D (  ) 

Default constructor.

INTERP_KERNEL.Interpolation3D::Interpolation3D ( const InterpolationOptions io  ) 

Member Function Documentation

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

Field Documentation