Interface for connectivity information by entity type. More...
#include <arcane/core/IItemConnectivityInfo.h>
Public Member Functions | |
| virtual Integer | maxNodePerItem () const =0 |
| Maximum number of nodes per entity. | |
| virtual Integer | maxEdgePerItem () const =0 |
| Maximum number of edges per entity. | |
| virtual Integer | maxFacePerItem () const =0 |
| Maximum number of faces per entity. | |
| virtual Integer | maxCellPerItem () const =0 |
| Maximum number of cells per entity. | |
Interface for connectivity information by entity type.
This interface allows knowing for a given entity type the maximum number of connected entities. This can be used for example to size variables.
Instances of this interface are generally retrieved via IItemFamily::localConnectivityInfos() for local information within the subdomain or IItemFamily::globalConnectivityInfos() for global information across all meshes.
Definition at line 42 of file IItemConnectivityInfo.h.
|
pure virtual |
Maximum number of cells per entity.
Implemented in Arcane::mesh::ItemConnectivityInfo.
|
pure virtual |
Maximum number of edges per entity.
Implemented in Arcane::mesh::ItemConnectivityInfo.
|
pure virtual |
Maximum number of faces per entity.
Implemented in Arcane::mesh::ItemConnectivityInfo.
|
pure virtual |
Maximum number of nodes per entity.
Implemented in Arcane::mesh::ItemConnectivityInfo.