TrioCFD 1.9.8
TrioCFD documentation
Loading...
Searching...
No Matches
DomaineCutter_Correspondance_32_64< _SIZE_ > Class Template Reference

Structure outil contenant la correspondance entre les indices de sommets et d'elements du domaine global et d'un sous-domaine. More...

#include <DomaineCutter_Correspondance.h>

Collaboration diagram for DomaineCutter_Correspondance_32_64< _SIZE_ >:
[legend]

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_

Detailed Description

template<typename _SIZE_>
class DomaineCutter_Correspondance_32_64< _SIZE_ >

Structure outil contenant la correspondance entre les indices de sommets et d'elements du domaine global et d'un sous-domaine.

Les champs de cette classe sont remplis par DomaineCutter::construire_sous_domaine()

Definition at line 27 of file DomaineCutter_Correspondance.h.

Member Typedef Documentation

◆ BigArrOfInt_t

template<typename _SIZE_>
using DomaineCutter_Correspondance_32_64< _SIZE_ >::BigArrOfInt_t = BigArrOfInt_T<_SIZE_>

Definition at line 31 of file DomaineCutter_Correspondance.h.

◆ SmallArrOfTID_t

template<typename _SIZE_>
using DomaineCutter_Correspondance_32_64< _SIZE_ >::SmallArrOfTID_t = SmallArrOfTID_T<_SIZE_>

Definition at line 30 of file DomaineCutter_Correspondance.h.

Member Data Documentation

◆ liste_inverse_elements_

template<typename _SIZE_>
BigArrOfInt_t DomaineCutter_Correspondance_32_64< _SIZE_ >::liste_inverse_elements_

Definition at line 44 of file DomaineCutter_Correspondance.h.

◆ liste_inverse_sommets_

template<typename _SIZE_>
BigArrOfInt_t DomaineCutter_Correspondance_32_64< _SIZE_ >::liste_inverse_sommets_

Definition at line 41 of file DomaineCutter_Correspondance.h.

◆ liste_sommets_

template<typename _SIZE_>
SmallArrOfTID_t DomaineCutter_Correspondance_32_64< _SIZE_ >::liste_sommets_

Definition at line 37 of file DomaineCutter_Correspondance.h.

◆ partie_

template<typename _SIZE_>
int DomaineCutter_Correspondance_32_64< _SIZE_ >::partie_ = -1

Definition at line 34 of file DomaineCutter_Correspondance.h.


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