#include "MEDMEMCppTestExport.hxx"#include "MEDMEMTest_Utils.hxx"#include <cppunit/extensions/HelperMacros.h>#include "MEDMEM_Field.hxx"#include <set>#include <string>#include <iostream>
Go to the source code of this file.
Data Structures | |
| class | MEDMEMTest |
| class | MEDMEMTest_TmpFilesRemover |
Packages | |
| package | MEDMEM |
Functions | |
| MEDMEM::MESH * | MEDMEMTest_createTestMesh () |
| template<class T > | |
| void | MEDMEMTest_DumpArray (std::ostream &stream, const T *array, const int length, const std::string text) |
| MEDMEM::MESH* MEDMEMTest_createTestMesh | ( | ) |
Check methods (not in spec), defined in MEDMEM_medimport_src.hxx:
Create a mesh with certain filling .n4 | | n16,n12,n8.---------.n7,n11,n15 | | | | | | n5.----|----.----|----.n3 | | | | | | n17,n13,n9.---------.n10,n14,n18 | | .n6
.n19 (0,0,5) | | | | n16.--|-.----.n15 / |/ / . . . / /| / n17.----.----.n18 | | n12.--|-.----.n11 / |/ / . . . / /| / n13.----.----.n14 | | n8.--|-.----.n7 / |/ / . . . / /| / n9.----.----.n10 | .n4 (0,2,1) | / | . |/ n5.----.----.----.----.n3 (2,0,1) (-2,0,1) /n2 (0,0,1) . | / | .n6 | | | .n1 (0,0,0)
References MEDMEM.MESHING.addGroup(), medClient_test.index, MED_EN.MED_CELL, MED_EN.MED_FACE, MED_EN.MED_FULL_INTERLACE, MED_EN.MED_HEXA8, MED_EN.MED_NODE, MED_EN.MED_NONE, MED_EN.MED_PYRA5, MED_EN.MED_QUAD4, MED_EN.MED_TETRA4, MED_EN.MED_TRIA3, medMeshing_test.myGroup, medMeshing_test.myMeshing, medMeshing_test.myNumberOfElements, medMeshing_test.myTypes, MEDMEM.RCBASE.removeReference(), MEDMEM.MESHING.setConnectivity(), MEDMEM.MESHING.setCoordinates(), MEDMEM.MESHING.setCoordinatesNames(), MEDMEM.MESHING.setCoordinatesUnits(), MEDMEM.SUPPORT.setEntity(), MEDMEM.SUPPORT.setGeometricType(), MEDMEM.SUPPORT.setMesh(), MEDMEM.SUPPORT.setName(), MEDMEM.GMESH.setName(), MEDMEM.SUPPORT.setNumber(), MEDMEM.SUPPORT.setNumberOfElements(), MEDMEM.MESHING.setNumberOfElements(), MEDMEM.SUPPORT.setNumberOfGeometricType(), MEDMEM.MESHING.setNumberOfTypes(), MEDMEM.MESHING.setTypes(), and batchmode_medcorba_test.value.
| void MEDMEMTest_DumpArray | ( | std::ostream & | stream, |
| const T * | array, | ||
| const int | length, | ||
| const std::string | text | ||
| ) |
Tool to print array to stream.
References med_test1.length.