Frontiere_32_64#

#include <Frontiere.h>
Brief description

Classe Frontiere.

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:`Frontiere\_32\_64 <class-template-frontiere-32-64>`
[Frontiere\_32\_64](#class-template-frontiere-32-64)

Detailed description#

Une Frontiere decrit une partie de la frontiere d’un Domaine, elle possede un Nom , elle porte des Faces et a un Domaine associe. Une Frontiere peut etre specialisee en un Bord, un Joint un Raccord ou une Face Interne.

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classFrontiere__32__64__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

add#

Definition
void Frontiere_32_64<_SIZE_>::add(const Frontiere_32_64 &)
Brief description

Ajoute les sommets (et faces) de la frontiere passee en parametre a l’objet ( Frontiere_32_64 ).

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 Frontiere_32_64<_SIZE_>::add(const Frontiere_32_64 &) <frontiere-32-64-public-void-frontiere-32-64-size-add-const-frontiere-32-64-ref>`
[void Frontiere_32_64<_SIZE_>::add(const Frontiere_32_64 &)](#frontiere-32-64-public-void-frontiere-32-64-size-add-const-frontiere-32-64-ref)

ajouter_faces#

Definition
void Frontiere_32_64<_SIZE_>::ajouter_faces(const IntTab_t &)
Brief description

Ajoute une (ou plusieurs) face(s) a la frontiere, la (les) face(s) est (sont) specifiee(s) par un tableau.

Detailed description

contenant les numeros des sommets.

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 Frontiere_32_64<_SIZE_>::ajouter_faces(const IntTab_t &) <frontiere-32-64-public-void-frontiere-32-64-size-ajouter-faces-const-inttab-t-ref>`
[void Frontiere_32_64<_SIZE_>::ajouter_faces(const IntTab_t &)](#frontiere-32-64-public-void-frontiere-32-64-size-ajouter-faces-const-inttab-t-ref)

associer_domaine#

Definition
void Frontiere_32_64<_SIZE_>::associer_domaine(const Domaine_t &)
Brief description

Associe la frontiere au domaine dont elle depend.

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 Frontiere_32_64<_SIZE_>::associer_domaine(const Domaine_t &) <frontiere-32-64-public-void-frontiere-32-64-size-associer-domaine-const-domaine-t-ref>`
[void Frontiere_32_64<_SIZE_>::associer_domaine(const Domaine_t &)](#frontiere-32-64-public-void-frontiere-32-64-size-associer-domaine-const-domaine-t-ref)

creer_tableau_faces#

Definition
void Frontiere_32_64<_SIZE_>::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Brief description

Cree un tableau ayant une “ligne” par face de cette frontiere Voir MD_Vector_tools::creer_tableau_distribue()

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 Frontiere_32_64<_SIZE_>::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <frontiere-32-64-public-void-frontiere-32-64-size-creer-tableau-faces-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Frontiere_32_64<_SIZE_>::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#frontiere-32-64-public-void-frontiere-32-64-size-creer-tableau-faces-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)

dimensionner#

Definition
void Frontiere_32_64<_SIZE_>::dimensionner(int_t i)
Brief description

Dimensionne la frontiere, i.e. fixe son nombre de faces.

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 Frontiere_32_64<_SIZE_>::dimensionner(int_t i) <frontiere-32-64-public-void-frontiere-32-64-size-dimensionner-int-t-i>`
[void Frontiere_32_64<_SIZE_>::dimensionner(int_t i)](#frontiere-32-64-public-void-frontiere-32-64-size-dimensionner-int-t-i)

domaine#

Definition
Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine()
Brief description

Renvoie le domaine associe a la frontiere.

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:`Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine() <frontiere-32-64-public-frontiere-32-64-size-domaine-t-ref-frontiere-32-64-size-domaine>`
[Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine()](#frontiere-32-64-public-frontiere-32-64-size-domaine-t-ref-frontiere-32-64-size-domaine)

domaine#

Definition
const Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine() const
Brief description

Renvoie le domaine associe a la frontiere.

Detailed description

(version const)

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 Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine() const <frontiere-32-64-public-const-frontiere-32-64-size-domaine-t-ref-frontiere-32-64-size-domaine-const>`
[const Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine() const](#frontiere-32-64-public-const-frontiere-32-64-size-domaine-t-ref-frontiere-32-64-size-domaine-const)

face_virt#

Definition
int_t Frontiere_32_64<_SIZE_>::face_virt(int_t i) 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:`int_t Frontiere_32_64<_SIZE_>::face_virt(int_t i) const <frontiere-32-64-public-int-t-frontiere-32-64-size-face-virt-int-t-i-const>`
[int_t Frontiere_32_64<_SIZE_>::face_virt(int_t i) const](#frontiere-32-64-public-int-t-frontiere-32-64-size-face-virt-int-t-i-const)

faces#

Definition
Faces_t & Frontiere_32_64<_SIZE_>::faces()
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:`Faces_t & Frontiere_32_64<_SIZE_>::faces() <frontiere-32-64-public-faces-t-ref-frontiere-32-64-size-faces>`
[Faces_t & Frontiere_32_64<_SIZE_>::faces()](#frontiere-32-64-public-faces-t-ref-frontiere-32-64-size-faces)

faces#

Definition
const Faces_t & Frontiere_32_64<_SIZE_>::faces() 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:`const Faces_t & Frontiere_32_64<_SIZE_>::faces() const <frontiere-32-64-public-const-faces-t-ref-frontiere-32-64-size-faces-const>`
[const Faces_t & Frontiere_32_64<_SIZE_>::faces() const](#frontiere-32-64-public-const-faces-t-ref-frontiere-32-64-size-faces-const)

fixer_num_premiere_face#

Definition
void Frontiere_32_64<_SIZE_>::fixer_num_premiere_face(int_t i)
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 Frontiere_32_64<_SIZE_>::fixer_num_premiere_face(int_t i) <frontiere-32-64-public-void-frontiere-32-64-size-fixer-num-premiere-face-int-t-i>`
[void Frontiere_32_64<_SIZE_>::fixer_num_premiere_face(int_t i)](#frontiere-32-64-public-void-frontiere-32-64-size-fixer-num-premiere-face-int-t-i)

Frontiere_32_64#

Definition
Frontiere_32_64<_T_>::Frontiere_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:`Frontiere_32_64<_T_>::Frontiere_32_64() <frontiere-32-64-public-frontiere-32-64-t-frontiere-32-64>`
[Frontiere_32_64<_T_>::Frontiere_32_64()](#frontiere-32-64-public-frontiere-32-64-t-frontiere-32-64)

get_aire#

Definition
const double & Frontiere_32_64<_SIZE_>::get_aire() 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:`const double & Frontiere_32_64<_SIZE_>::get_aire() const <frontiere-32-64-public-const-double-ref-frontiere-32-64-size-get-aire-const>`
[const double & Frontiere_32_64<_SIZE_>::get_aire() const](#frontiere-32-64-public-const-double-ref-frontiere-32-64-size-get-aire-const)

get_faces_virt#

Definition
ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt()
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:`ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt() <frontiere-32-64-public-arrofint-t-ref-frontiere-32-64-size-get-faces-virt>`
[ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt()](#frontiere-32-64-public-arrofint-t-ref-frontiere-32-64-size-get-faces-virt)

get_faces_virt#

Definition
const ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt() 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:`const ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt() const <frontiere-32-64-public-const-arrofint-t-ref-frontiere-32-64-size-get-faces-virt-const>`
[const ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt() const](#frontiere-32-64-public-const-arrofint-t-ref-frontiere-32-64-size-get-faces-virt-const)

get_info#

Definition
const Type_info * Frontiere_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 * Frontiere_32_64<_T_>::get_info() const override <frontiere-32-64-public-const-type-info-ptr-frontiere-32-64-t-get-info-const-override>`
[const Type_info * Frontiere_32_64<_T_>::get_info() const override](#frontiere-32-64-public-const-type-info-ptr-frontiere-32-64-t-get-info-const-override)

info_obj#

Definition
const Type_info Frontiere_32_64<trustIdType>::info_obj("Frontiere" "_64", 1, Frontiere_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 Frontiere_32_64<trustIdType>::info_obj("Frontiere" "_64", 1, Frontiere_32_64bases< trustIdType >) <frontiere-32-64-public-const-type-info-frontiere-32-64-trustidtype-info-obj-"frontiere"-"-64"-1-frontiere-32-64bases-trustidtype>`
[const Type_info Frontiere_32_64<trustIdType>::info_obj("Frontiere" "_64", 1, Frontiere_32_64bases< trustIdType >)](#frontiere-32-64-public-const-type-info-frontiere-32-64-trustidtype-info-obj-"frontiere"-"-64"-1-frontiere-32-64bases-trustidtype)

info_obj#

Definition
const Type_info Frontiere_32_64<int>::info_obj("Frontiere", 1, Frontiere_32_64bases< 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:`const Type_info Frontiere_32_64<int>::info_obj("Frontiere", 1, Frontiere_32_64bases< int >) <frontiere-32-64-public-const-type-info-frontiere-32-64-int-info-obj-"frontiere"-1-frontiere-32-64bases-int>`
[const Type_info Frontiere_32_64<int>::info_obj("Frontiere", 1, Frontiere_32_64bases< int >)](#frontiere-32-64-public-const-type-info-frontiere-32-64-int-info-obj-"frontiere"-1-frontiere-32-64bases-int)

le_nom#

Definition
const Nom & Frontiere_32_64<_SIZE_>::le_nom() const override
Brief description

Donne le nom de l’ Objet_U Methode a surcharger : renvoie “neant” dans cette implementation.

Detailed description

Reimplements:

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 Nom & Frontiere_32_64<_SIZE_>::le_nom() const override <frontiere-32-64-public-const-nom-ref-frontiere-32-64-size-le-nom-const-override>`
[const Nom & Frontiere_32_64<_SIZE_>::le_nom() const override](#frontiere-32-64-public-const-nom-ref-frontiere-32-64-size-le-nom-const-override)

les_sommets_des_faces#

Definition
Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces()
Brief description

Renvoie les sommets des faces de la frontiere.

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:`Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces() <frontiere-32-64-public-frontiere-32-64-size-inttab-t-ref-frontiere-32-64-size-les-sommets-des-faces>`
[Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces()](#frontiere-32-64-public-frontiere-32-64-size-inttab-t-ref-frontiere-32-64-size-les-sommets-des-faces)

les_sommets_des_faces#

Definition
const Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces() const
Brief description

Renvoie les sommets des faces de la frontiere.

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 Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces() const <frontiere-32-64-public-const-frontiere-32-64-size-inttab-t-ref-frontiere-32-64-size-les-sommets-des-faces-const>`
[const Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces() const](#frontiere-32-64-public-const-frontiere-32-64-size-inttab-t-ref-frontiere-32-64-size-les-sommets-des-faces-const)

nb_faces#

Definition
int_t Frontiere_32_64<_SIZE_>::nb_faces() const
Brief description

Renvoie le nombre de faces de la frontiere.

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 Frontiere_32_64<_SIZE_>::nb_faces() const <frontiere-32-64-public-int-t-frontiere-32-64-size-nb-faces-const>`
[int_t Frontiere_32_64<_SIZE_>::nb_faces() const](#frontiere-32-64-public-int-t-frontiere-32-64-size-nb-faces-const)

nb_faces_virt#

Definition
int_t Frontiere_32_64<_SIZE_>::nb_faces_virt() 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 Frontiere_32_64<_SIZE_>::nb_faces_virt() const <frontiere-32-64-public-int-t-frontiere-32-64-size-nb-faces-virt-const>`
[int_t Frontiere_32_64<_SIZE_>::nb_faces_virt() const](#frontiere-32-64-public-int-t-frontiere-32-64-size-nb-faces-virt-const)

nommer#

Definition
void Frontiere_32_64<_SIZE_>::nommer(const Nom &) override
Brief description

Donne un nom a la frontiere.

Detailed description

Reimplements:

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 Frontiere_32_64<_SIZE_>::nommer(const Nom &) override <frontiere-32-64-public-void-frontiere-32-64-size-nommer-const-nom-ref-override>`
[void Frontiere_32_64<_SIZE_>::nommer(const Nom &) override](#frontiere-32-64-public-void-frontiere-32-64-size-nommer-const-nom-ref-override)

num_premiere_face#

Definition
int_t Frontiere_32_64<_SIZE_>::num_premiere_face() 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:`int_t Frontiere_32_64<_SIZE_>::num_premiere_face() const <frontiere-32-64-public-int-t-frontiere-32-64-size-num-premiere-face-const>`
[int_t Frontiere_32_64<_SIZE_>::num_premiere_face() const](#frontiere-32-64-public-int-t-frontiere-32-64-size-num-premiere-face-const)

renum#

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

Renumerote les noeuds (sommets) des faces.

Detailed description

Le noeud de numero k devient le noeud de numero Les_Nums[k]

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 Frontiere_32_64<_SIZE_>::renum(const IntVect_t &) <frontiere-32-64-public-void-frontiere-32-64-size-renum-const-intvect-t-ref>`
[void Frontiere_32_64<_SIZE_>::renum(const IntVect_t &)](#frontiere-32-64-public-void-frontiere-32-64-size-renum-const-intvect-t-ref)

set_aire#

Definition
void Frontiere_32_64<_SIZE_>::set_aire(double &aire)
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 Frontiere_32_64<_SIZE_>::set_aire(double &aire) <frontiere-32-64-public-void-frontiere-32-64-size-set-aire-double-ref-aire>`
[void Frontiere_32_64<_SIZE_>::set_aire(double &aire)](#frontiere-32-64-public-void-frontiere-32-64-size-set-aire-double-ref-aire)

trace_elem_distant#

Definition
void Frontiere_32_64<int>::trace_elem_distant(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<int>::trace_elem_distant(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-elem-distant-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<int>::trace_elem_distant(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-elem-distant-const-doubletab-ref-doubletab-ref-const)

trace_elem_distant#

Definition
void Frontiere_32_64<_SIZE_>::trace_elem_distant(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<_SIZE_>::trace_elem_distant(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-elem-distant-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_elem_distant(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-elem-distant-const-doubletab-ref-doubletab-ref-const)

trace_elem_local#

Definition
void Frontiere_32_64<_SIZE_>::trace_elem_local(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<_SIZE_>::trace_elem_local(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-elem-local-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_elem_local(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-elem-local-const-doubletab-ref-doubletab-ref-const)

trace_elem_local#

Definition
void Frontiere_32_64<int>::trace_elem_local(const DoubleTab &y, DoubleTab &x) const
Brief description

Renvoie la trace sur la frontiere du tableau aux elements y.

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 Frontiere_32_64<int>::trace_elem_local(const DoubleTab &y, DoubleTab &x) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-elem-local-const-doubletab-ref-y-doubletab-ref-x-const>`
[void Frontiere_32_64<int>::trace_elem_local(const DoubleTab &y, DoubleTab &x) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-elem-local-const-doubletab-ref-y-doubletab-ref-x-const)

trace_face_distant#

Definition
void Frontiere_32_64<int>::trace_face_distant(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<int>::trace_face_distant(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-face-distant-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<int>::trace_face_distant(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-face-distant-const-doubletab-ref-doubletab-ref-const)

trace_face_distant#

Definition
void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-face-distant-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-face-distant-const-doubletab-ref-doubletab-ref-const)

trace_face_distant#

Definition
void Frontiere_32_64<int>::trace_face_distant(const DoubleVect &, DoubleVect &) 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 Frontiere_32_64<int>::trace_face_distant(const DoubleVect &, DoubleVect &) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-face-distant-const-doublevect-ref-doublevect-ref-const>`
[void Frontiere_32_64<int>::trace_face_distant(const DoubleVect &, DoubleVect &) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-face-distant-const-doublevect-ref-doublevect-ref-const)

trace_face_distant#

Definition
void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleVect &, DoubleVect &) 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:`void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleVect &, DoubleVect &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-face-distant-const-doublevect-ref-doublevect-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleVect &, DoubleVect &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-face-distant-const-doublevect-ref-doublevect-ref-const)

trace_face_local#

Definition
void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-face-local-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-face-local-const-doubletab-ref-doubletab-ref-const)

trace_face_local#

Definition
void Frontiere_32_64<int>::trace_face_local(const DoubleTab &y, DoubleTab &x) const
Brief description

Renvoie la trace sur la frontiere du tableau aux faces y.

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 Frontiere_32_64<int>::trace_face_local(const DoubleTab &y, DoubleTab &x) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-face-local-const-doubletab-ref-y-doubletab-ref-x-const>`
[void Frontiere_32_64<int>::trace_face_local(const DoubleTab &y, DoubleTab &x) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-face-local-const-doubletab-ref-y-doubletab-ref-x-const)

trace_face_local#

Definition
void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleVect &, DoubleVect &) 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:`void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleVect &, DoubleVect &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-face-local-const-doublevect-ref-doublevect-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleVect &, DoubleVect &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-face-local-const-doublevect-ref-doublevect-ref-const)

trace_face_local#

Definition
void Frontiere_32_64<int>::trace_face_local(const DoubleVect &y, DoubleVect &x) const
Brief description

Renvoie la trace sur la frontiere du tableau aux faces y.

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 Frontiere_32_64<int>::trace_face_local(const DoubleVect &y, DoubleVect &x) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-face-local-const-doublevect-ref-y-doublevect-ref-x-const>`
[void Frontiere_32_64<int>::trace_face_local(const DoubleVect &y, DoubleVect &x) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-face-local-const-doublevect-ref-y-doublevect-ref-x-const)

trace_som_distant#

Definition
void Frontiere_32_64<int>::trace_som_distant(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<int>::trace_som_distant(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-som-distant-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<int>::trace_som_distant(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-som-distant-const-doubletab-ref-doubletab-ref-const)

trace_som_distant#

Definition
void Frontiere_32_64<_SIZE_>::trace_som_distant(const DoubleTab &, DoubleTab &) 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 Frontiere_32_64<_SIZE_>::trace_som_distant(const DoubleTab &, DoubleTab &) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-som-distant-const-doubletab-ref-doubletab-ref-const>`
[void Frontiere_32_64<_SIZE_>::trace_som_distant(const DoubleTab &, DoubleTab &) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-som-distant-const-doubletab-ref-doubletab-ref-const)

trace_som_local#

Definition
void Frontiere_32_64<int>::trace_som_local(const DoubleTab &y, DoubleTab &x) const
Brief description

Renvoie la trace sur la frontiere du tableau aux noeuds y.

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 Frontiere_32_64<int>::trace_som_local(const DoubleTab &y, DoubleTab &x) const <frontiere-32-64-public-void-frontiere-32-64-int-trace-som-local-const-doubletab-ref-y-doubletab-ref-x-const>`
[void Frontiere_32_64<int>::trace_som_local(const DoubleTab &y, DoubleTab &x) const](#frontiere-32-64-public-void-frontiere-32-64-int-trace-som-local-const-doubletab-ref-y-doubletab-ref-x-const)

trace_som_local#

Definition
void Frontiere_32_64<_SIZE_>::trace_som_local(const DoubleTab &y, DoubleTab &x) 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 Frontiere_32_64<_SIZE_>::trace_som_local(const DoubleTab &y, DoubleTab &x) const <frontiere-32-64-public-void-frontiere-32-64-size-trace-som-local-const-doubletab-ref-y-doubletab-ref-x-const>`
[void Frontiere_32_64<_SIZE_>::trace_som_local(const DoubleTab &y, DoubleTab &x) const](#frontiere-32-64-public-void-frontiere-32-64-size-trace-som-local-const-doubletab-ref-y-doubletab-ref-x-const)

typer_faces#

Definition
void Frontiere_32_64<_SIZE_>::typer_faces(const Motcle &)
Brief description

Type les faces de la frontiere.

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 Frontiere_32_64<_SIZE_>::typer_faces(const Motcle &) <frontiere-32-64-public-void-frontiere-32-64-size-typer-faces-const-motcle-ref>`
[void Frontiere_32_64<_SIZE_>::typer_faces(const Motcle &)](#frontiere-32-64-public-void-frontiere-32-64-size-typer-faces-const-motcle-ref)

typer_faces#

Definition
void Frontiere_32_64<_SIZE_>::typer_faces(const Type_Face &)
Brief description

Type les faces de la frontiere.

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 Frontiere_32_64<_SIZE_>::typer_faces(const Type_Face &) <frontiere-32-64-public-void-frontiere-32-64-size-typer-faces-const-type-face-ref>`
[void Frontiere_32_64<_SIZE_>::typer_faces(const Type_Face &)](#frontiere-32-64-public-void-frontiere-32-64-size-typer-faces-const-type-face-ref)

~Frontiere_32_64#

Definition
Frontiere_32_64<_T_>::~Frontiere_32_64() override
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:`Frontiere_32_64<_T_>::~Frontiere_32_64() override <frontiere-32-64-public-frontiere-32-64-t-dtor-frontiere-32-64-override>`
[Frontiere_32_64<_T_>::~Frontiere_32_64() override](#frontiere-32-64-public-frontiere-32-64-t-dtor-frontiere-32-64-override)

info#

Definition
const Type_info * Frontiere_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 * Frontiere_32_64<_T_>::info() <frontiere-32-64-public-static-const-type-info-ptr-frontiere-32-64-t-info>`
[const Type_info * Frontiere_32_64<_T_>::info()](#frontiere-32-64-public-static-const-type-info-ptr-frontiere-32-64-t-info)

self_cast#

Definition
const Frontiere_32_64<_T_> & Frontiere_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 Frontiere_32_64<_T_> & Frontiere_32_64<_T_>::self_cast(const Objet_U &) <frontiere-32-64-public-static-const-frontiere-32-64-t-ref-frontiere-32-64-t-self-cast-const-objet-u-ref>`
[const Frontiere_32_64<_T_> & Frontiere_32_64<_T_>::self_cast(const Objet_U &)](#frontiere-32-64-public-static-const-frontiere-32-64-t-ref-frontiere-32-64-t-self-cast-const-objet-u-ref)

self_cast#

Definition
Frontiere_32_64<_T_> & Frontiere_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:`Frontiere_32_64<_T_> & Frontiere_32_64<_T_>::self_cast(Objet_U &) <frontiere-32-64-public-static-frontiere-32-64-t-ref-frontiere-32-64-t-self-cast-objet-u-ref>`
[Frontiere_32_64<_T_> & Frontiere_32_64<_T_>::self_cast(Objet_U &)](#frontiere-32-64-public-static-frontiere-32-64-t-ref-frontiere-32-64-t-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Frontiere_32_64<_SIZE_>::printOn(Sortie &x) const override
Brief description

Ecrit la frontiere sur un flot de sortie.

Detailed description

On ecrit: le nom de la frontiere les faces

Reimplements:

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 & Frontiere_32_64<_SIZE_>::printOn(Sortie &x) const override <frontiere-32-64-protected-sortie-ref-frontiere-32-64-size-printon-sortie-ref-x-const-override>`
[Sortie & Frontiere_32_64<_SIZE_>::printOn(Sortie &x) const override](#frontiere-32-64-protected-sortie-ref-frontiere-32-64-size-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Frontiere_32_64<_SIZE_>::readOn(Entree &) override
Brief description

Lit les specification d’une frontiere a partir d’un flot d’entree.

Detailed description

On lit: le nom les faces

Reimplements:

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:`Entree & Frontiere_32_64<_SIZE_>::readOn(Entree &) override <frontiere-32-64-protected-entree-ref-frontiere-32-64-size-readon-entree-ref-override>`
[Entree & Frontiere_32_64<_SIZE_>::readOn(Entree &) override](#frontiere-32-64-protected-entree-ref-frontiere-32-64-size-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Frontiere_32_64<_SIZE_>::info_obj
aire_ (private)
double Frontiere_32_64<_SIZE_>::aire_ = - 100.
faces_virt (private)
ArrOfInt_t Frontiere_32_64<_SIZE_>::faces_virt
le_dom (private)
TRUST_Ref<Domaine_t *> Frontiere_32_64<_SIZE_>::le_dom
les_faces (private)
Faces_t Frontiere_32_64<_SIZE_>::les_faces
nom (private)
Nom Frontiere_32_64<_SIZE_>::nom
num_premiere_face_ (private)
int_t Frontiere_32_64<_SIZE_>::num_premiere_face_ = - 100