#include <NonCoincidentDEC.hxx>

Public Member Functions | |
| NonCoincidentDEC () | |
| NonCoincidentDEC (ProcessorGroup &, ProcessorGroup &) | |
| virtual | ~NonCoincidentDEC () |
| void | synchronize () |
| void | recvData () |
| void | sendData () |
| void | prepareSourceDE () |
| void | prepareTargetDE () |
| void | setInterpolationMethod (InterpolationMethod method) |
Private Attributes | |
| _fvm_locator_t * | _locator |
| int | _nb_distant_points |
| const double * | _distant_coords |
| const int * | _distant_locations |
| InterpolationMethod | _method |
| ParaMEDMEM.NonCoincidentDEC::NonCoincidentDEC | ( | ) |
| void ParaMEDMEM.NonCoincidentDEC.prepareSourceDE | ( | ) |
| void ParaMEDMEM.NonCoincidentDEC.prepareTargetDE | ( | ) |
| void ParaMEDMEM.NonCoincidentDEC.setInterpolationMethod | ( | InterpolationMethod | method | ) |
References ParaMEDMEM.NonCoincidentDEC._method, and testRenumbering.method.
_fvm_locator_t* ParaMEDMEM.NonCoincidentDEC._locator [private] |
const double* ParaMEDMEM.NonCoincidentDEC._distant_coords [private] |
const int* ParaMEDMEM.NonCoincidentDEC._distant_locations [private] |
Reimplemented from ParaMEDMEM.DECOptions.