Functions | |
void | MEDMEM::SUPPORT::setAll (bool All) |
The creation of a support requires a number of information which is supplied to the MedMem library with the following methods. When the support is defined on all elements, the creation method is very simple, for the element list is implicitly defined.
void MEDMEM::SUPPORT::setAll | ( | bool | All | ) |
Creates a support on all elements of the type specified in the constructor.
Even if _isonAllElts is true, geometric types defining the FIELD's SUPPORT must be read from the SUPPORT not from the associated GMESH (the geometric types defining the FIELD's SUPPORT may be a subset of the geometric types defined in the GMESH even if for each SUPPORT geometric type all MESH entities are used).
Referenced by MEDMEM::SUPPORT::getBoundaryElements(), and MEDMEM::GMESH::getSupportOnAll().