Version: 5.1.6

ParaMEDMEMTest Class Reference

#include <ParaMEDMEMTest.hxx>

Inheritance diagram for ParaMEDMEMTest:
Inheritance graph

Public Member Functions

 ParaMEDMEMTest ()
 ~ParaMEDMEMTest ()
void setUp ()
void tearDown ()
void testMPIProcessorGroup_constructor ()
void testMPIProcessorGroup_boolean ()
void testMPIProcessorGroup_rank ()
void testBlockTopology_constructor ()
void testBlockTopology_serialize ()
void testInterpKernelDEC_1D ()
void testInterpKernelDEC_2DCurve ()
void testInterpKernelDEC_2D ()
void testInterpKernelDEC2_2D ()
void testInterpKernelDEC_2DP0P1 ()
void testInterpKernelDEC_3D ()
void testInterpKernelDECNonOverlapp_2D_P0P0 ()
void testInterpKernelDECNonOverlapp_2D_P0P1P1P0 ()
void testInterpKernelDEC2DM1D_P0P0 ()
void testInterpKernelDECPartialProcs ()
void testInterpKernelDEC3DSurfEmptyBBox ()
void testOverlapDEC1 ()
void testStructuredCoincidentDEC ()
void testSynchronousEqualInterpKernelWithoutInterpNativeDEC_2D ()
void testSynchronousEqualInterpKernelWithoutInterpDEC_2D ()
void testSynchronousEqualInterpKernelDEC_2D ()
void testSynchronousFasterSourceInterpKernelDEC_2D ()
void testSynchronousSlowerSourceInterpKernelDEC_2D ()
void testSynchronousSlowSourceInterpKernelDEC_2D ()
void testSynchronousFastSourceInterpKernelDEC_2D ()
void testAsynchronousEqualInterpKernelDEC_2D ()
void testAsynchronousFasterSourceInterpKernelDEC_2D ()
void testAsynchronousSlowerSourceInterpKernelDEC_2D ()
void testAsynchronousSlowSourceInterpKernelDEC_2D ()
void testAsynchronousFastSourceInterpKernelDEC_2D ()
void testICocoTrio1 ()
void testGauthier1 ()
void testGauthier2 ()
void testFabienAPI1 ()
void testFabienAPI2 ()
void testMEDLoaderRead1 ()
void testMEDLoaderPolygonRead ()
void testMEDLoaderPolyhedronRead ()
void testMEDLoaderWrite1 ()
void testMEDLoaderPolygonWrite ()
std::string getResourceFile (const std::string &)
 Get path to the resources file.
std::string getTmpDirectory ()
 Returns writable temporary directory.
std::string makeTmpFile (const std::string &, const std::string &="")
 Creates a copy of source file (if source file is specified) in the temporary directory and returns a path to the tmp file.
void testAsynchronousInterpKernelDEC_2D (double dtA, double tmaxA, double dtB, double tmaxB, bool WithPointToPoint, bool Asynchronous, bool WithInterp, const char *srcMeth, const char *targetMeth)
void testInterpKernelDEC_2D_ (const char *srcMeth, const char *targetMeth)
void testInterpKernelDEC2_2D_ (const char *srcMeth, const char *targetMeth)
void testInterpKernelDEC_3D_ (const char *srcMeth, const char *targetMeth)

Private Member Functions

 CPPUNIT_TEST_SUITE (ParaMEDMEMTest)
 CPPUNIT_TEST (testMPIProcessorGroup_constructor)
 CPPUNIT_TEST (testMPIProcessorGroup_boolean)
 CPPUNIT_TEST (testMPIProcessorGroup_rank)
 CPPUNIT_TEST (testBlockTopology_constructor)
 CPPUNIT_TEST (testBlockTopology_serialize)
 CPPUNIT_TEST (testInterpKernelDEC_1D)
 CPPUNIT_TEST (testInterpKernelDEC_2DCurve)
 CPPUNIT_TEST (testInterpKernelDEC_2D)
 CPPUNIT_TEST (testInterpKernelDEC2_2D)
 CPPUNIT_TEST (testInterpKernelDEC_2DP0P1)
 CPPUNIT_TEST (testInterpKernelDEC_3D)
 CPPUNIT_TEST (testInterpKernelDECNonOverlapp_2D_P0P0)
 CPPUNIT_TEST (testInterpKernelDECNonOverlapp_2D_P0P1P1P0)
 CPPUNIT_TEST (testInterpKernelDEC2DM1D_P0P0)
 CPPUNIT_TEST (testInterpKernelDECPartialProcs)
 CPPUNIT_TEST (testInterpKernelDEC3DSurfEmptyBBox)
 CPPUNIT_TEST (testOverlapDEC1)
 CPPUNIT_TEST (testSynchronousEqualInterpKernelWithoutInterpNativeDEC_2D)
 CPPUNIT_TEST (testSynchronousEqualInterpKernelWithoutInterpDEC_2D)
 CPPUNIT_TEST (testSynchronousEqualInterpKernelDEC_2D)
 CPPUNIT_TEST (testSynchronousFasterSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testSynchronousSlowerSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testSynchronousSlowSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testSynchronousFastSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testAsynchronousEqualInterpKernelDEC_2D)
 CPPUNIT_TEST (testAsynchronousFasterSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testAsynchronousSlowerSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testAsynchronousSlowSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testAsynchronousFastSourceInterpKernelDEC_2D)
 CPPUNIT_TEST (testStructuredCoincidentDEC)
 CPPUNIT_TEST (testStructuredCoincidentDEC)
 CPPUNIT_TEST (testICocoTrio1)
 CPPUNIT_TEST (testGauthier1)
 CPPUNIT_TEST (testGauthier2)
 CPPUNIT_TEST (testFabienAPI1)
 CPPUNIT_TEST (testFabienAPI2)
 CPPUNIT_TEST (testMEDLoaderRead1)
 CPPUNIT_TEST (testMEDLoaderPolygonRead)
 CPPUNIT_TEST (testMEDLoaderPolyhedronRead)
 CPPUNIT_TEST_SUITE_END ()

Constructor & Destructor Documentation

ParaMEDMEMTest.ParaMEDMEMTest (  ) 
ParaMEDMEMTest.~ParaMEDMEMTest (  ) 

Member Function Documentation

ParaMEDMEMTest.CPPUNIT_TEST_SUITE ( ParaMEDMEMTest   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testMPIProcessorGroup_constructor   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testMPIProcessorGroup_boolean   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testMPIProcessorGroup_rank   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testBlockTopology_constructor   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testBlockTopology_serialize   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC_1D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC_2DCurve   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC2_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC_2DP0P1   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC_3D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDECNonOverlapp_2D_P0P0   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDECNonOverlapp_2D_P0P1P1P0   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC2DM1D_P0P0   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDECPartialProcs   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testInterpKernelDEC3DSurfEmptyBBox   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testOverlapDEC1   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousEqualInterpKernelWithoutInterpNativeDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousEqualInterpKernelWithoutInterpDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousEqualInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousFasterSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousSlowerSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousSlowSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testSynchronousFastSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testAsynchronousEqualInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testAsynchronousFasterSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testAsynchronousSlowerSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testAsynchronousSlowSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testAsynchronousFastSourceInterpKernelDEC_2D   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testStructuredCoincidentDEC   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testStructuredCoincidentDEC   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testICocoTrio1   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testGauthier1   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testGauthier2   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testFabienAPI1   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testFabienAPI2   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testMEDLoaderRead1   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testMEDLoaderPolygonRead   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST ( testMEDLoaderPolyhedronRead   )  [private]
ParaMEDMEMTest.CPPUNIT_TEST_SUITE_END (  )  [private]
void ParaMEDMEMTest.setUp (  ) 
void ParaMEDMEMTest.tearDown (  ) 
void ParaMEDMEMTest::testMPIProcessorGroup_constructor (  ) 
void ParaMEDMEMTest::testMPIProcessorGroup_boolean (  ) 
void ParaMEDMEMTest::testMPIProcessorGroup_rank (  ) 
void ParaMEDMEMTest::testBlockTopology_constructor (  ) 
void ParaMEDMEMTest::testBlockTopology_serialize (  ) 
void ParaMEDMEMTest::testInterpKernelDEC_1D (  ) 
void ParaMEDMEMTest::testInterpKernelDEC_2DCurve (  ) 
void ParaMEDMEMTest::testInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testInterpKernelDEC2_2D (  ) 
void ParaMEDMEMTest::testInterpKernelDEC_2DP0P1 (  ) 
void ParaMEDMEMTest::testInterpKernelDEC_3D (  ) 
void ParaMEDMEMTest::testInterpKernelDECNonOverlapp_2D_P0P0 (  ) 
void ParaMEDMEMTest::testInterpKernelDECNonOverlapp_2D_P0P1P1P0 (  ) 
void ParaMEDMEMTest::testInterpKernelDEC2DM1D_P0P0 (  ) 
void ParaMEDMEMTest::testInterpKernelDECPartialProcs (  ) 
void ParaMEDMEMTest::testInterpKernelDEC3DSurfEmptyBBox (  ) 
void ParaMEDMEMTest::testOverlapDEC1 (  ) 
void ParaMEDMEMTest::testStructuredCoincidentDEC (  ) 
void ParaMEDMEMTest::testSynchronousEqualInterpKernelWithoutInterpNativeDEC_2D (  ) 
void ParaMEDMEMTest::testSynchronousEqualInterpKernelWithoutInterpDEC_2D (  ) 
void ParaMEDMEMTest::testSynchronousEqualInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testSynchronousFasterSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testSynchronousSlowerSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testSynchronousSlowSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testSynchronousFastSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testAsynchronousEqualInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testAsynchronousFasterSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testAsynchronousSlowerSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testAsynchronousSlowSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest::testAsynchronousFastSourceInterpKernelDEC_2D (  ) 
void ParaMEDMEMTest.testICocoTrio1 (  ) 
void ParaMEDMEMTest::testGauthier1 (  ) 
void ParaMEDMEMTest::testGauthier2 (  ) 
void ParaMEDMEMTest::testFabienAPI1 (  ) 
void ParaMEDMEMTest::testFabienAPI2 (  ) 
void ParaMEDMEMTest::testMEDLoaderRead1 (  ) 

References ParaMEDMEM.MEDCouplingFieldDouble.checkCoherency(), ParaMEDMEM.RefCountObject.decrRef(), Med_Gen_test.fileName, ParaMEDMEM.MEDCouplingUMesh.getAllTypes(), ParaMEDMEM.MEDCouplingFieldDouble.getArray(), MEDLoader.GetCellFieldIterations(), MEDLoader.GetCellFieldNamesOnMesh(), ParaMEDMEM.DataArrayDouble.getConstPointer(), ParaMEDMEM.DataArrayInt.getConstPointer(), ParaMEDMEM.MEDCouplingPointSet.getCoords(), ParaMEDMEM.MEDCouplingField.getMesh(), ParaMEDMEM.MEDCouplingUMesh.getMeshDimension(), MEDLoader.GetMeshFamiliesNames(), MEDLoader.GetMeshGroupsNames(), MEDLoader.GetMeshNames(), ParaMEDMEM.MEDCouplingField.getName(), ParaMEDMEM.DataArray.getNbOfElems(), ParaMEDMEM.MEDCouplingUMesh.getNodalConnectivity(), ParaMEDMEM.MEDCouplingUMesh.getNodalConnectivityIndex(), MEDLoader.GetNodeFieldIterations(), MEDLoader.GetNodeFieldNamesOnMesh(), ParaMEDMEM.MEDCouplingUMesh.getNumberOfCells(), ParaMEDMEM.MEDCouplingFieldDouble.getNumberOfComponents(), ParaMEDMEM.MEDCouplingPointSet.getNumberOfNodes(), ParaMEDMEM.MEDCouplingFieldDouble.getNumberOfTuples(), ParaMEDMEM.DataArrayDouble.getPointer(), getResourceFile(), ParaMEDMEM.MEDCouplingPointSet.getSpaceDimension(), ParaMEDMEM.MEDCouplingUMesh.getTypeOfCell(), MED_test2.mesh, Med_Gen_test.meshNames, INTERP_KERNEL.NORM_HEXA8, INTERP_KERNEL.NORM_PYRA5, INTERP_KERNEL.NORM_TETRA4, MEDLoader.ReadFieldCell(), MEDLoader.ReadFieldNode(), MEDLoader.ReadUMeshFromFamilies(), MEDLoader.ReadUMeshFromFile(), and MEDLoader.ReadUMeshFromGroups().

void ParaMEDMEMTest::testMEDLoaderPolygonRead (  ) 
void ParaMEDMEMTest::testMEDLoaderPolyhedronRead (  ) 
void ParaMEDMEMTest::testMEDLoaderWrite1 (  ) 
void ParaMEDMEMTest::testMEDLoaderPolygonWrite (  ) 
std::string ParaMEDMEMTest::getResourceFile ( const std::string &  filename  ) 

Get path to the resources file.

When running 'make test' source file is taken from MED_SRC/resources folder. Otherwise, file is searched in ${MED_ROOT_DIR}/share/salome/resources/med folder.

Parameters:
filename name of the resource file (should not include a path)
Returns:
full path to the resource file
std::string ParaMEDMEMTest::getTmpDirectory (  ) 

Returns writable temporary directory.

Returns:
full path to the temporary directory
std::string ParaMEDMEMTest::makeTmpFile ( const std::string &  tmpfile,
const std::string &  srcfile = "" 
)

Creates a copy of source file (if source file is specified) in the temporary directory and returns a path to the tmp file.

Parameters:
tmpfile name of the temporary file (without path)
srcfile source file
Returns:
path to the temporary file

References medutilities.cmd, and getTmpDirectory().

void ParaMEDMEMTest::testAsynchronousInterpKernelDEC_2D ( double  dtA,
double  tmaxA,
double  dtB,
double  tmaxB,
bool  WithPointToPoint,
bool  Asynchronous,
bool  WithInterp,
const char *  srcMeth,
const char *  targetMeth 
)

Tests an asynchronous exchange between two codes one sends data with dtA as an interval, the max time being tmaxA the other one receives with dtB as an interval, the max time being tmaxB

References ParaMEDMEM.DisjointDEC.attachLocalField(), test_NonCoincidentDEC.comptopo, ParaMEDMEM.ConservativeVolumic, ParaMEDMEM.ProcessorGroup.containsMyRank(), test_NonCoincidentDEC.dec, ParaMEDMEM.RefCountObject.decrRef(), test_NonCoincidentDEC.filename_xml1, test_NonCoincidentDEC.filename_xml2, ParaMEDMEM.MEDCouplingFieldDouble.getArray(), ParaMEDMEM.ParaFIELD.getField(), ParaMEDMEM.MEDCouplingField.getMesh(), ParaMEDMEM.MEDCouplingMesh.getNumberOfCells(), ParaMEDMEM.MEDCouplingUMesh.getNumberOfCells(), ParaMEDMEM.MEDCouplingPointSet.getNumberOfNodes(), ParaMEDMEM.DataArrayDouble.getPointer(), getResourceFile(), ParaMEDMEM.ParaFIELD.getVolumeIntegral(), test_NonCoincidentDEC.icocofield, test_NonCoincidentDEC.interface, ParaMEDMEM.LinearTimeInterp, MED_test2.mesh, test_MEDSPLITTER.meshname, ParaMEDMEM.Native, test_NonCoincidentDEC.nb_local, ParaMEDMEM.NO_TIME, test_NonCoincidentDEC.nproc_source, ParaMEDMEM.ON_CELLS, ParaMEDMEM.ON_NODES, test_NonCoincidentDEC.parafield, test_NonCoincidentDEC.paramesh, ParaMEDMEM.PointToPoint, test_NonCoincidentDEC.procs_source, test_NonCoincidentDEC.procs_target, test_NonCoincidentDEC.rank, MEDLoader.ReadUMeshFromFile(), ParaMEDMEM.InterpKernelDEC.recvData(), ParaMEDMEM.InterpKernelDEC.sendData(), ParaMEDMEM.DECOptions.setAllToAllMethod(), ParaMEDMEM.DECOptions.setAsynchronous(), ParaMEDMEM.DECOptions.setForcedRenormalization(), ParaMEDMEM.MEDCouplingFieldDouble.setNature(), ParaMEDMEM.DECOptions.setTimeInterpolationMethod(), test_NonCoincidentDEC.size, test_NonCoincidentDEC.source_group, ParaMEDMEM.InterpKernelDEC.synchronize(), test_NonCoincidentDEC.target_group, medClient_test.time, test_NonCoincidentDEC.tmp_dir, and batchmode_medcorba_test.value.

void ParaMEDMEMTest::testInterpKernelDEC_2D_ ( const char *  srcMeth,
const char *  targetMeth 
)

References ParaMEDMEM.DisjointDEC.attachLocalField(), test_NonCoincidentDEC.comptopo, ParaMEDMEM.ConservativeVolumic, ParaMEDMEM.ProcessorGroup.containsMyRank(), test_NonCoincidentDEC.dec, ParaMEDMEM.RefCountObject.decrRef(), test_NonCoincidentDEC.field_after_int, test_NonCoincidentDEC.field_before_int, test_NonCoincidentDEC.filename, test_NonCoincidentDEC.filename_xml1, test_NonCoincidentDEC.filename_xml2, ParaMEDMEM.MEDCouplingFieldDouble.getArray(), ParaMEDMEM.ParaFIELD.getField(), ParaMEDMEM.MEDCouplingUMesh.getNumberOfCells(), ParaMEDMEM.MEDCouplingPointSet.getNumberOfNodes(), ParaMEDMEM.DataArrayDouble.getPointer(), getResourceFile(), ParaMEDMEM.ParaFIELD.getVolumeIntegral(), test_NonCoincidentDEC.icocofield, test_NonCoincidentDEC.interface, MED_test2.mesh, test_MEDSPLITTER.meshname, ParaMEDMEM.ProcessorGroup.myRank(), test_NonCoincidentDEC.nb_local, ParaMEDMEM.NO_TIME, test_NonCoincidentDEC.nproc_source, ParaMEDMEM.ON_CELLS, ParaMEDMEM.ON_NODES, test_NonCoincidentDEC.parafield, test_NonCoincidentDEC.paramesh, test_NonCoincidentDEC.procs_source, test_NonCoincidentDEC.procs_target, test_NonCoincidentDEC.rank, MEDLoader.ReadUMeshFromFile(), ParaMEDMEM.InterpKernelDEC.recvData(), ParaMEDMEMTest_TmpFilesRemover.Register(), ParaMEDMEM.InterpKernelDEC.sendData(), ParaMEDMEM.DECOptions.setForcedRenormalization(), ParaMEDMEM.DECOptions.setMethod(), ParaMEDMEM.MEDCouplingFieldDouble.setNature(), test_NonCoincidentDEC.size, test_NonCoincidentDEC.source_group, ParaMEDMEM.InterpKernelDEC.synchronize(), test_NonCoincidentDEC.target_group, batchmode_medcorba_test.value, and ParaMEDLoader.WriteParaMesh().

void ParaMEDMEMTest::testInterpKernelDEC2_2D_ ( const char *  srcMeth,
const char *  targetMeth 
)
void ParaMEDMEMTest::testInterpKernelDEC_3D_ ( const char *  srcMeth,
const char *  targetMeth 
)

References ParaMEDMEM.DisjointDEC.attachLocalField(), test_NonCoincidentDEC.comptopo, ParaMEDMEM.ConservativeVolumic, ParaMEDMEM.ProcessorGroup.containsMyRank(), test_NonCoincidentDEC.dec, ParaMEDMEM.RefCountObject.decrRef(), test_NonCoincidentDEC.field_after_int, test_NonCoincidentDEC.field_before_int, test_NonCoincidentDEC.filename, test_NonCoincidentDEC.filename_xml1, test_NonCoincidentDEC.filename_xml2, ParaMEDMEM.MEDCouplingFieldDouble.getArray(), ParaMEDMEM.ParaFIELD.getField(), ParaMEDMEM.MEDCouplingUMesh.getNumberOfCells(), ParaMEDMEM.MEDCouplingPointSet.getNumberOfNodes(), ParaMEDMEM.DataArrayDouble.getPointer(), getResourceFile(), ParaMEDMEM.ParaFIELD.getVolumeIntegral(), test_NonCoincidentDEC.icocofield, test_NonCoincidentDEC.interface, MED_test2.mesh, test_MEDSPLITTER.meshname, ParaMEDMEM.ProcessorGroup.myRank(), test_NonCoincidentDEC.nb_local, ParaMEDMEM.NO_TIME, test_NonCoincidentDEC.nproc_source, ParaMEDMEM.ON_CELLS, ParaMEDMEM.ON_NODES, test_NonCoincidentDEC.parafield, test_NonCoincidentDEC.paramesh, test_NonCoincidentDEC.procs_source, test_NonCoincidentDEC.procs_target, test_NonCoincidentDEC.rank, MEDLoader.ReadUMeshFromFile(), ParaMEDMEM.InterpKernelDEC.recvData(), ParaMEDMEMTest_TmpFilesRemover.Register(), ParaMEDMEM.InterpKernelDEC.sendData(), ParaMEDMEM.DECOptions.setForcedRenormalization(), ParaMEDMEM.DECOptions.setMethod(), ParaMEDMEM.MEDCouplingFieldDouble.setNature(), test_NonCoincidentDEC.size, test_NonCoincidentDEC.source_group, ParaMEDMEM.InterpKernelDEC.synchronize(), test_NonCoincidentDEC.target_group, test_NonCoincidentDEC.tmp_dir, batchmode_medcorba_test.value, and ParaMEDLoader.WriteParaMesh().