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

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.

Detailed Description

Interface of a class managing semi-conforming mesh.

Definition at line 41 of file ITiedInterface.h.

Member Function Documentation

◆ masterInterface()

virtual FaceGroup Arcane::ITiedInterface::masterInterface ( ) const
pure virtual

Group containing the master faces.

It is a group containing only the entities specific to this subdomain.

◆ slaveInterface()

virtual FaceGroup Arcane::ITiedInterface::slaveInterface ( ) const
pure virtual

Group containing the slave faces.

It is a group containing only the entities specific to this subdomain.


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