Arcane  4.1.12.0
User documentation
Loading...
Searching...
No Matches
Arcane::IItemConnectivityInfo Class Referenceabstract

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.

Detailed Description

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.


The documentation for this class was generated from the following file: