|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Helper structure holding the correspondence between vertex and element indices of the global domain and a sub-domain. More...
#include <DomaineCutter_Correspondance.h>
Public Types | |
| using | SmallArrOfTID_t = SmallArrOfTID_T<_SIZE_> |
| using | BigArrOfInt_t = BigArrOfInt_T<_SIZE_> |
Public Attributes | |
| int | partie_ = -1 |
| SmallArrOfTID_t | liste_sommets_ |
| BigArrOfInt_t | liste_inverse_sommets_ |
| BigArrOfInt_t | liste_inverse_elements_ |
Helper structure holding the correspondence between vertex and element indices of the global domain and a sub-domain.
The fields of this class are filled by DomaineCutter::construire_sous_domaine()
Definition at line 27 of file DomaineCutter_Correspondance.h.
| using DomaineCutter_Correspondance_32_64< _SIZE_ >::BigArrOfInt_t = BigArrOfInt_T<_SIZE_> |
Definition at line 31 of file DomaineCutter_Correspondance.h.
| using DomaineCutter_Correspondance_32_64< _SIZE_ >::SmallArrOfTID_t = SmallArrOfTID_T<_SIZE_> |
Definition at line 30 of file DomaineCutter_Correspondance.h.
| BigArrOfInt_t DomaineCutter_Correspondance_32_64< _SIZE_ >::liste_inverse_elements_ |
Definition at line 44 of file DomaineCutter_Correspondance.h.
| BigArrOfInt_t DomaineCutter_Correspondance_32_64< _SIZE_ >::liste_inverse_sommets_ |
Definition at line 41 of file DomaineCutter_Correspondance.h.
| SmallArrOfTID_t DomaineCutter_Correspondance_32_64< _SIZE_ >::liste_sommets_ |
Definition at line 37 of file DomaineCutter_Correspondance.h.
| int DomaineCutter_Correspondance_32_64< _SIZE_ >::partie_ = -1 |
Definition at line 34 of file DomaineCutter_Correspondance.h.