Domaine_32_64

Contents

Domaine_32_64#

#include <Domaine.h>
Brief description

classe Domaine_32_64 un Domaine est un maillage compose d’un ensemble d’elements geometriques de meme type.

How to reference this class#

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine\_32\_64 <class-template-domaine-32-64>`
[Domaine\_32\_64](#class-template-domaine-32-64)

Detailed description#

Les differents types d’elements sont des objets de classes derivees de Elem_geom_base. Une domaine est constitue de noeuds, d’elements, de bords, de bords periodiques, de joints, de raccords et de bords internes. This class is templatized on the 32/64 bit configuration. All the methods/members not sensitive to this are in Domaine_base . This include file should be used in place of the former class Domaine; forward declaration.

Inherits from#

Inherited by#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classDomaine__32__64__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

add#

Definition
void Domaine_32_64<_SIZE_>::add(const Sous_Domaine_t &sd)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::add(const Sous_Domaine_t &sd) <domaine-32-64-public-void-domaine-32-64-size-add-const-sous-domaine-t-ref-sd>`
[void Domaine_32_64<_SIZE_>::add(const Sous_Domaine_t &sd)](#domaine-32-64-public-void-domaine-32-64-size-add-const-sous-domaine-t-ref-sd)

ajouter#

Definition
void Domaine_32_64<_SZ_>::ajouter(const DoubleTab_t &soms)
Brief description

Ajoute des noeuds (ou sommets) au domaine (sans verifier les doublons)

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::ajouter(const DoubleTab_t &soms) <domaine-32-64-public-void-domaine-32-64-sz-ajouter-const-doubletab-t-ref-soms>`
[void Domaine_32_64<_SZ_>::ajouter(const DoubleTab_t &soms)](#domaine-32-64-public-void-domaine-32-64-sz-ajouter-const-doubletab-t-ref-soms)

ajouter#

Definition
void Domaine_32_64<_SZ_>::ajouter(const DoubleTab_t &soms, IntVect_t &nums)
Brief description

Ajoute des noeuds au domaine avec elimination des noeuds double au retour nums contient les nouveaux numeros des noeuds de soms.

Detailed description

apres elimination des doublons.

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::ajouter(const DoubleTab_t &soms, IntVect_t &nums) <domaine-32-64-public-void-domaine-32-64-sz-ajouter-const-doubletab-t-ref-soms-intvect-t-ref-nums>`
[void Domaine_32_64<_SZ_>::ajouter(const DoubleTab_t &soms, IntVect_t &nums)](#domaine-32-64-public-void-domaine-32-64-sz-ajouter-const-doubletab-t-ref-soms-intvect-t-ref-nums)

arete_sommets#

Definition
int_t Domaine_32_64<_SIZE_>::arete_sommets(int_t i, int j) const
Brief description

renvoie le numero du jeme sommet de la ieme arete.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::arete_sommets(int_t i, int j) const <domaine-32-64-public-int-t-domaine-32-64-size-arete-sommets-int-t-i-int-j-const>`
[int_t Domaine_32_64<_SIZE_>::arete_sommets(int_t i, int j) const](#domaine-32-64-public-int-t-domaine-32-64-size-arete-sommets-int-t-i-int-j-const)

aretes_som#

Definition
const IntTab_t & Domaine_32_64<_SIZE_>::aretes_som() const
Brief description

renvoie le tableau de connectivite aretes/sommets.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const IntTab_t & Domaine_32_64<_SIZE_>::aretes_som() const <domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-aretes-som-const>`
[const IntTab_t & Domaine_32_64<_SIZE_>::aretes_som() const](#domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-aretes-som-const)

associer_#

Definition
int Domaine_32_64<_SZ_>::associer_(Objet_U &) override
Brief description

Association d’un Sous_Domaine au Domaine.

Detailed description

L’interface permet de passer n’importe quel Objet_U mais ne gere (dynamiquement) que l’association d’un objet derivant Sous_Domaine.

Reimplements:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SZ_>::associer_(Objet_U &) override <domaine-32-64-public-int-domaine-32-64-sz-associer-underscore-objet-u-ref-override>`
[int Domaine_32_64<_SZ_>::associer_(Objet_U &) override](#domaine-32-64-public-int-domaine-32-64-sz-associer-underscore-objet-u-ref-override)

bord#

Definition
Bord_t & Domaine_32_64<_SIZE_>::bord(const Nom &nom)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Bord_t & Domaine_32_64<_SIZE_>::bord(const Nom &nom) <domaine-32-64-public-bord-t-ref-domaine-32-64-size-bord-const-nom-ref-nom>`
[Bord_t & Domaine_32_64<_SIZE_>::bord(const Nom &nom)](#domaine-32-64-public-bord-t-ref-domaine-32-64-size-bord-const-nom-ref-nom)

bord#

Definition
const Bord_t & Domaine_32_64<_SIZE_>::bord(const Nom &nom) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Bord_t & Domaine_32_64<_SIZE_>::bord(const Nom &nom) const <domaine-32-64-public-const-bord-t-ref-domaine-32-64-size-bord-const-nom-ref-nom-const>`
[const Bord_t & Domaine_32_64<_SIZE_>::bord(const Nom &nom) const](#domaine-32-64-public-const-bord-t-ref-domaine-32-64-size-bord-const-nom-ref-nom-const)

bord#

Definition
Bord_t & Domaine_32_64<_SIZE_>::bord(int i)
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Bord_t & Domaine_32_64<_SIZE_>::bord(int i) <domaine-32-64-public-bord-t-ref-domaine-32-64-size-bord-int-i>`
[Bord_t & Domaine_32_64<_SIZE_>::bord(int i)](#domaine-32-64-public-bord-t-ref-domaine-32-64-size-bord-int-i)

bord#

Definition
const Bord_t & Domaine_32_64<_SIZE_>::bord(int i) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Bord_t & Domaine_32_64<_SIZE_>::bord(int i) const <domaine-32-64-public-const-bord-t-ref-domaine-32-64-size-bord-int-i-const>`
[const Bord_t & Domaine_32_64<_SIZE_>::bord(int i) const](#domaine-32-64-public-const-bord-t-ref-domaine-32-64-size-bord-int-i-const)

bords_int#

Definition
Bords_Internes_t & Domaine_32_64<_SIZE_>::bords_int()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Bords_Internes_t & Domaine_32_64<_SIZE_>::bords_int() <domaine-32-64-public-bords-internes-t-ref-domaine-32-64-size-bords-int>`
[Bords_Internes_t & Domaine_32_64<_SIZE_>::bords_int()](#domaine-32-64-public-bords-internes-t-ref-domaine-32-64-size-bords-int)

bords_int#

Definition
const Bords_Internes_t & Domaine_32_64<_SIZE_>::bords_int() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Bords_Internes_t & Domaine_32_64<_SIZE_>::bords_int() const <domaine-32-64-public-const-bords-internes-t-ref-domaine-32-64-size-bords-int-const>`
[const Bords_Internes_t & Domaine_32_64<_SIZE_>::bords_int() const](#domaine-32-64-public-const-bords-internes-t-ref-domaine-32-64-size-bords-int-const)

bords_interne#

Definition
Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(const Nom &nom)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(const Nom &nom) <domaine-32-64-public-bord-interne-t-ref-domaine-32-64-size-bords-interne-const-nom-ref-nom>`
[Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(const Nom &nom)](#domaine-32-64-public-bord-interne-t-ref-domaine-32-64-size-bords-interne-const-nom-ref-nom)

bords_interne#

Definition
const Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(const Nom &nom) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(const Nom &nom) const <domaine-32-64-public-const-bord-interne-t-ref-domaine-32-64-size-bords-interne-const-nom-ref-nom-const>`
[const Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(const Nom &nom) const](#domaine-32-64-public-const-bord-interne-t-ref-domaine-32-64-size-bords-interne-const-nom-ref-nom-const)

bords_interne#

Definition
Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(int i)
Brief description
Detailed description

Bords internes

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(int i) <domaine-32-64-public-bord-interne-t-ref-domaine-32-64-size-bords-interne-int-i>`
[Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(int i)](#domaine-32-64-public-bord-interne-t-ref-domaine-32-64-size-bords-interne-int-i)

bords_interne#

Definition
const Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(int i) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(int i) const <domaine-32-64-public-const-bord-interne-t-ref-domaine-32-64-size-bords-interne-int-i-const>`
[const Bord_Interne_t & Domaine_32_64<_SIZE_>::bords_interne(int i) const](#domaine-32-64-public-const-bord-interne-t-ref-domaine-32-64-size-bords-interne-int-i-const)

build_mc_mesh#

Definition
void Domaine_32_64<_SZ_>::build_mc_mesh() const
Brief description

Build the MEDCoupling mesh corresponding to the TRUST mesh.

Detailed description

MEDCoupling:

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::build_mc_mesh() const <domaine-32-64-public-void-domaine-32-64-sz-build-mc-mesh-const>`
[void Domaine_32_64<_SZ_>::build_mc_mesh() const](#domaine-32-64-public-void-domaine-32-64-sz-build-mc-mesh-const)

calculer_centres_gravite#

Definition
void Domaine_32_64<_SIZE_>::calculer_centres_gravite(DoubleTab_t &xp) const
Brief description

Calcule les centres de gravites des elements du domaine.

Detailed description

Geometric computations

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::calculer_centres_gravite(DoubleTab_t &xp) const <domaine-32-64-public-void-domaine-32-64-size-calculer-centres-gravite-doubletab-t-ref-xp-const>`
[void Domaine_32_64<_SIZE_>::calculer_centres_gravite(DoubleTab_t &xp) const](#domaine-32-64-public-void-domaine-32-64-size-calculer-centres-gravite-doubletab-t-ref-xp-const)

calculer_centres_gravite_aretes#

Definition
void Domaine_32_64<_SZ_>::calculer_centres_gravite_aretes(DoubleTab_t &xa) const
Brief description

Calcule les centres de gravites des aretes du domaine.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::calculer_centres_gravite_aretes(DoubleTab_t &xa) const <domaine-32-64-public-void-domaine-32-64-sz-calculer-centres-gravite-aretes-doubletab-t-ref-xa-const>`
[void Domaine_32_64<_SZ_>::calculer_centres_gravite_aretes(DoubleTab_t &xa) const](#domaine-32-64-public-void-domaine-32-64-sz-calculer-centres-gravite-aretes-doubletab-t-ref-xa-const)

calculer_mon_centre_de_gravite#

Definition
void Domaine_32_64<_SZ_>::calculer_mon_centre_de_gravite(ArrOfDouble &c)
Brief description

Calcule le centre de gravite du domaine.

Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::calculer_mon_centre_de_gravite(ArrOfDouble &c) <domaine-32-64-public-void-domaine-32-64-sz-calculer-mon-centre-de-gravite-arrofdouble-ref-c>`
[void Domaine_32_64<_SZ_>::calculer_mon_centre_de_gravite(ArrOfDouble &c)](#domaine-32-64-public-void-domaine-32-64-sz-calculer-mon-centre-de-gravite-arrofdouble-ref-c)

calculer_volumes#

Definition
void Domaine_32_64<_SZ_>::calculer_volumes(DoubleVect_t &volumes, DoubleVect_t &inv_volumes) const
Brief description

Calcule les volumes des elements du domaine.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::calculer_volumes(DoubleVect_t &volumes, DoubleVect_t &inv_volumes) const <domaine-32-64-public-void-domaine-32-64-sz-calculer-volumes-doublevect-t-ref-volumes-doublevect-t-ref-inv-volumes-const>`
[void Domaine_32_64<_SZ_>::calculer_volumes(DoubleVect_t &volumes, DoubleVect_t &inv_volumes) const](#domaine-32-64-public-void-domaine-32-64-sz-calculer-volumes-doublevect-t-ref-volumes-doublevect-t-ref-inv-volumes-const)

cg_moments#

Definition
ArrOfDouble & Domaine_32_64<_SIZE_>::cg_moments()
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`ArrOfDouble & Domaine_32_64<_SIZE_>::cg_moments() <domaine-32-64-public-arrofdouble-ref-domaine-32-64-size-cg-moments>`
[ArrOfDouble & Domaine_32_64<_SIZE_>::cg_moments()](#domaine-32-64-public-arrofdouble-ref-domaine-32-64-size-cg-moments)

cg_moments#

Definition
const ArrOfDouble & Domaine_32_64<_SIZE_>::cg_moments() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const ArrOfDouble & Domaine_32_64<_SIZE_>::cg_moments() const <domaine-32-64-public-const-arrofdouble-ref-domaine-32-64-size-cg-moments-const>`
[const ArrOfDouble & Domaine_32_64<_SIZE_>::cg_moments() const](#domaine-32-64-public-const-arrofdouble-ref-domaine-32-64-size-cg-moments-const)

check_domaine#

Definition
void Domaine_32_64<_SZ_>::check_domaine()
Brief description

associate the read objects to the domaine and check that the reading objects are coherent

Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::check_domaine() <domaine-32-64-public-void-domaine-32-64-sz-check-domaine>`
[void Domaine_32_64<_SZ_>::check_domaine()](#domaine-32-64-public-void-domaine-32-64-sz-check-domaine)

chercher_aretes#

Definition
Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_aretes(const DoubleTab &pos, SmallArrOfTID_t &arr, int reel=0) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_aretes(const DoubleTab &pos, SmallArrOfTID_t &arr, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-aretes-const-doubletab-ref-pos-smallarroftid-t-ref-arr-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_aretes(const DoubleTab &pos, SmallArrOfTID_t &arr, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-aretes-const-doubletab-ref-pos-smallarroftid-t-ref-arr-int-reel-equal-0-const)

chercher_elements#

Definition
Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_elements(const DoubleTab &pos, SmallArrOfTID_t &elem, int reel=0) const
Brief description

Recherche des elements contenant les points dont les coordonnees sont specifiees.

Detailed description

Lookup methods and mapping arrays

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_elements(const DoubleTab &pos, SmallArrOfTID_t &elem, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-elements-const-doubletab-ref-pos-smallarroftid-t-ref-elem-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_elements(const DoubleTab &pos, SmallArrOfTID_t &elem, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-elements-const-doubletab-ref-pos-smallarroftid-t-ref-elem-int-reel-equal-0-const)

chercher_elements#

Definition
Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_elements(const DoubleVect &pos, SmallArrOfTID_t &elem, int reel=0) const
Brief description

Recherche des elements contenant les points dont les coordonnees sont specifiees.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_elements(const DoubleVect &pos, SmallArrOfTID_t &elem, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-elements-const-doublevect-ref-pos-smallarroftid-t-ref-elem-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_elements(const DoubleVect &pos, SmallArrOfTID_t &elem, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-elements-const-doublevect-ref-pos-smallarroftid-t-ref-elem-int-reel-equal-0-const)

chercher_elements#

Definition
Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::chercher_elements(double x, double y=0, double z=0, int reel=0) const
Brief description

Renvoie le rang de l’element contenant le point dont les coordonnees sont specifiees.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::chercher_elements(double x, double y=0, double z=0, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-int-t-domaine-32-64-sz-chercher-elements-double-x-double-y-equal-0-double-z-equal-0-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::chercher_elements(double x, double y=0, double z=0, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-int-t-domaine-32-64-sz-chercher-elements-double-x-double-y-equal-0-double-z-equal-0-int-reel-equal-0-const)

chercher_sommets#

Definition
Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_sommets(const DoubleTab &pos, SmallArrOfTID_t &som, int reel=0) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_sommets(const DoubleTab &pos, SmallArrOfTID_t &som, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-sommets-const-doubletab-ref-pos-smallarroftid-t-ref-som-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::chercher_sommets(const DoubleTab &pos, SmallArrOfTID_t &som, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-chercher-sommets-const-doubletab-ref-pos-smallarroftid-t-ref-som-int-reel-equal-0-const)

chercher_sommets#

Definition
Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::chercher_sommets(double x, double y=0, double z=0, int reel=0) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::chercher_sommets(double x, double y=0, double z=0, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-int-t-domaine-32-64-sz-chercher-sommets-double-x-double-y-equal-0-double-z-equal-0-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::chercher_sommets(double x, double y=0, double z=0, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-int-t-domaine-32-64-sz-chercher-sommets-double-x-double-y-equal-0-double-z-equal-0-int-reel-equal-0-const)

clear#

Definition
void Domaine_32_64<_SZ_>::clear()
Brief description

Reset the Domaine completely except for its name.

Detailed description

Various

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::clear() <domaine-32-64-public-void-domaine-32-64-sz-clear>`
[void Domaine_32_64<_SZ_>::clear()](#domaine-32-64-public-void-domaine-32-64-sz-clear)

comprimer#

Definition
int Domaine_32_64<_SZ_>::comprimer()
Brief description

Concatene les bords de meme nom et ceci pour: les bords, les bords periodiques, les bords internes et les groupes de faces.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SZ_>::comprimer() <domaine-32-64-public-int-domaine-32-64-sz-comprimer>`
[int Domaine_32_64<_SZ_>::comprimer()](#domaine-32-64-public-int-domaine-32-64-sz-comprimer)

comprimer_joints#

Definition
int Domaine_32_64<_SIZE_>::comprimer_joints()
Brief description

Concatene les joints de meme nom.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::comprimer_joints() <domaine-32-64-public-int-domaine-32-64-size-comprimer-joints>`
[int Domaine_32_64<_SIZE_>::comprimer_joints()](#domaine-32-64-public-int-domaine-32-64-size-comprimer-joints)

construire_elem_virt_pe_num#

Definition
void Domaine_32_64<_SZ_>::construire_elem_virt_pe_num()
Brief description
Detailed description

Construction du tableau elem_virt_pe_num_ a partir du tableau mes_elems (on se sert des espaces distants et virtuels de mes_elems). Algorithme non optimal en memoire : on duplique mes_elems alors qu’on a besoin que d’un tableau a deux colonnes. Voir Domaine.h : elem_virt_pe_num_

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::construire_elem_virt_pe_num() <domaine-32-64-public-void-domaine-32-64-sz-construire-elem-virt-pe-num>`
[void Domaine_32_64<_SZ_>::construire_elem_virt_pe_num()](#domaine-32-64-public-void-domaine-32-64-sz-construire-elem-virt-pe-num)

construire_elem_virt_pe_num#

Definition
void Domaine_32_64<_SZ_>::construire_elem_virt_pe_num(IntTab_t &elem_virt_pe_num_cpy) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::construire_elem_virt_pe_num(IntTab_t &elem_virt_pe_num_cpy) const <domaine-32-64-public-void-domaine-32-64-sz-construire-elem-virt-pe-num-inttab-t-ref-elem-virt-pe-num-cpy-const>`
[void Domaine_32_64<_SZ_>::construire_elem_virt_pe_num(IntTab_t &elem_virt_pe_num_cpy) const](#domaine-32-64-public-void-domaine-32-64-sz-construire-elem-virt-pe-num-inttab-t-ref-elem-virt-pe-num-cpy-const)

construire_renum_som_perio#

Definition
void Domaine_32_64<_SZ_>::construire_renum_som_perio(const Conds_lim &, const Domaine_dis_base &)
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::construire_renum_som_perio(const Conds_lim &, const Domaine_dis_base &) <domaine-32-64-public-void-domaine-32-64-sz-construire-renum-som-perio-const-conds-lim-ref-const-domaine-dis-base-ref>`
[void Domaine_32_64<_SZ_>::construire_renum_som_perio(const Conds_lim &, const Domaine_dis_base &)](#domaine-32-64-public-void-domaine-32-64-sz-construire-renum-som-perio-const-conds-lim-ref-const-domaine-dis-base-ref)

construit_octree#

Definition
const Domaine_32_64<_SZ_>::OctreeRoot_t & Domaine_32_64<_SZ_>::construit_octree() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_32_64<_SZ_>::OctreeRoot_t & Domaine_32_64<_SZ_>::construit_octree() const <domaine-32-64-public-const-domaine-32-64-sz-octreeroot-t-ref-domaine-32-64-sz-construit-octree-const>`
[const Domaine_32_64<_SZ_>::OctreeRoot_t & Domaine_32_64<_SZ_>::construit_octree() const](#domaine-32-64-public-const-domaine-32-64-sz-octreeroot-t-ref-domaine-32-64-sz-construit-octree-const)

construit_octree#

Definition
const Domaine_32_64<_SZ_>::OctreeRoot_t & Domaine_32_64<_SZ_>::construit_octree(int &) const
Brief description

construction de l’octree si pas deja fait

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_32_64<_SZ_>::OctreeRoot_t & Domaine_32_64<_SZ_>::construit_octree(int &) const <domaine-32-64-public-const-domaine-32-64-sz-octreeroot-t-ref-domaine-32-64-sz-construit-octree-int-ref-const>`
[const Domaine_32_64<_SZ_>::OctreeRoot_t & Domaine_32_64<_SZ_>::construit_octree(int &) const](#domaine-32-64-public-const-domaine-32-64-sz-octreeroot-t-ref-domaine-32-64-sz-construit-octree-int-ref-const)

coord#

Definition
double & Domaine_32_64<_SIZE_>::coord(int_t i, int j)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double & Domaine_32_64<_SIZE_>::coord(int_t i, int j) <domaine-32-64-public-double-ref-domaine-32-64-size-coord-int-t-i-int-j>`
[double & Domaine_32_64<_SIZE_>::coord(int_t i, int j)](#domaine-32-64-public-double-ref-domaine-32-64-size-coord-int-t-i-int-j)

coord#

Definition
double Domaine_32_64<_SIZE_>::coord(int_t i, int j) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Domaine_32_64<_SIZE_>::coord(int_t i, int j) const <domaine-32-64-public-double-domaine-32-64-size-coord-int-t-i-int-j-const>`
[double Domaine_32_64<_SIZE_>::coord(int_t i, int j) const](#domaine-32-64-public-double-domaine-32-64-size-coord-int-t-i-int-j-const)

coord_sommets#

Definition
const DoubleTab_t & Domaine_32_64<_SIZE_>::coord_sommets() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const DoubleTab_t & Domaine_32_64<_SIZE_>::coord_sommets() const <domaine-32-64-public-const-doubletab-t-ref-domaine-32-64-size-coord-sommets-const>`
[const DoubleTab_t & Domaine_32_64<_SIZE_>::coord_sommets() const](#domaine-32-64-public-const-doubletab-t-ref-domaine-32-64-size-coord-sommets-const)

correct_type_of_borders_after_merge#

Definition
void Domaine_32_64<_SZ_>::correct_type_of_borders_after_merge()
Brief description

Correcting type of borders if they were empty before merge (ie equal to vide_0D)

Detailed description

Difference with corriger_type is that we don’t want to delete faces inside borders afterwards. Int version handles joints, not the 64b one.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::correct_type_of_borders_after_merge() <domaine-32-64-public-void-domaine-32-64-sz-correct-type-of-borders-after-merge>`
[void Domaine_32_64<_SZ_>::correct_type_of_borders_after_merge()](#domaine-32-64-public-void-domaine-32-64-sz-correct-type-of-borders-after-merge)

creer_aretes#

Definition
void Domaine_32_64<_SIZE_>::creer_aretes()
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::creer_aretes() <domaine-32-64-public-void-domaine-32-64-size-creer-aretes>`
[void Domaine_32_64<_SIZE_>::creer_aretes()](#domaine-32-64-public-void-domaine-32-64-size-creer-aretes)

creer_mes_domaines_frontieres#

Definition
void Domaine_32_64<_SIZE_>::creer_mes_domaines_frontieres(const Domaine_VF &domaine_vf)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::creer_mes_domaines_frontieres(const Domaine_VF &domaine_vf) <domaine-32-64-public-void-domaine-32-64-size-creer-mes-domaines-frontieres-const-domaine-vf-ref-domaine-vf>`
[void Domaine_32_64<_SIZE_>::creer_mes_domaines_frontieres(const Domaine_VF &domaine_vf)](#domaine-32-64-public-void-domaine-32-64-size-creer-mes-domaines-frontieres-const-domaine-vf-ref-domaine-vf)

creer_tableau_elements#

Definition
void Domaine_32_64<_SZ_>::creer_tableau_elements(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Brief description

creation d’un tableau parallele de valeurs aux elements.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::creer_tableau_elements(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-32-64-public-void-domaine-32-64-sz-creer-tableau-elements-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_32_64<_SZ_>::creer_tableau_elements(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-32-64-public-void-domaine-32-64-sz-creer-tableau-elements-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)

creer_tableau_sommets#

Definition
void Domaine_32_64<_SZ_>::creer_tableau_sommets(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Brief description

Cree un tableau ayant une “ligne” par sommet du maillage.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::creer_tableau_sommets(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-32-64-public-void-domaine-32-64-sz-creer-tableau-sommets-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_32_64<_SZ_>::creer_tableau_sommets(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-32-64-public-void-domaine-32-64-sz-creer-tableau-sommets-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)

Domaine_32_64#

Definition
Domaine_32_64<_SIZE_>::Domaine_32_64()
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::Domaine_32_64() <domaine-32-64-public-domaine-32-64-size-domaine-32-64>`
[Domaine_32_64<_SIZE_>::Domaine_32_64()](#domaine-32-64-public-domaine-32-64-size-domaine-32-64)

domaines_frontieres#

Definition
const TRUST_List<TRUST_Ref<Domaine_32_64 *>> & Domaine_32_64<_SIZE_>::domaines_frontieres() const
Brief description
Detailed description

Domaines frontieres

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const TRUST_List<TRUST_Ref<Domaine_32_64 *>> & Domaine_32_64<_SIZE_>::domaines_frontieres() const <domaine-32-64-public-const-trust-list-trust-ref-domaine-32-64-ptr-ref-domaine-32-64-size-domaines-frontieres-const>`
[const TRUST_List<TRUST_Ref<Domaine_32_64 *>> & Domaine_32_64<_SIZE_>::domaines_frontieres() const](#domaine-32-64-public-const-trust-list-trust-ref-domaine-32-64-ptr-ref-domaine-32-64-size-domaines-frontieres-const)

duplique#

Definition
int Domaine_32_64<_T_>::duplique() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_T_>::duplique() const override <domaine-32-64-public-int-domaine-32-64-t-duplique-const-override>`
[int Domaine_32_64<_T_>::duplique() const override](#domaine-32-64-public-int-domaine-32-64-t-duplique-const-override)

ecrire_noms_bords#

Definition
void Domaine_32_64<_SZ_>::ecrire_noms_bords(Sortie &) const
Brief description

Ecriture des noms des bords sur un flot de sortie.

Detailed description

Ecrit les noms des: bords, bords periodiques, raccords et groupes de faces.

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::ecrire_noms_bords(Sortie &) const <domaine-32-64-public-void-domaine-32-64-sz-ecrire-noms-bords-sortie-ref-const>`
[void Domaine_32_64<_SZ_>::ecrire_noms_bords(Sortie &) const](#domaine-32-64-public-void-domaine-32-64-sz-ecrire-noms-bords-sortie-ref-const)

elem_aretes#

Definition
const IntTab_t & Domaine_32_64<_SIZE_>::elem_aretes() const
Brief description

renvoie le tableau de connectivite elements/aretes.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const IntTab_t & Domaine_32_64<_SIZE_>::elem_aretes() const <domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-elem-aretes-const>`
[const IntTab_t & Domaine_32_64<_SIZE_>::elem_aretes() const](#domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-elem-aretes-const)

elem_aretes#

Definition
int_t Domaine_32_64<_SIZE_>::elem_aretes(int_t i, int j) const
Brief description

renvoie le numero de la jeme arete du ieme element.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::elem_aretes(int_t i, int j) const <domaine-32-64-public-int-t-domaine-32-64-size-elem-aretes-int-t-i-int-j-const>`
[int_t Domaine_32_64<_SIZE_>::elem_aretes(int_t i, int j) const](#domaine-32-64-public-int-t-domaine-32-64-size-elem-aretes-int-t-i-int-j-const)

elem_virt_pe_num#

Definition
const IntTab_t & Domaine_32_64<_SIZE_>::elem_virt_pe_num() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const IntTab_t & Domaine_32_64<_SIZE_>::elem_virt_pe_num() const <domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-elem-virt-pe-num-const>`
[const IntTab_t & Domaine_32_64<_SIZE_>::elem_virt_pe_num() const](#domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-elem-virt-pe-num-const)

exporter_mon_centre_de_gravite#

Definition
void Domaine_32_64<_SIZE_>::exporter_mon_centre_de_gravite(ArrOfDouble c)
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::exporter_mon_centre_de_gravite(ArrOfDouble c) <domaine-32-64-public-void-domaine-32-64-size-exporter-mon-centre-de-gravite-arrofdouble-c>`
[void Domaine_32_64<_SIZE_>::exporter_mon_centre_de_gravite(ArrOfDouble c)](#domaine-32-64-public-void-domaine-32-64-size-exporter-mon-centre-de-gravite-arrofdouble-c)

face_bords_interne_conjuguee#

Definition
Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::face_bords_interne_conjuguee(int_t face) const
Brief description

Renvoie-1 si face n’est pas une face de bord interne Renvoie le numero de la face dupliquee sinon.

Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::face_bords_interne_conjuguee(int_t face) const <domaine-32-64-public-domaine-32-64-sz-int-t-domaine-32-64-sz-face-bords-interne-conjuguee-int-t-face-const>`
[Domaine_32_64<_SZ_>::int_t Domaine_32_64<_SZ_>::face_bords_interne_conjuguee(int_t face) const](#domaine-32-64-public-domaine-32-64-sz-int-t-domaine-32-64-sz-face-bords-interne-conjuguee-int-t-face-const)

faces_bord#

Definition
Bords_t & Domaine_32_64<_SIZE_>::faces_bord()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Bords_t & Domaine_32_64<_SIZE_>::faces_bord() <domaine-32-64-public-bords-t-ref-domaine-32-64-size-faces-bord>`
[Bords_t & Domaine_32_64<_SIZE_>::faces_bord()](#domaine-32-64-public-bords-t-ref-domaine-32-64-size-faces-bord)

faces_bord#

Definition
const Bords_t & Domaine_32_64<_SIZE_>::faces_bord() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Bords_t & Domaine_32_64<_SIZE_>::faces_bord() const <domaine-32-64-public-const-bords-t-ref-domaine-32-64-size-faces-bord-const>`
[const Bords_t & Domaine_32_64<_SIZE_>::faces_bord() const](#domaine-32-64-public-const-bords-t-ref-domaine-32-64-size-faces-bord-const)

faces_joint#

Definition
Joints_t & Domaine_32_64<_SIZE_>::faces_joint()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Joints_t & Domaine_32_64<_SIZE_>::faces_joint() <domaine-32-64-public-joints-t-ref-domaine-32-64-size-faces-joint>`
[Joints_t & Domaine_32_64<_SIZE_>::faces_joint()](#domaine-32-64-public-joints-t-ref-domaine-32-64-size-faces-joint)

faces_joint#

Definition
const Joints_t & Domaine_32_64<_SIZE_>::faces_joint() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Joints_t & Domaine_32_64<_SIZE_>::faces_joint() const <domaine-32-64-public-const-joints-t-ref-domaine-32-64-size-faces-joint-const>`
[const Joints_t & Domaine_32_64<_SIZE_>::faces_joint() const](#domaine-32-64-public-const-joints-t-ref-domaine-32-64-size-faces-joint-const)

faces_raccord#

Definition
Raccords_t & Domaine_32_64<_SIZE_>::faces_raccord()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Raccords_t & Domaine_32_64<_SIZE_>::faces_raccord() <domaine-32-64-public-raccords-t-ref-domaine-32-64-size-faces-raccord>`
[Raccords_t & Domaine_32_64<_SIZE_>::faces_raccord()](#domaine-32-64-public-raccords-t-ref-domaine-32-64-size-faces-raccord)

faces_raccord#

Definition
const Raccords_t & Domaine_32_64<_SIZE_>::faces_raccord() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Raccords_t & Domaine_32_64<_SIZE_>::faces_raccord() const <domaine-32-64-public-const-raccords-t-ref-domaine-32-64-size-faces-raccord-const>`
[const Raccords_t & Domaine_32_64<_SIZE_>::faces_raccord() const](#domaine-32-64-public-const-raccords-t-ref-domaine-32-64-size-faces-raccord-const)

fill_from_list#

Definition
void Domaine_32_64<_SIZE_>::fill_from_list(std::list< Domaine_32_64 * > &lst)
Brief description

Fills the Domaine from a list of Domaine objects by aggregating them.

Detailed description

See Mailler for example

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::fill_from_list(std::list< Domaine_32_64 * > &lst) <domaine-32-64-public-void-domaine-32-64-size-fill-from-list-std-list-domaine-32-64-ptr-ref-lst>`
[void Domaine_32_64<_SIZE_>::fill_from_list(std::list< Domaine_32_64 * > &lst)](#domaine-32-64-public-void-domaine-32-64-size-fill-from-list-std-list-domaine-32-64-ptr-ref-lst)

fixer_premieres_faces_frontiere#

Definition
void Domaine_32_64<_SZ_>::fixer_premieres_faces_frontiere()
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::fixer_premieres_faces_frontiere() <domaine-32-64-public-void-domaine-32-64-sz-fixer-premieres-faces-frontiere>`
[void Domaine_32_64<_SZ_>::fixer_premieres_faces_frontiere()](#domaine-32-64-public-void-domaine-32-64-sz-fixer-premieres-faces-frontiere)

frontiere#

Definition
Domaine_32_64<_SZ_>::Frontiere_t & Domaine_32_64<_SZ_>::frontiere(const Nom &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::Frontiere_t & Domaine_32_64<_SZ_>::frontiere(const Nom &) <domaine-32-64-public-domaine-32-64-sz-frontiere-t-ref-domaine-32-64-sz-frontiere-const-nom-ref>`
[Domaine_32_64<_SZ_>::Frontiere_t & Domaine_32_64<_SZ_>::frontiere(const Nom &)](#domaine-32-64-public-domaine-32-64-sz-frontiere-t-ref-domaine-32-64-sz-frontiere-const-nom-ref)

frontiere#

Definition
const Domaine_32_64<_SZ_>::Frontiere_t & Domaine_32_64<_SZ_>::frontiere(const Nom &) const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_32_64<_SZ_>::Frontiere_t & Domaine_32_64<_SZ_>::frontiere(const Nom &) const <domaine-32-64-public-const-domaine-32-64-sz-frontiere-t-ref-domaine-32-64-sz-frontiere-const-nom-ref-const>`
[const Domaine_32_64<_SZ_>::Frontiere_t & Domaine_32_64<_SZ_>::frontiere(const Nom &) const](#domaine-32-64-public-const-domaine-32-64-sz-frontiere-t-ref-domaine-32-64-sz-frontiere-const-nom-ref-const)

frontiere#

Definition
Domaine_32_64<_SIZE_>::Frontiere_t & Domaine_32_64<_SIZE_>::frontiere(int i)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::Frontiere_t & Domaine_32_64<_SIZE_>::frontiere(int i) <domaine-32-64-public-domaine-32-64-size-frontiere-t-ref-domaine-32-64-size-frontiere-int-i>`
[Domaine_32_64<_SIZE_>::Frontiere_t & Domaine_32_64<_SIZE_>::frontiere(int i)](#domaine-32-64-public-domaine-32-64-size-frontiere-t-ref-domaine-32-64-size-frontiere-int-i)

frontiere#

Definition
const Domaine_32_64<_SIZE_>::Frontiere_t & Domaine_32_64<_SIZE_>::frontiere(int i) const
Brief description
Detailed description

Frontieres

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_32_64<_SIZE_>::Frontiere_t & Domaine_32_64<_SIZE_>::frontiere(int i) const <domaine-32-64-public-const-domaine-32-64-size-frontiere-t-ref-domaine-32-64-size-frontiere-int-i-const>`
[const Domaine_32_64<_SIZE_>::Frontiere_t & Domaine_32_64<_SIZE_>::frontiere(int i) const](#domaine-32-64-public-const-domaine-32-64-size-frontiere-t-ref-domaine-32-64-size-frontiere-int-i-const)

get_info#

Definition
const Type_info * Domaine_32_64<_T_>::get_info() const override
Brief description

Donne des informations sur le type de l’ Objet_U .

Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Domaine_32_64<_T_>::get_info() const override <domaine-32-64-public-const-type-info-ptr-domaine-32-64-t-get-info-const-override>`
[const Type_info * Domaine_32_64<_T_>::get_info() const override](#domaine-32-64-public-const-type-info-ptr-domaine-32-64-t-get-info-const-override)

get_renum_som_perio#

Definition
const ArrOfInt_t & Domaine_32_64<_SIZE_>::get_renum_som_perio() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const ArrOfInt_t & Domaine_32_64<_SIZE_>::get_renum_som_perio() const <domaine-32-64-public-const-arrofint-t-ref-domaine-32-64-size-get-renum-som-perio-const>`
[const ArrOfInt_t & Domaine_32_64<_SIZE_>::get_renum_som_perio() const](#domaine-32-64-public-const-arrofint-t-ref-domaine-32-64-size-get-renum-som-perio-const)

get_renum_som_perio#

Definition
int_t Domaine_32_64<_SIZE_>::get_renum_som_perio(int_t i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::get_renum_som_perio(int_t i) const <domaine-32-64-public-int-t-domaine-32-64-size-get-renum-som-perio-int-t-i-const>`
[int_t Domaine_32_64<_SIZE_>::get_renum_som_perio(int_t i) const](#domaine-32-64-public-int-t-domaine-32-64-size-get-renum-som-perio-int-t-i-const)

getBoundingBox#

Definition
DoubleTab Domaine_32_64<_SZ_>::getBoundingBox() const
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`DoubleTab Domaine_32_64<_SZ_>::getBoundingBox() const <domaine-32-64-public-doubletab-domaine-32-64-sz-getboundingbox-const>`
[DoubleTab Domaine_32_64<_SZ_>::getBoundingBox() const](#domaine-32-64-public-doubletab-domaine-32-64-sz-getboundingbox-const)

groupe_faces#

Definition
const Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(const Nom &nom) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(const Nom &nom) const <domaine-32-64-public-const-groupe-faces-t-ref-domaine-32-64-size-groupe-faces-const-nom-ref-nom-const>`
[const Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(const Nom &nom) const](#domaine-32-64-public-const-groupe-faces-t-ref-domaine-32-64-size-groupe-faces-const-nom-ref-nom-const)

groupe_faces#

Definition
Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(int i)
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(int i) <domaine-32-64-public-groupe-faces-t-ref-domaine-32-64-size-groupe-faces-int-i>`
[Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(int i)](#domaine-32-64-public-groupe-faces-t-ref-domaine-32-64-size-groupe-faces-int-i)

groupe_faces#

Definition
const Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(int i) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(int i) const <domaine-32-64-public-const-groupe-faces-t-ref-domaine-32-64-size-groupe-faces-int-i-const>`
[const Groupe_Faces_t & Domaine_32_64<_SIZE_>::groupe_faces(int i) const](#domaine-32-64-public-const-groupe-faces-t-ref-domaine-32-64-size-groupe-faces-int-i-const)

groupes_faces#

Definition
Groupes_Faces_t & Domaine_32_64<_SIZE_>::groupes_faces()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Groupes_Faces_t & Domaine_32_64<_SIZE_>::groupes_faces() <domaine-32-64-public-groupes-faces-t-ref-domaine-32-64-size-groupes-faces>`
[Groupes_Faces_t & Domaine_32_64<_SIZE_>::groupes_faces()](#domaine-32-64-public-groupes-faces-t-ref-domaine-32-64-size-groupes-faces)

groupes_faces#

Definition
const Groupes_Faces_t & Domaine_32_64<_SIZE_>::groupes_faces() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Groupes_Faces_t & Domaine_32_64<_SIZE_>::groupes_faces() const <domaine-32-64-public-const-groupes-faces-t-ref-domaine-32-64-size-groupes-faces-const>`
[const Groupes_Faces_t & Domaine_32_64<_SIZE_>::groupes_faces() const](#domaine-32-64-public-const-groupes-faces-t-ref-domaine-32-64-size-groupes-faces-const)

imprimer#

Definition
void Domaine_32_64<_SZ_>::imprimer() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::imprimer() const <domaine-32-64-public-void-domaine-32-64-sz-imprimer-const>`
[void Domaine_32_64<_SZ_>::imprimer() const](#domaine-32-64-public-void-domaine-32-64-sz-imprimer-const)

ind_faces_virt_bord#

Definition
const ArrOfInt_t & Domaine_32_64<_SIZE_>::ind_faces_virt_bord() const
Brief description
Detailed description

Parallelism and virtual items management

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const ArrOfInt_t & Domaine_32_64<_SIZE_>::ind_faces_virt_bord() const <domaine-32-64-public-const-arrofint-t-ref-domaine-32-64-size-ind-faces-virt-bord-const>`
[const ArrOfInt_t & Domaine_32_64<_SIZE_>::ind_faces_virt_bord() const](#domaine-32-64-public-const-arrofint-t-ref-domaine-32-64-size-ind-faces-virt-bord-const)

indice_elements#

Definition
Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::indice_elements(const IntTab &som, SmallArrOfTID_t &elem, int reel=0) const
Brief description

Cherche les numeros (indices) des elements contenants les sommets specifies par le parametre “sommets”.

Detailed description

Utilise: ArrOfInt_t& Domaine_32_64 < >::chercher_elements(const DoubleTab&,ArrOfInt_t&) const

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::indice_elements(const IntTab &som, SmallArrOfTID_t &elem, int reel=0) const <domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-indice-elements-const-inttab-ref-som-smallarroftid-t-ref-elem-int-reel-equal-0-const>`
[Domaine_32_64<_SZ_>::SmallArrOfTID_t & Domaine_32_64<_SZ_>::indice_elements(const IntTab &som, SmallArrOfTID_t &elem, int reel=0) const](#domaine-32-64-public-domaine-32-64-sz-smallarroftid-t-ref-domaine-32-64-sz-indice-elements-const-inttab-ref-som-smallarroftid-t-ref-elem-int-reel-equal-0-const)

info_obj#

Definition
const Type_info Domaine_32_64<trustIdType>::info_obj("Domaine" "_64", Domaine_32_64< trustIdType >::cree_instance, 1, Domaine_32_64bases< trustIdType >)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info Domaine_32_64<trustIdType>::info_obj("Domaine" "_64", Domaine_32_64< trustIdType >::cree_instance, 1, Domaine_32_64bases< trustIdType >) <domaine-32-64-public-const-type-info-domaine-32-64-trustidtype-info-obj-"domaine"-"-64"-domaine-32-64-trustidtype-cree-instance-1-domaine-32-64bases-trustidtype>`
[const Type_info Domaine_32_64<trustIdType>::info_obj("Domaine" "_64", Domaine_32_64< trustIdType >::cree_instance, 1, Domaine_32_64bases< trustIdType >)](#domaine-32-64-public-const-type-info-domaine-32-64-trustidtype-info-obj-"domaine"-"-64"-domaine-32-64-trustidtype-cree-instance-1-domaine-32-64bases-trustidtype)

init_faces_virt_bord#

Definition
void Domaine_32_64<_SIZE_>::init_faces_virt_bord(const MD_Vector &md_vect_faces, MD_Vector &md_vect_faces_bord)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::init_faces_virt_bord(const MD_Vector &md_vect_faces, MD_Vector &md_vect_faces_bord) <domaine-32-64-public-void-domaine-32-64-size-init-faces-virt-bord-const-md-vector-ref-md-vect-faces-md-vector-ref-md-vect-faces-bord>`
[void Domaine_32_64<_SIZE_>::init_faces_virt_bord(const MD_Vector &md_vect_faces, MD_Vector &md_vect_faces_bord)](#domaine-32-64-public-void-domaine-32-64-size-init-faces-virt-bord-const-md-vector-ref-md-vect-faces-md-vector-ref-md-vect-faces-bord)

init_renum_perio#

Definition
void Domaine_32_64<_SZ_>::init_renum_perio()
Brief description

Initialize the renumerotation array for periodicity.

Detailed description

Periodicity

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::init_renum_perio() <domaine-32-64-public-void-domaine-32-64-sz-init-renum-perio>`
[void Domaine_32_64<_SZ_>::init_renum_perio()](#domaine-32-64-public-void-domaine-32-64-sz-init-renum-perio)

invalide_octree#

Definition
void Domaine_32_64<_SZ_>::invalide_octree()
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::invalide_octree() <domaine-32-64-public-void-domaine-32-64-sz-invalide-octree>`
[void Domaine_32_64<_SZ_>::invalide_octree()](#domaine-32-64-public-void-domaine-32-64-sz-invalide-octree)

is_mc_mesh_ready#

Definition
bool Domaine_32_64<_SIZE_>::is_mc_mesh_ready() const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`bool Domaine_32_64<_SIZE_>::is_mc_mesh_ready() const <domaine-32-64-public-bool-domaine-32-64-size-is-mc-mesh-ready-const>`
[bool Domaine_32_64<_SIZE_>::is_mc_mesh_ready() const](#domaine-32-64-public-bool-domaine-32-64-size-is-mc-mesh-ready-const)

joint#

Definition
Joint_t & Domaine_32_64<_SIZE_>::joint(const Nom &nom)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Joint_t & Domaine_32_64<_SIZE_>::joint(const Nom &nom) <domaine-32-64-public-joint-t-ref-domaine-32-64-size-joint-const-nom-ref-nom>`
[Joint_t & Domaine_32_64<_SIZE_>::joint(const Nom &nom)](#domaine-32-64-public-joint-t-ref-domaine-32-64-size-joint-const-nom-ref-nom)

joint#

Definition
const Joint_t & Domaine_32_64<_SIZE_>::joint(const Nom &nom) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Joint_t & Domaine_32_64<_SIZE_>::joint(const Nom &nom) const <domaine-32-64-public-const-joint-t-ref-domaine-32-64-size-joint-const-nom-ref-nom-const>`
[const Joint_t & Domaine_32_64<_SIZE_>::joint(const Nom &nom) const](#domaine-32-64-public-const-joint-t-ref-domaine-32-64-size-joint-const-nom-ref-nom-const)

joint#

Definition
Joint_t & Domaine_32_64<_SIZE_>::joint(int i)
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Joint_t & Domaine_32_64<_SIZE_>::joint(int i) <domaine-32-64-public-joint-t-ref-domaine-32-64-size-joint-int-i>`
[Joint_t & Domaine_32_64<_SIZE_>::joint(int i)](#domaine-32-64-public-joint-t-ref-domaine-32-64-size-joint-int-i)

joint#

Definition
const Joint_t & Domaine_32_64<_SIZE_>::joint(int i) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Joint_t & Domaine_32_64<_SIZE_>::joint(int i) const <domaine-32-64-public-const-joint-t-ref-domaine-32-64-size-joint-int-i-const>`
[const Joint_t & Domaine_32_64<_SIZE_>::joint(int i) const](#domaine-32-64-public-const-joint-t-ref-domaine-32-64-size-joint-int-i-const)

joint_of_pe#

Definition
Domaine_32_64<_SIZE_>::Joint_t & Domaine_32_64<_SIZE_>::joint_of_pe(int)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::Joint_t & Domaine_32_64<_SIZE_>::joint_of_pe(int) <domaine-32-64-public-domaine-32-64-size-joint-t-ref-domaine-32-64-size-joint-of-pe-int>`
[Domaine_32_64<_SIZE_>::Joint_t & Domaine_32_64<_SIZE_>::joint_of_pe(int)](#domaine-32-64-public-domaine-32-64-size-joint-t-ref-domaine-32-64-size-joint-of-pe-int)

joint_of_pe#

Definition
const Domaine_32_64<_SIZE_>::Joint_t & Domaine_32_64<_SIZE_>::joint_of_pe(int) const
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_32_64<_SIZE_>::Joint_t & Domaine_32_64<_SIZE_>::joint_of_pe(int) const <domaine-32-64-public-const-domaine-32-64-size-joint-t-ref-domaine-32-64-size-joint-of-pe-int-const>`
[const Domaine_32_64<_SIZE_>::Joint_t & Domaine_32_64<_SIZE_>::joint_of_pe(int) const](#domaine-32-64-public-const-domaine-32-64-size-joint-t-ref-domaine-32-64-size-joint-of-pe-int-const)

les_elems#

Definition
IntTab_t & Domaine_32_64<_SIZE_>::les_elems()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`IntTab_t & Domaine_32_64<_SIZE_>::les_elems() <domaine-32-64-public-inttab-t-ref-domaine-32-64-size-les-elems>`
[IntTab_t & Domaine_32_64<_SIZE_>::les_elems()](#domaine-32-64-public-inttab-t-ref-domaine-32-64-size-les-elems)

les_elems#

Definition
const IntTab_t & Domaine_32_64<_SIZE_>::les_elems() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const IntTab_t & Domaine_32_64<_SIZE_>::les_elems() const <domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-les-elems-const>`
[const IntTab_t & Domaine_32_64<_SIZE_>::les_elems() const](#domaine-32-64-public-const-inttab-t-ref-domaine-32-64-size-les-elems-const)

les_sommets#

Definition
DoubleTab_t & Domaine_32_64<_SIZE_>::les_sommets()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`DoubleTab_t & Domaine_32_64<_SIZE_>::les_sommets() <domaine-32-64-public-doubletab-t-ref-domaine-32-64-size-les-sommets>`
[DoubleTab_t & Domaine_32_64<_SIZE_>::les_sommets()](#domaine-32-64-public-doubletab-t-ref-domaine-32-64-size-les-sommets)

les_sommets#

Definition
const DoubleTab_t & Domaine_32_64<_SIZE_>::les_sommets() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const DoubleTab_t & Domaine_32_64<_SIZE_>::les_sommets() const <domaine-32-64-public-const-doubletab-t-ref-domaine-32-64-size-les-sommets-const>`
[const DoubleTab_t & Domaine_32_64<_SIZE_>::les_sommets() const](#domaine-32-64-public-const-doubletab-t-ref-domaine-32-64-size-les-sommets-const)

md_vector_elements#

Definition
const MD_Vector & Domaine_32_64<_SZ_>::md_vector_elements() const
Brief description

renvoie le descripteur parallele des tableaux aux elements du domaine

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const MD_Vector & Domaine_32_64<_SZ_>::md_vector_elements() const <domaine-32-64-public-const-md-vector-ref-domaine-32-64-sz-md-vector-elements-const>`
[const MD_Vector & Domaine_32_64<_SZ_>::md_vector_elements() const](#domaine-32-64-public-const-md-vector-ref-domaine-32-64-sz-md-vector-elements-const)

md_vector_sommets#

Definition
virtual const MD_Vector & Domaine_32_64<_SIZE_>::md_vector_sommets() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`virtual const MD_Vector & Domaine_32_64<_SIZE_>::md_vector_sommets() const <domaine-32-64-public-virtual-const-md-vector-ref-domaine-32-64-size-md-vector-sommets-const>`
[virtual const MD_Vector & Domaine_32_64<_SIZE_>::md_vector_sommets() const](#domaine-32-64-public-virtual-const-md-vector-ref-domaine-32-64-size-md-vector-sommets-const)

merge_wo_vertices_with#

Definition
void Domaine_32_64<_SZ_>::merge_wo_vertices_with(Domaine_32_64 &z)
Brief description

Merge another Domaine into this, without considering vertices which are handled separately.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::merge_wo_vertices_with(Domaine_32_64 &z) <domaine-32-64-public-void-domaine-32-64-sz-merge-wo-vertices-with-domaine-32-64-ref-z>`
[void Domaine_32_64<_SZ_>::merge_wo_vertices_with(Domaine_32_64 &z)](#domaine-32-64-public-void-domaine-32-64-sz-merge-wo-vertices-with-domaine-32-64-ref-z)

nb_aretes#

Definition
int_t Domaine_32_64<_SIZE_>::nb_aretes() const
Brief description

Renvoie le nombre d’aretes reelles.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_aretes() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-aretes-const>`
[int_t Domaine_32_64<_SIZE_>::nb_aretes() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-aretes-const)

nb_aretes_tot#

Definition
int_t Domaine_32_64<_SIZE_>::nb_aretes_tot() const
Brief description

renvoie le nombre d’aretes total (reelles + virtuelles).

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_aretes_tot() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-aretes-tot-const>`
[int_t Domaine_32_64<_SIZE_>::nb_aretes_tot() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-aretes-tot-const)

nb_bords#

Definition
int Domaine_32_64<_SIZE_>::nb_bords() const
Brief description
Detailed description

Bords

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_bords() const <domaine-32-64-public-int-domaine-32-64-size-nb-bords-const>`
[int Domaine_32_64<_SIZE_>::nb_bords() const](#domaine-32-64-public-int-domaine-32-64-size-nb-bords-const)

nb_elem#

Definition
int_t Domaine_32_64<_SIZE_>::nb_elem() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_elem() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-elem-const>`
[int_t Domaine_32_64<_SIZE_>::nb_elem() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-elem-const)

nb_elem_tot#

Definition
int_t Domaine_32_64<_SIZE_>::nb_elem_tot() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_elem_tot() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-elem-tot-const>`
[int_t Domaine_32_64<_SIZE_>::nb_elem_tot() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-elem-tot-const)

nb_faces_bord#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_bord() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_bord() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bord-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_bord() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bord-const)

nb_faces_bord#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_bord(int num_bord) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_bord(int num_bord) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bord-int-num-bord-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_bord(int num_bord) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bord-int-num-bord-const)

nb_faces_bord#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_bord(Type_Face type) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_bord(Type_Face type) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bord-type-face-type-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_bord(Type_Face type) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bord-type-face-type-const)

nb_faces_bords_int#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bords-int-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bords-int-const)

nb_faces_bords_int#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int(int num_bord) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int(int num_bord) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bords-int-int-num-bord-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int(int num_bord) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bords-int-int-num-bord-const)

nb_faces_bords_int#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int(Type_Face type) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int(Type_Face type) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bords-int-type-face-type-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_bords_int(Type_Face type) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-bords-int-type-face-type-const)

nb_faces_elem#

Definition
int Domaine_32_64<_SIZE_>::nb_faces_elem(int=0) const
Brief description

Renvoie le nombre de face de type i des elements geometriques constituants le domaine.

Detailed description

Ex: les objets de la classe Prisme ont 2 types de faces: triangle ou quadrangle.

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_faces_elem(int=0) const <domaine-32-64-public-int-domaine-32-64-size-nb-faces-elem-int-equal-0-const>`
[int Domaine_32_64<_SIZE_>::nb_faces_elem(int=0) const](#domaine-32-64-public-int-domaine-32-64-size-nb-faces-elem-int-equal-0-const)

nb_faces_frontiere#

Definition
Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_frontiere() const
Brief description

Renvoie le nombre de faces frontiere du domaine (somme des nombres de bords, de raccords et de bords internes)

Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_frontiere() const <domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-frontiere-const>`
[Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_frontiere() const](#domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-frontiere-const)

nb_faces_frontiere#

Definition
Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_frontiere(Type_Face type) const
Brief description

Renvoie le nombre de faces frontiere du domaine du type specifie.

Detailed description

C’est la somme des nombres de bords, de raccords et de bords internes du type specifie.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_frontiere(Type_Face type) const <domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-frontiere-type-face-type-const>`
[Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_frontiere(Type_Face type) const](#domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-frontiere-type-face-type-const)

nb_faces_groupes_faces#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces() const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-groupes-faces-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-groupes-faces-const)

nb_faces_groupes_faces#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces(int num_g) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces(int num_g) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-groupes-faces-int-num-g-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces(int num_g) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-groupes-faces-int-num-g-const)

nb_faces_groupes_faces#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces(Type_Face type) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces(Type_Face type) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-groupes-faces-type-face-type-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_groupes_faces(Type_Face type) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-groupes-faces-type-face-type-const)

nb_faces_joint#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_joint() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_joint() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-joint-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_joint() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-joint-const)

nb_faces_joint#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_joint(int num_joint) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_joint(int num_joint) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-joint-int-num-joint-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_joint(int num_joint) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-joint-int-num-joint-const)

nb_faces_joint#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_joint(Type_Face type) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_joint(Type_Face type) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-joint-type-face-type-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_joint(Type_Face type) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-joint-type-face-type-const)

nb_faces_raccord#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_raccord() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_raccord() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-raccord-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_raccord() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-raccord-const)

nb_faces_raccord#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_raccord(int num_rac) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_raccord(int num_rac) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-raccord-int-num-rac-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_raccord(int num_rac) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-raccord-int-num-rac-const)

nb_faces_raccord#

Definition
int_t Domaine_32_64<_SIZE_>::nb_faces_raccord(Type_Face type) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_faces_raccord(Type_Face type) const <domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-raccord-type-face-type-const>`
[int_t Domaine_32_64<_SIZE_>::nb_faces_raccord(Type_Face type) const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-faces-raccord-type-face-type-const)

nb_faces_specifiques#

Definition
Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_specifiques() const
Brief description

Renvoie le nombre de faces speciales du domaine.

Detailed description

C’est la somme des nombres de bords, de raccords, de bords internes et de groupes de faces specifies

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_specifiques() const <domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-specifiques-const>`
[Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_specifiques() const](#domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-specifiques-const)

nb_faces_specifiques#

Definition
Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_specifiques(Type_Face type) const
Brief description

Renvoie le nombre de faces specifique du domaine du type specifie.

Detailed description

C’est la somme des nombres de bords, de raccords de bords internes et de groupes de faces du type specifie.

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_specifiques(Type_Face type) const <domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-specifiques-type-face-type-const>`
[Domaine_32_64<_SIZE_>::int_t Domaine_32_64<_SIZE_>::nb_faces_specifiques(Type_Face type) const](#domaine-32-64-public-domaine-32-64-size-int-t-domaine-32-64-size-nb-faces-specifiques-type-face-type-const)

nb_front_Cl#

Definition
int Domaine_32_64<_SIZE_>::nb_front_Cl() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_front_Cl() const <domaine-32-64-public-int-domaine-32-64-size-nb-front-cl-const>`
[int Domaine_32_64<_SIZE_>::nb_front_Cl() const](#domaine-32-64-public-int-domaine-32-64-size-nb-front-cl-const)

nb_frontieres_internes#

Definition
int Domaine_32_64<_SIZE_>::nb_frontieres_internes() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_frontieres_internes() const <domaine-32-64-public-int-domaine-32-64-size-nb-frontieres-internes-const>`
[int Domaine_32_64<_SIZE_>::nb_frontieres_internes() const](#domaine-32-64-public-int-domaine-32-64-size-nb-frontieres-internes-const)

nb_groupes_faces#

Definition
int Domaine_32_64<_SIZE_>::nb_groupes_faces() const
Brief description
Detailed description

Groupes_Faces

References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_groupes_faces() const <domaine-32-64-public-int-domaine-32-64-size-nb-groupes-faces-const>`
[int Domaine_32_64<_SIZE_>::nb_groupes_faces() const](#domaine-32-64-public-int-domaine-32-64-size-nb-groupes-faces-const)

nb_joints#

Definition
int Domaine_32_64<_SIZE_>::nb_joints() const
Brief description
Detailed description

Joints

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_joints() const <domaine-32-64-public-int-domaine-32-64-size-nb-joints-const>`
[int Domaine_32_64<_SIZE_>::nb_joints() const](#domaine-32-64-public-int-domaine-32-64-size-nb-joints-const)

nb_raccords#

Definition
int Domaine_32_64<_SIZE_>::nb_raccords() const
Brief description
Detailed description

Raccords

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_raccords() const <domaine-32-64-public-int-domaine-32-64-size-nb-raccords-const>`
[int Domaine_32_64<_SIZE_>::nb_raccords() const](#domaine-32-64-public-int-domaine-32-64-size-nb-raccords-const)

nb_som#

Definition
int_t Domaine_32_64<_SIZE_>::nb_som() const
Brief description

Renvoie le nombre de sommets du domaine.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_som() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-som-const>`
[int_t Domaine_32_64<_SIZE_>::nb_som() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-som-const)

nb_som_elem#

Definition
int Domaine_32_64<_SIZE_>::nb_som_elem() const
Brief description

Renvoie le nombre de sommets des elements geometriques constituants le domaine.

Detailed description

Tous les elements du domaine etant du meme type ils ont tous le meme nombre de sommets qui est le nombre de sommet du type des elements geometriques du domaine.

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_som_elem() const <domaine-32-64-public-int-domaine-32-64-size-nb-som-elem-const>`
[int Domaine_32_64<_SIZE_>::nb_som_elem() const](#domaine-32-64-public-int-domaine-32-64-size-nb-som-elem-const)

nb_som_tot#

Definition
int_t Domaine_32_64<_SIZE_>::nb_som_tot() const
Brief description

Renvoie le nombre total de sommets du domaine i.e. le nombre de sommets reels et virtuels sur le processeur courant.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::nb_som_tot() const <domaine-32-64-public-int-t-domaine-32-64-size-nb-som-tot-const>`
[int_t Domaine_32_64<_SIZE_>::nb_som_tot() const](#domaine-32-64-public-int-t-domaine-32-64-size-nb-som-tot-const)

nb_ss_domaines#

Definition
int Domaine_32_64<_SIZE_>::nb_ss_domaines() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::nb_ss_domaines() const <domaine-32-64-public-int-domaine-32-64-size-nb-ss-domaines-const>`
[int Domaine_32_64<_SIZE_>::nb_ss_domaines() const](#domaine-32-64-public-int-domaine-32-64-size-nb-ss-domaines-const)

raccord#

Definition
Raccord_t & Domaine_32_64<_SIZE_>::raccord(const Nom &nom)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Raccord_t & Domaine_32_64<_SIZE_>::raccord(const Nom &nom) <domaine-32-64-public-raccord-t-ref-domaine-32-64-size-raccord-const-nom-ref-nom>`
[Raccord_t & Domaine_32_64<_SIZE_>::raccord(const Nom &nom)](#domaine-32-64-public-raccord-t-ref-domaine-32-64-size-raccord-const-nom-ref-nom)

raccord#

Definition
const Raccord_t & Domaine_32_64<_SIZE_>::raccord(const Nom &nom) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Raccord_t & Domaine_32_64<_SIZE_>::raccord(const Nom &nom) const <domaine-32-64-public-const-raccord-t-ref-domaine-32-64-size-raccord-const-nom-ref-nom-const>`
[const Raccord_t & Domaine_32_64<_SIZE_>::raccord(const Nom &nom) const](#domaine-32-64-public-const-raccord-t-ref-domaine-32-64-size-raccord-const-nom-ref-nom-const)

raccord#

Definition
Raccord_t & Domaine_32_64<_SIZE_>::raccord(int i)
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Raccord_t & Domaine_32_64<_SIZE_>::raccord(int i) <domaine-32-64-public-raccord-t-ref-domaine-32-64-size-raccord-int-i>`
[Raccord_t & Domaine_32_64<_SIZE_>::raccord(int i)](#domaine-32-64-public-raccord-t-ref-domaine-32-64-size-raccord-int-i)

raccord#

Definition
const Raccord_t & Domaine_32_64<_SIZE_>::raccord(int i) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Raccord_t & Domaine_32_64<_SIZE_>::raccord(int i) const <domaine-32-64-public-const-raccord-t-ref-domaine-32-64-size-raccord-int-i-const>`
[const Raccord_t & Domaine_32_64<_SIZE_>::raccord(int i) const](#domaine-32-64-public-const-raccord-t-ref-domaine-32-64-size-raccord-int-i-const)

rang_elems_sommet#

Definition
void Domaine_32_64<_SZ_>::rang_elems_sommet(SmallArrOfTID_t &elems, double x, double y=0, double z=0) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::rang_elems_sommet(SmallArrOfTID_t &elems, double x, double y=0, double z=0) const <domaine-32-64-public-void-domaine-32-64-sz-rang-elems-sommet-smallarroftid-t-ref-elems-double-x-double-y-equal-0-double-z-equal-0-const>`
[void Domaine_32_64<_SZ_>::rang_elems_sommet(SmallArrOfTID_t &elems, double x, double y=0, double z=0) const](#domaine-32-64-public-void-domaine-32-64-sz-rang-elems-sommet-smallarroftid-t-ref-elems-double-x-double-y-equal-0-double-z-equal-0-const)

rang_frontiere#

Definition
int Domaine_32_64<_SZ_>::rang_frontiere(const Nom &) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SZ_>::rang_frontiere(const Nom &) const <domaine-32-64-public-int-domaine-32-64-sz-rang-frontiere-const-nom-ref-const>`
[int Domaine_32_64<_SZ_>::rang_frontiere(const Nom &) const](#domaine-32-64-public-int-domaine-32-64-sz-rang-frontiere-const-nom-ref-const)

read_former_domaine#

Definition
void Domaine_32_64<_SZ_>::read_former_domaine(Entree &s)
Brief description

read what was (before TRUST 1.9.2) the “domaine” part from the input stream i.e. (roughly) the element description.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::read_former_domaine(Entree &s) <domaine-32-64-public-void-domaine-32-64-sz-read-former-domaine-entree-ref-s>`
[void Domaine_32_64<_SZ_>::read_former_domaine(Entree &s)](#domaine-32-64-public-void-domaine-32-64-sz-read-former-domaine-entree-ref-s)

read_vertices#

Definition
void Domaine_32_64<_SZ_>::read_vertices(Entree &s)
Brief description

only read vertices from the stream s

Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::read_vertices(Entree &s) <domaine-32-64-public-void-domaine-32-64-sz-read-vertices-entree-ref-s>`
[void Domaine_32_64<_SZ_>::read_vertices(Entree &s)](#domaine-32-64-public-void-domaine-32-64-sz-read-vertices-entree-ref-s)

renum#

Definition
void Domaine_32_64<_SIZE_>::renum(const IntVect_t &nums)
Brief description

Renumerotation des noeuds: Le noeud de numero k devient le noeud de numero Les_Nums[k].

Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::renum(const IntVect_t &nums) <domaine-32-64-public-void-domaine-32-64-size-renum-const-intvect-t-ref-nums>`
[void Domaine_32_64<_SIZE_>::renum(const IntVect_t &nums)](#domaine-32-64-public-void-domaine-32-64-size-renum-const-intvect-t-ref-nums)

renum_joint_common_items#

Definition
void Domaine_32_64<_SIZE_>::renum_joint_common_items(const IntVect_t &nums, const int_t elem_offset)
Brief description

Renumerotation des noeuds et des elements presents dans les items communs des joints.

Detailed description

Le noeud de numero k devient le noeud de numero Les_Nums[k] l’element de numero e devient l’element de numero e + elem_offset

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::renum_joint_common_items(const IntVect_t &nums, const int_t elem_offset) <domaine-32-64-public-void-domaine-32-64-size-renum-joint-common-items-const-intvect-t-ref-nums-const-int-t-elem-offset>`
[void Domaine_32_64<_SIZE_>::renum_joint_common_items(const IntVect_t &nums, const int_t elem_offset)](#domaine-32-64-public-void-domaine-32-64-size-renum-joint-common-items-const-intvect-t-ref-nums-const-int-t-elem-offset)

reordonner#

Definition
void Domaine_32_64<_SIZE_>::reordonner()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::reordonner() <domaine-32-64-public-void-domaine-32-64-size-reordonner>`
[void Domaine_32_64<_SIZE_>::reordonner()](#domaine-32-64-public-void-domaine-32-64-size-reordonner)

set_aretes_som#

Definition
IntTab_t & Domaine_32_64<_SIZE_>::set_aretes_som()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`IntTab_t & Domaine_32_64<_SIZE_>::set_aretes_som() <domaine-32-64-public-inttab-t-ref-domaine-32-64-size-set-aretes-som>`
[IntTab_t & Domaine_32_64<_SIZE_>::set_aretes_som()](#domaine-32-64-public-inttab-t-ref-domaine-32-64-size-set-aretes-som)

set_elem_aretes#

Definition
IntTab_t & Domaine_32_64<_SIZE_>::set_elem_aretes()
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`IntTab_t & Domaine_32_64<_SIZE_>::set_elem_aretes() <domaine-32-64-public-inttab-t-ref-domaine-32-64-size-set-elem-aretes>`
[IntTab_t & Domaine_32_64<_SIZE_>::set_elem_aretes()](#domaine-32-64-public-inttab-t-ref-domaine-32-64-size-set-elem-aretes)

set_mc_mesh_ready#

Definition
void Domaine_32_64<_SIZE_>::set_mc_mesh_ready(bool flag) const
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::set_mc_mesh_ready(bool flag) const <domaine-32-64-public-void-domaine-32-64-size-set-mc-mesh-ready-bool-flag-const>`
[void Domaine_32_64<_SIZE_>::set_mc_mesh_ready(bool flag) const](#domaine-32-64-public-void-domaine-32-64-size-set-mc-mesh-ready-bool-flag-const)

set_renum_som_perio#

Definition
void Domaine_32_64<_SIZE_>::set_renum_som_perio(IntTab_t &renum)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::set_renum_som_perio(IntTab_t &renum) <domaine-32-64-public-void-domaine-32-64-size-set-renum-som-perio-inttab-t-ref-renum>`
[void Domaine_32_64<_SIZE_>::set_renum_som_perio(IntTab_t &renum)](#domaine-32-64-public-void-domaine-32-64-size-set-renum-som-perio-inttab-t-ref-renum)

sommet_elem#

Definition
int_t Domaine_32_64<_SIZE_>::sommet_elem(int_t i, int j) const
Brief description

Renvoie le numero (global) du j - ieme sommet du i - ieme element.

Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int_t Domaine_32_64<_SIZE_>::sommet_elem(int_t i, int j) const <domaine-32-64-public-int-t-domaine-32-64-size-sommet-elem-int-t-i-int-j-const>`
[int_t Domaine_32_64<_SIZE_>::sommet_elem(int_t i, int j) const](#domaine-32-64-public-int-t-domaine-32-64-size-sommet-elem-int-t-i-int-j-const)

ss_domaine#

Definition
Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(const Nom &nom)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(const Nom &nom) <domaine-32-64-public-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-const-nom-ref-nom>`
[Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(const Nom &nom)](#domaine-32-64-public-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-const-nom-ref-nom)

ss_domaine#

Definition
const Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(const Nom &nom) const
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(const Nom &nom) const <domaine-32-64-public-const-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-const-nom-ref-nom-const>`
[const Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(const Nom &nom) const](#domaine-32-64-public-const-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-const-nom-ref-nom-const)

ss_domaine#

Definition
Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(int i)
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(int i) <domaine-32-64-public-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-int-i>`
[Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(int i)](#domaine-32-64-public-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-int-i)

ss_domaine#

Definition
const Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(int i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(int i) const <domaine-32-64-public-const-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-int-i-const>`
[const Sous_Domaine_t & Domaine_32_64<_SIZE_>::ss_domaine(int i) const](#domaine-32-64-public-const-sous-domaine-t-ref-domaine-32-64-size-ss-domaine-int-i-const)

ss_domaines#

Definition
const TRUST_List<TRUST_Ref<Sous_Domaine_t *>> & Domaine_32_64<_SIZE_>::ss_domaines() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const TRUST_List<TRUST_Ref<Sous_Domaine_t *>> & Domaine_32_64<_SIZE_>::ss_domaines() const <domaine-32-64-public-const-trust-list-trust-ref-sous-domaine-t-ptr-ref-domaine-32-64-size-ss-domaines-const>`
[const TRUST_List<TRUST_Ref<Sous_Domaine_t *>> & Domaine_32_64<_SIZE_>::ss_domaines() const](#domaine-32-64-public-const-trust-list-trust-ref-sous-domaine-t-ptr-ref-domaine-32-64-size-ss-domaines-const)

taille_memoire#

Definition
unsigned Domaine_32_64<_T_>::taille_memoire() const override
Brief description
Detailed description

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`unsigned Domaine_32_64<_T_>::taille_memoire() const override <domaine-32-64-public-unsigned-domaine-32-64-t-taille-memoire-const-override>`
[unsigned Domaine_32_64<_T_>::taille_memoire() const override](#domaine-32-64-public-unsigned-domaine-32-64-t-taille-memoire-const-override)

type_elem#

Definition
TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> & Domaine_32_64<_SIZE_>::type_elem()
Brief description
Detailed description
References
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> & Domaine_32_64<_SIZE_>::type_elem() <domaine-32-64-public-trust-deriv-elem-geom-base-32-64-size-ref-domaine-32-64-size-type-elem>`
[TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> & Domaine_32_64<_SIZE_>::type_elem()](#domaine-32-64-public-trust-deriv-elem-geom-base-32-64-size-ref-domaine-32-64-size-type-elem)

type_elem#

Definition
const TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> & Domaine_32_64<_SIZE_>::type_elem() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> & Domaine_32_64<_SIZE_>::type_elem() const <domaine-32-64-public-const-trust-deriv-elem-geom-base-32-64-size-ref-domaine-32-64-size-type-elem-const>`
[const TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> & Domaine_32_64<_SIZE_>::type_elem() const](#domaine-32-64-public-const-trust-deriv-elem-geom-base-32-64-size-ref-domaine-32-64-size-type-elem-const)

typer#

Definition
void Domaine_32_64<_SIZE_>::typer(const Nom &)
Brief description

Type les elements du domaine avec le nom passe en parametre.

Detailed description

Et associe le type d’element au domaine.

Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::typer(const Nom &) <domaine-32-64-public-void-domaine-32-64-size-typer-const-nom-ref>`
[void Domaine_32_64<_SIZE_>::typer(const Nom &)](#domaine-32-64-public-void-domaine-32-64-size-typer-const-nom-ref)

volume_total#

Definition
double Domaine_32_64<_SZ_>::volume_total() const
Brief description
Detailed description
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`double Domaine_32_64<_SZ_>::volume_total() const <domaine-32-64-public-double-domaine-32-64-sz-volume-total-const>`
[double Domaine_32_64<_SZ_>::volume_total() const](#domaine-32-64-public-double-domaine-32-64-sz-volume-total-const)

~Domaine_32_64#

Definition
Domaine_32_64<_T_>::~Domaine_32_64()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_T_>::~Domaine_32_64() <domaine-32-64-public-domaine-32-64-t-dtor-domaine-32-64>`
[Domaine_32_64<_T_>::~Domaine_32_64()](#domaine-32-64-public-domaine-32-64-t-dtor-domaine-32-64)

cree_instance#

Definition
Objet_U * Domaine_32_64<_T_>::cree_instance()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Objet_U * Domaine_32_64<_T_>::cree_instance() <domaine-32-64-public-static-objet-u-ptr-domaine-32-64-t-cree-instance>`
[Objet_U * Domaine_32_64<_T_>::cree_instance()](#domaine-32-64-public-static-objet-u-ptr-domaine-32-64-t-cree-instance)

identifie_item_unique#

Definition
int Domaine_32_64<_SIZE_>::identifie_item_unique(IntList &item_possible, DoubleTab &coord_possible, const DoubleVect &coord_ref)
Brief description
Detailed description

Methods only used in 32 bits (i.e. after Scatter )

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`int Domaine_32_64<_SIZE_>::identifie_item_unique(IntList &item_possible, DoubleTab &coord_possible, const DoubleVect &coord_ref) <domaine-32-64-public-static-int-domaine-32-64-size-identifie-item-unique-intlist-ref-item-possible-doubletab-ref-coord-possible-const-doublevect-ref-coord-ref>`
[int Domaine_32_64<_SIZE_>::identifie_item_unique(IntList &item_possible, DoubleTab &coord_possible, const DoubleVect &coord_ref)](#domaine-32-64-public-static-int-domaine-32-64-size-identifie-item-unique-intlist-ref-item-possible-doubletab-ref-coord-possible-const-doublevect-ref-coord-ref)

info#

Definition
const Type_info * Domaine_32_64<_T_>::info()
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Type_info * Domaine_32_64<_T_>::info() <domaine-32-64-public-static-const-type-info-ptr-domaine-32-64-t-info>`
[const Type_info * Domaine_32_64<_T_>::info()](#domaine-32-64-public-static-const-type-info-ptr-domaine-32-64-t-info)

self_cast#

Definition
const Domaine_32_64<_T_> & Domaine_32_64<_T_>::self_cast(const Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`const Domaine_32_64<_T_> & Domaine_32_64<_T_>::self_cast(const Objet_U &) <domaine-32-64-public-static-const-domaine-32-64-t-ref-domaine-32-64-t-self-cast-const-objet-u-ref>`
[const Domaine_32_64<_T_> & Domaine_32_64<_T_>::self_cast(const Objet_U &)](#domaine-32-64-public-static-const-domaine-32-64-t-ref-domaine-32-64-t-self-cast-const-objet-u-ref)

self_cast#

Definition
Domaine_32_64<_T_> & Domaine_32_64<_T_>::self_cast(Objet_U &)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Domaine_32_64<_T_> & Domaine_32_64<_T_>::self_cast(Objet_U &) <domaine-32-64-public-static-domaine-32-64-t-ref-domaine-32-64-t-self-cast-objet-u-ref>`
[Domaine_32_64<_T_> & Domaine_32_64<_T_>::self_cast(Objet_U &)](#domaine-32-64-public-static-domaine-32-64-t-ref-domaine-32-64-t-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Domaine_32_64<_SZ_>::printOn(Sortie &x) const override
Brief description

Ecrit la Domaine sur un flot de sortie.

Detailed description

On ecrit le nom, le type des elements, les elements et les bords, les bords periodiques, les joints, les raccords et les bords internes.

Reimplements:

References
Referenced By
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Sortie & Domaine_32_64<_SZ_>::printOn(Sortie &x) const override <domaine-32-64-protected-sortie-ref-domaine-32-64-sz-printon-sortie-ref-x-const-override>`
[Sortie & Domaine_32_64<_SZ_>::printOn(Sortie &x) const override](#domaine-32-64-protected-sortie-ref-domaine-32-64-sz-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Domaine_32_64<_SZ_>::readOn(Entree &) override
Brief description

Lit les objets constituant un Domaine a partir d’un flot d’entree.

Detailed description

Une fois les objets lus on les associe au domaine.

Reimplements:

How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`Entree & Domaine_32_64<_SZ_>::readOn(Entree &) override <domaine-32-64-protected-entree-ref-domaine-32-64-sz-readon-entree-ref-override>`
[Entree & Domaine_32_64<_SZ_>::readOn(Entree &) override](#domaine-32-64-protected-entree-ref-domaine-32-64-sz-readon-entree-ref-override)

correct_type_single_border_type#

Definition
void Domaine_32_64<_SZ_>::correct_type_single_border_type(std::list< _BORD_TYP_ > &list)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::correct_type_single_border_type(std::list< _BORD_TYP_ > &list) <domaine-32-64-private-void-domaine-32-64-sz-correct-type-single-border-type-std-list-bord-typ-ref-list>`
[void Domaine_32_64<_SZ_>::correct_type_single_border_type(std::list< _BORD_TYP_ > &list)](#domaine-32-64-private-void-domaine-32-64-sz-correct-type-single-border-type-std-list-bord-typ-ref-list)

prepare_dec_with#

Definition
void Domaine_32_64<_SIZE_>::prepare_dec_with(const Domaine_32_64 &other_dom, MEDCouplingFieldDouble *dist, MEDCouplingFieldDouble *loc)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SIZE_>::prepare_dec_with(const Domaine_32_64 &other_dom, MEDCouplingFieldDouble *dist, MEDCouplingFieldDouble *loc) <domaine-32-64-private-void-domaine-32-64-size-prepare-dec-with-const-domaine-32-64-ref-other-dom-medcouplingfielddouble-ptr-dist-medcouplingfielddouble-ptr-loc>`
[void Domaine_32_64<_SIZE_>::prepare_dec_with(const Domaine_32_64 &other_dom, MEDCouplingFieldDouble *dist, MEDCouplingFieldDouble *loc)](#domaine-32-64-private-void-domaine-32-64-size-prepare-dec-with-const-domaine-32-64-ref-other-dom-medcouplingfielddouble-ptr-dist-medcouplingfielddouble-ptr-loc)

prepare_rmp_with#

Definition
void Domaine_32_64<_SZ_>::prepare_rmp_with(const Domaine_32_64 &other_dom)
Brief description
Detailed description
How to reference this method:

Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):

:ref:`void Domaine_32_64<_SZ_>::prepare_rmp_with(const Domaine_32_64 &other_dom) <domaine-32-64-private-void-domaine-32-64-sz-prepare-rmp-with-const-domaine-32-64-ref-other-dom>`
[void Domaine_32_64<_SZ_>::prepare_rmp_with(const Domaine_32_64 &other_dom)](#domaine-32-64-private-void-domaine-32-64-sz-prepare-rmp-with-const-domaine-32-64-ref-other-dom)

Attributes Documentation#

info_obj (public)
const Type_info Domaine_32_64<_SIZE_>::info_obj
aretes_som_ (protected)
IntTab_t Domaine_32_64<_SIZE_>::aretes_som_
cg_moments_ (protected)
ArrOfDouble Domaine_32_64<_SIZE_>::cg_moments_
deriv_octree_ (protected)
TRUST_Deriv<OctreeRoot_t> Domaine_32_64<_SIZE_>::deriv_octree_
domaines_frontieres_ (protected)
TRUST_List<TRUST_Ref<Domaine_32_64 *>> Domaine_32_64<_SIZE_>::domaines_frontieres_
elem_ (protected)
TRUST_Deriv<Elem_geom_base_32_64<_SIZE_>> Domaine_32_64<_SIZE_>::elem_
elem_aretes_ (protected)
IntTab_t Domaine_32_64<_SIZE_>::elem_aretes_
elem_virt_pe_num_ (protected)
IntTab_t Domaine_32_64<_SIZE_>::elem_virt_pe_num_
ind_faces_virt_bord_ (protected)
ArrOfInt_t Domaine_32_64<_SIZE_>::ind_faces_virt_bord_
les_ss_domaines_ (protected)
TRUST_List<TRUST_Ref<Sous_Domaine_t *>> Domaine_32_64<_SIZE_>::les_ss_domaines_
mes_bords_int_ (protected)
Bords_Internes_t Domaine_32_64<_SIZE_>::mes_bords_int_
mes_elems_ (protected)
IntTab_t Domaine_32_64<_SIZE_>::mes_elems_
mes_faces_bord_ (protected)
Bords_t Domaine_32_64<_SIZE_>::mes_faces_bord_
mes_faces_joint_ (protected)
Joints_t Domaine_32_64<_SIZE_>::mes_faces_joint_
mes_faces_raccord_ (protected)
Raccords_t Domaine_32_64<_SIZE_>::mes_faces_raccord_
mes_groupes_faces_ (protected)
Groupes_Faces_t Domaine_32_64<_SIZE_>::mes_groupes_faces_
renum_som_perio_ (protected)
ArrOfInt_t Domaine_32_64<_SIZE_>::renum_som_perio_
sommets_ (protected)
DoubleTab_t Domaine_32_64<_SIZE_>::sommets_
cached_elements_ (private)
TRUST_Vector<SmallArrOfTID_t> Domaine_32_64<_SIZE_>::cached_elements_
cached_positions_ (private)
DoubleTabs Domaine_32_64<_SIZE_>::cached_positions_