|
TrioCFD 1.9.9_beta
TrioCFD documentation
|
Class Bords This class represents a list of objects of type Bord. More...
#include <Bords.h>
Public Types | |
| using | int_t = _SIZE_ |
| using | Domaine_t = Domaine_32_64<_SIZE_> |
Public Member Functions | |
| void | associer_domaine (const Domaine_t &) |
| Associates a domain to all boundaries in the list. | |
| int_t | nb_faces () const |
| Returns the total number of faces of all boundaries in the list. | |
| int | nb_bords () const |
| int_t | nb_faces (Type_Face type) const |
| Returns the total number of faces of the specified type, for all boundaries in the list. | |
Class Bords This class represents a list of objects of type Bord.
| using Bords_32_64< _SIZE_ >::Domaine_t = Domaine_32_64<_SIZE_> |
| using Bords_32_64< _SIZE_ >::int_t = _SIZE_ |
| void Bords_32_64< _SIZE_ >::associer_domaine | ( | const Domaine_t & | un_domaine | ) |
|
inline |
| Bords_32_64< _SIZE_ >::int_t Bords_32_64< _SIZE_ >::nb_faces | ( | ) | const |
| Bords_32_64< _SIZE_ >::int_t Bords_32_64< _SIZE_ >::nb_faces | ( | Type_Face | type | ) | const |