TrioCFD 1.9.9_beta
TrioCFD documentation
Loading...
Searching...
No Matches
Bords_32_64< _SIZE_ > Class Template Reference

Class Bords This class represents a list of objects of type Bord. More...

#include <Bords.h>

Inheritance diagram for Bords_32_64< _SIZE_ >:
[legend]
Collaboration diagram for Bords_32_64< _SIZE_ >:
[legend]

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.

Detailed Description

template<typename _SIZE_>
class Bords_32_64< _SIZE_ >

Class Bords This class represents a list of objects of type Bord.

See also
Bord

Definition at line 27 of file Bords.h.

Member Typedef Documentation

◆ Domaine_t

template<typename _SIZE_>
using Bords_32_64< _SIZE_ >::Domaine_t = Domaine_32_64<_SIZE_>

Definition at line 34 of file Bords.h.

◆ int_t

template<typename _SIZE_>
using Bords_32_64< _SIZE_ >::int_t = _SIZE_

Definition at line 33 of file Bords.h.

Member Function Documentation

◆ associer_domaine()

template<typename _SIZE_>
void Bords_32_64< _SIZE_ >::associer_domaine ( const Domaine_t & un_domaine)

Associates a domain to all boundaries in the list.

Parameters
(Domaine&un_domaine) the domain to associate to the boundaries in the list

Definition at line 32 of file Bords.cpp.

◆ nb_bords()

template<typename _SIZE_>
int Bords_32_64< _SIZE_ >::nb_bords ( ) const
inline

Definition at line 39 of file Bords.h.

◆ nb_faces() [1/2]

template<typename _SIZE_>
Bords_32_64< _SIZE_ >::int_t Bords_32_64< _SIZE_ >::nb_faces ( ) const

Returns the total number of faces of all boundaries in the list.

Returns
(int) the total number of faces of all boundaries in the list

Definition at line 42 of file Bords.cpp.

◆ nb_faces() [2/2]

template<typename _SIZE_>
Bords_32_64< _SIZE_ >::int_t Bords_32_64< _SIZE_ >::nb_faces ( Type_Face type) const

Returns the total number of faces of the specified type, for all boundaries in the list.

Parameters
(Type_Facetype) the type of faces to count
Returns
(int) the total number of faces of the specified type, for all boundaries in the list

Definition at line 57 of file Bords.cpp.


The documentation for this class was generated from the following files:
  • /home/docs/trust-code/src/Kernel/Geometrie/Bords.h
  • /home/docs/trust-code/src/Kernel/Geometrie/Bords.cpp