This class is a domain whose vertices and elements are extracted from a boundary of a source domain.
virtual void construire_domaine_bord(const Domaine_t &source, const Nom &nom_bord)
builds the domain by calling extraire_domaine_bord()
virtual const Domaine_t & get_domaine_source() const
returns a reference to the source domain
Frontiere_32_64< _SIZE_ > Frontiere_t
virtual const Nom & get_nom_bord_source() const
returns the name of the source boundary
static void extraire_domaine_bord(const Domaine_t &src, const Nom &nom_bord, Domaine_t &dest, ArrOfInt_t &renum_som)
fills the domain "dest" with the vertices and faces of the boundary "nom_bord" of the domain "src".
virtual const ArrOfInt_t & get_renum_som() const
returns renum_som (for each vertex of domaine_bord, index of the same vertex in the domain)
DoubleTab_T< _SIZE_ > DoubleTab_t
Domaine_32_64< _SIZE_ > Domaine_t
IntTab_T< _SIZE_ > IntTab_t
ArrOfInt_T< _SIZE_ > ArrOfInt_t
OBS_PTR(Domaine_t) domaine_source_