Advanced methods

Functions

void MEDMEM::SUPPORT::blending (SUPPORT *mySupport) throw (MEDEXCEPTION)
void MEDMEM::SUPPORT::getBoundaryElements () throw (MEDEXCEPTION)
void MEDMEM::SUPPORT::intersecting (SUPPORT *mySupport) throw (MEDEXCEPTION)

Function Documentation

void SUPPORT::blending ( 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.

Referenced by MEDMEM::MESH::mergeSupports().

void SUPPORT::getBoundaryElements (  )  throw (MEDEXCEPTION) [inherited]
void SUPPORT::intersecting ( SUPPORT mySupport  )  throw (MEDEXCEPTION) [inherited]

Intersects mySupport into the calling SUPPORT object. If A.intersecting(B) is called, on output, $ A $ contains $A \cap B$.

Referenced by MEDMEM::MESH::intersectSupports().

Generated on Sat May 1 01:31:48 2010 for Med Memory Users' Guide by  doxygen 1.6.3