Informations sur la connectivité du maillage. Plus de détails...
#include <arcane/core/IMeshConnectivityInfo.h>
Fonctions membres publiques | |
virtual Integer | maxNodePerCell ()=0 |
Nombre maximal de noeuds par maille. | |
virtual Integer | maxEdgePerCell ()=0 |
Nombre maximal d'arêtes par maille. | |
virtual Integer | maxFacePerCell ()=0 |
Nombre maximal de faces par maille. | |
virtual Integer | maxNodePerFace ()=0 |
Nombre maximal de noeuds par faces. | |
Informations sur la connectivité du maillage.
Ces informations sont calculées dynamiquement en fonction du maillage.
Définition à la ligne 34 du fichier IMeshConnectivityInfo.h.
|
inlinevirtual |
Définition à la ligne 38 du fichier IMeshConnectivityInfo.h.