Interface of a class managing semi-conforming mesh. More...
#include <arcane/core/ITiedInterface.h>
Public Member Functions | |
| virtual | ~ITiedInterface ()=default |
| Releases resources. | |
| virtual FaceGroup | masterInterface () const =0 |
| Group containing the master faces. | |
| virtual String | masterInterfaceName () const =0 |
| Name of the group containing the master cells. | |
| virtual FaceGroup | slaveInterface () const =0 |
| Group containing the slave faces. | |
| virtual String | slaveInterfaceName () const =0 |
| Name of the group containing the slave cells. | |
| virtual TiedInterfaceNodeList | tiedNodes () const =0 |
| List of information about the slave nodes of a master face. | |
| virtual TiedInterfaceFaceList | tiedFaces () const =0 |
| List of information about the slave faces of a master face. | |
Interface of a class managing semi-conforming mesh.
Definition at line 41 of file ITiedInterface.h.
|
pure virtual |
Group containing the master faces.
It is a group containing only the entities specific to this subdomain.
|
pure virtual |
Group containing the slave faces.
It is a group containing only the entities specific to this subdomain.