Graph connectivity tooling. More...
#include <arcane/core/IGraph2.h>
Public Member Functions | |
| virtual | ~IGraphConnectivity ()=default |
| Frees resources. | |
| virtual Item | dualItem (const DoF &dualNode) const =0 |
| Access to the dual Item of a DualNode (detype DoF). | |
| virtual DoFVectorView | links (const DoF &dualNode) const =0 |
| Access to the view of links composed of the dualNode of type(DoF). | |
| virtual DoFVectorView | dualNodes (const DoF &link) const =0 |
| Access to the view of DualNodes constituting a Link of type(DoF). | |
Graph connectivity tooling.
Interface of the graph connectivity manager
Access to the dual Item of a DualNode (detype DoF).
Implemented in Arcane::mesh::GraphIncrementalConnectivity.
|
pure virtual |
Access to the view of DualNodes constituting a Link of type(DoF).
Implemented in Arcane::mesh::GraphIncrementalConnectivity.
|
pure virtual |
Access to the view of links composed of the dualNode of type(DoF).
Implemented in Arcane::mesh::GraphIncrementalConnectivity.