Frontiere_32_64#
#include <Frontiere.h>
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#
public : Objet_U
Inherited by#
public : Bord_32_64
<_SIZE_>public : Bord_Interne_32_64
<_SIZE_>public : Groupe_Faces_32_64
<_SIZE_>public : Joint_32_64
<_SIZE_>public : Raccord_base_32_64
<_SIZE_>
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
add#
void Frontiere_32_64<_SIZE_>::add(const Frontiere_32_64 &)
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#
void Frontiere_32_64<_SIZE_>::ajouter_faces(const IntTab_t &)
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#
void Frontiere_32_64<_SIZE_>::associer_domaine(const Domaine_t &)
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#
void Frontiere_32_64<_SIZE_>::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
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#
void Frontiere_32_64<_SIZE_>::dimensionner(int_t i)
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#
Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine()
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#
const Frontiere_32_64<_SIZE_>::Domaine_t & Frontiere_32_64<_SIZE_>::domaine() const
Renvoie le domaine associe a la frontiere.
Detailed description
(version const)
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#
int_t Frontiere_32_64<_SIZE_>::face_virt(int_t i) const
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#
Faces_t & Frontiere_32_64<_SIZE_>::faces()
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#
const Faces_t & Frontiere_32_64<_SIZE_>::faces() const
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#
void Frontiere_32_64<_SIZE_>::fixer_num_premiere_face(int_t i)
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#
Frontiere_32_64<_T_>::Frontiere_32_64()
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#
const double & Frontiere_32_64<_SIZE_>::get_aire() const
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#
ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt()
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#
const ArrOfInt_t & Frontiere_32_64<_SIZE_>::get_faces_virt() const
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#
const Type_info * Frontiere_32_64<_T_>::get_info() const override
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#
const Type_info Frontiere_32_64<trustIdType>::info_obj("Frontiere" "_64", 1, Frontiere_32_64bases< trustIdType >)
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#
const Type_info Frontiere_32_64<int>::info_obj("Frontiere", 1, Frontiere_32_64bases< int >)
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#
const Nom & Frontiere_32_64<_SIZE_>::le_nom() const override
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#
Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces()
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#
const Frontiere_32_64<_SIZE_>::IntTab_t & Frontiere_32_64<_SIZE_>::les_sommets_des_faces() const
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#
int_t Frontiere_32_64<_SIZE_>::nb_faces() const
Renvoie le nombre de faces de la frontiere.
Detailed description
References
Referenced By
Partitionneur_base_32_64<_SIZE_>::calculer_graphe_connexions_periodiques
Champ_front_contact_rayo_transp_VEF::calculer_temperature_bord
Champ_front_contact_rayo_semi_transp_VEF::calculer_temperature_bord
Reordonner_faces_periodiques_32_64<_SIZE_>::chercher_direction_perio
Triple_Line_Model_FT_Disc::compute_TCL_fluxes_in_all_boundary_cells
Champ_front_contact_rayo_transp_VEF::mettre_a_jour_flux_radiatif
Champ_front_contact_rayo_semi_transp_VEF::mettre_a_jour_flux_radiatif
Champ_front_contact_rayo_transp_VEF::modifie_gradients_pour_rayonnement
Champ_front_contact_rayo_semi_transp_VEF::modifie_gradients_pour_rayonnement
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#
int_t Frontiere_32_64<_SIZE_>::nb_faces_virt() const
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#
void Frontiere_32_64<_SIZE_>::nommer(const Nom &) override
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#
int_t Frontiere_32_64<_SIZE_>::num_premiere_face() const
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#
void Frontiere_32_64<_SIZE_>::renum(const IntVect_t &)
Renumerote les noeuds (sommets) des faces.
Detailed description
Le noeud de numero k devient le noeud de numero Les_Nums[k]
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#
void Frontiere_32_64<_SIZE_>::set_aire(double &aire)
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#
void Frontiere_32_64<int>::trace_elem_distant(const DoubleTab &, DoubleTab &) const
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#
void Frontiere_32_64<_SIZE_>::trace_elem_distant(const DoubleTab &, DoubleTab &) const
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_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#
void Frontiere_32_64<_SIZE_>::trace_elem_local(const DoubleTab &, DoubleTab &) const
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_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#
void Frontiere_32_64<int>::trace_elem_local(const DoubleTab &y, DoubleTab &x) const
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#
void Frontiere_32_64<int>::trace_face_distant(const DoubleTab &, DoubleTab &) const
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#
void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleTab &, DoubleTab &) const
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#
void Frontiere_32_64<int>::trace_face_distant(const DoubleVect &, DoubleVect &) const
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#
void Frontiere_32_64<_SIZE_>::trace_face_distant(const DoubleVect &, DoubleVect &) const
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#
void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleTab &, DoubleTab &) const
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#
void Frontiere_32_64<int>::trace_face_local(const DoubleTab &y, DoubleTab &x) const
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#
void Frontiere_32_64<_SIZE_>::trace_face_local(const DoubleVect &, DoubleVect &) const
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#
void Frontiere_32_64<int>::trace_face_local(const DoubleVect &y, DoubleVect &x) const
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#
void Frontiere_32_64<int>::trace_som_distant(const DoubleTab &, DoubleTab &) const
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#
void Frontiere_32_64<_SIZE_>::trace_som_distant(const DoubleTab &, DoubleTab &) const
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#
void Frontiere_32_64<int>::trace_som_local(const DoubleTab &y, DoubleTab &x) const
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#
void Frontiere_32_64<_SIZE_>::trace_som_local(const DoubleTab &y, DoubleTab &x) const
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#
void Frontiere_32_64<_SIZE_>::typer_faces(const Motcle &)
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#
void Frontiere_32_64<_SIZE_>::typer_faces(const Type_Face &)
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#
Frontiere_32_64<_T_>::~Frontiere_32_64() override
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#
const Type_info * Frontiere_32_64<_T_>::info()
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#
const Frontiere_32_64<_T_> & Frontiere_32_64<_T_>::self_cast(const Objet_U &)
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#
Frontiere_32_64<_T_> & Frontiere_32_64<_T_>::self_cast(Objet_U &)
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#
Sortie & Frontiere_32_64<_SIZE_>::printOn(Sortie &x) const override
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#
Entree & Frontiere_32_64<_SIZE_>::readOn(Entree &) override
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#
const Type_info Frontiere_32_64<_SIZE_>::info_obj
double Frontiere_32_64<_SIZE_>::aire_ = - 100.
ArrOfInt_t Frontiere_32_64<_SIZE_>::faces_virt
TRUST_Ref<Domaine_t *> Frontiere_32_64<_SIZE_>::le_dom
Faces_t Frontiere_32_64<_SIZE_>::les_faces
Nom Frontiere_32_64<_SIZE_>::nom
int_t Frontiere_32_64<_SIZE_>::num_premiere_face_ = - 100