Functions | |
| void | MEDMEM::SUPPORT.blending (const SUPPORT *mySupport) throw (MEDEXCEPTION) |
| void | MEDMEM::SUPPORT.getBoundaryElements () throw (MEDEXCEPTION) |
| void | MEDMEM::SUPPORT.intersecting (const SUPPORT *mySupport) throw (MEDEXCEPTION) |
| void SUPPORT::blending | ( | const SUPPORT * | mySupport | ) | throw (MEDEXCEPTION) [inherited] |
Blends the given SUPPORT mySupport into the calling object SUPPORT. Example :
SUPPORT mySupport ; SUPPORT myOtherSupport ; ... mySupport.blending(myOtherSupport) ;
Support mySupport now contains a union of the elements originally contained in mySupport and myOtherSupport.
References BEGIN_OF_MED, END_OF_MED, LOCALIZED, MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_NODE, MESSAGE_MED, and test_NonCoincidentDEC.size.
| void SUPPORT::getBoundaryElements | ( | ) | throw (MEDEXCEPTION) [inherited] |
This method gets the boundary elements of the mesh. The support has to be build using SUPPORT() followed by setMesh(GMESH*) setName(string) and setEntity(medEntityMesh) before using this method.
References MEDMEM.SUPPORT._entity, MEDMEM.SUPPORT._mesh, MEDMEM.SUPPORT._number, BEGIN_OF_MED, MEDMEM.GMESH.convertInMESH(), END_OF_MED, MEDMEM.MESH.getConnectivityptr(), MEDMEM.MESH.getElementType(), MEDMEM.MESH.getNumberOfElements(), MEDMEM.MESH.getNumberOfTypes(), MEDMEM.MESH.getReverseConnectivity(), MEDMEM.MESH.getReverseConnectivityIndex(), MEDMEM.GMESH.getSpaceDimension(), MEDMEM.MESH.getTypes(), testRenumbering.id, medClient_test.index, LOCALIZED, MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_CELL, MED_EN.MED_DESCENDING, MED_EN.MED_EDGE, MED_EN.MED_FACE, MED_test2.mesh, medMeshing_test.numberOfElements, MEDMEM.RCBASE.removeReference(), SCRUTE_MED, MEDMEM.SUPPORT.setAll(), MEDMEM.SUPPORT.setGeometricType(), MEDMEM.MEDSKYLINEARRAY.setIndex(), MEDMEM.MEDSKYLINEARRAY.setIndexValue(), MEDMEM.SUPPORT.setNumberOfElements(), MEDMEM.SUPPORT.setNumberOfGeometricType(), test_NonCoincidentDEC.size, and medClient_test.spaceDimension.
| void SUPPORT::intersecting | ( | const SUPPORT * | mySupport | ) | throw (MEDEXCEPTION) [inherited] |
Intersects mySupport into the calling SUPPORT object. If A.intersecting(B) is called, on output,
contains
.
References BEGIN_OF_MED, END_OF_MED, LOCALIZED, MED_EN.MED_ALL_ELEMENTS, MED_EN.MED_NODE, MESSAGE_MED, and test_NonCoincidentDEC.size.