21template <
typename _SIZE_>
24template <
typename _SIZE_>
31template <
typename _SIZE_>
34 for (
auto &itr : *
this) itr.associer_domaine(un_domaine);
41template <
typename _SIZE_>
46 for (
const auto &itr : *
this) nombre += itr.nb_faces();
56template <
typename _SIZE_>
61 for (
const auto &itr : *
this)
62 if (type == itr.faces().type_face()) nombre += itr.nb_faces();
Class Bord This class represents a boundary of a domain, it is a type of frontier.
Class Bords This class represents a list of objects of type Bord.
int_t nb_faces() const
Returns the total number of faces of all boundaries in the list.
Domaine_32_64< _SIZE_ > Domaine_t
void associer_domaine(const Domaine_t &)
Associates a domain to all boundaries in the list.
Class defining operators and methods for all reading operation in an input flow (file,...
Base class for output streams.