#include <IntegralUniformIntersector.hxx>

Public Types | |
| typedef MyMeshType::MyConnType | ConnType |
Public Member Functions | |
| IntegralUniformIntersector (const MyMeshType &mesh, bool isAbs) | |
| double | performNormalization (double val) const |
| void | setFromTo (bool val) |
| void | putValueIn (ConnType i, double val, MyMatrix &res) const |
Protected Attributes | |
| const MyMeshType & | _mesh |
| bool | _from_to |
| if false means fromIntegralUniform if true means toIntegralUniform | |
| bool | _is_abs |
| typedef MyMeshType::MyConnType INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >.ConnType |
| INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >.IntegralUniformIntersector | ( | const MyMeshType & | mesh, |
| bool | isAbs | ||
| ) |
| double INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >.performNormalization | ( | double | val | ) | const |
| void INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >.setFromTo | ( | bool | val | ) |
| void INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >.putValueIn | ( | ConnType | i, |
| double | val, | ||
| MyMatrix & | res | ||
| ) | const |
const MyMeshType& INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >._mesh [protected] |
bool INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >._from_to [protected] |
if false means fromIntegralUniform if true means toIntegralUniform
bool INTERP_KERNEL.IntegralUniformIntersector< MyMeshType, MyMatrix >._is_abs [protected] |