Domaine_EF#

#include <Domaine_EF.h>
Brief description

class Domaine_EF

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\_EF <class-domaine-ef>`
[Domaine\_EF](#class-domaine-ef)

Detailed description#

Classe instanciable qui derive de Domaine_VF. Cette classe contient les informations geometriques que demande la methode des Volumes Elements Finis (element de Crouzeix - Raviart) La classe porte un certain nombre d’informations concernant les faces Dans cet ensemble de faces on fait figurer aussi les faces du bord et des joints. Pour manipuler les faces on distingue 2 categories: - les faces non standard qui sont sur un joint, un bord ou qui sont internes tout en appartenant a un element du bord - les faces standard qui sont les faces internes n’appartenant pas a un element du bord Cette distinction correspond au traitement des conditions aux limites:les faces standard ne “voient pas” les conditions aux limites. L’ensemble des faces est numerote comme suit: - les faces qui sont sur un Domaine_joint apparaissent en premier (dans l’ordre du vecteur les_joints) - les faces qui sont sur un Domaine_bord apparaissent ensuite (dans l’ordre du vecteur les_bords) - les faces internes non standard apparaissent ensuite-les faces internes standard en dernier Finalement on trouve regroupees en premier toutes les faces non standard qui vont necessiter un traitement particulier On distingue deux types d’elements - les elements non standard : ils ont au moins une face de bord - les elements standard : ils n’ont pas de face de bord Les elements standard (resp. les elements non standard) ne sont pas ranges de maniere consecutive dans l’objet Domaine. On utilise le tableau rang_elem_non_std pour acceder de maniere selective a l’un ou l’autre des types d’elements

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classDomaine__EF__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

List of Private Methods#

Complete Member Function Documentation#

Bij#

Definition
const DoubleTab & Domaine_EF::Bij() 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 DoubleTab & Domaine_EF::Bij() const <domaine-ef-public-const-doubletab-ref-domaine-ef-bij-const>`
[const DoubleTab & Domaine_EF::Bij() const](#domaine-ef-public-const-doubletab-ref-domaine-ef-bij-const)

Bij_thilde#

Definition
const DoubleTab & Domaine_EF::Bij_thilde() 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 DoubleTab & Domaine_EF::Bij_thilde() const <domaine-ef-public-const-doubletab-ref-domaine-ef-bij-thilde-const>`
[const DoubleTab & Domaine_EF::Bij_thilde() const](#domaine-ef-public-const-doubletab-ref-domaine-ef-bij-thilde-const)

calculer_Bij#

Definition
void Domaine_EF::calculer_Bij(DoubleTab &bij_)
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_EF::calculer_Bij(DoubleTab &bij_) <domaine-ef-public-void-domaine-ef-calculer-bij-doubletab-ref-bij>`
[void Domaine_EF::calculer_Bij(DoubleTab &bij_)](#domaine-ef-public-void-domaine-ef-calculer-bij-doubletab-ref-bij)

calculer_Bij_gen#

Definition
void Domaine_EF::calculer_Bij_gen(DoubleTab &bij)
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_EF::calculer_Bij_gen(DoubleTab &bij) <domaine-ef-public-void-domaine-ef-calculer-bij-gen-doubletab-ref-bij>`
[void Domaine_EF::calculer_Bij_gen(DoubleTab &bij)](#domaine-ef-public-void-domaine-ef-calculer-bij-gen-doubletab-ref-bij)

calculer_h_carre#

Definition
void Domaine_EF::calculer_h_carre()
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_EF::calculer_h_carre() <domaine-ef-public-void-domaine-ef-calculer-h-carre>`
[void Domaine_EF::calculer_h_carre()](#domaine-ef-public-void-domaine-ef-calculer-h-carre)

calculer_IPhi#

Definition
void Domaine_EF::calculer_IPhi(const Domaine_Cl_dis_base &zcl)
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_EF::calculer_IPhi(const Domaine_Cl_dis_base &zcl) <domaine-ef-public-void-domaine-ef-calculer-iphi-const-domaine-cl-dis-base-ref-zcl>`
[void Domaine_EF::calculer_IPhi(const Domaine_Cl_dis_base &zcl)](#domaine-ef-public-void-domaine-ef-calculer-iphi-const-domaine-cl-dis-base-ref-zcl)

calculer_porosites_sommets#

Definition
void Domaine_EF::calculer_porosites_sommets()
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_EF::calculer_porosites_sommets() <domaine-ef-public-void-domaine-ef-calculer-porosites-sommets>`
[void Domaine_EF::calculer_porosites_sommets()](#domaine-ef-public-void-domaine-ef-calculer-porosites-sommets)

calculer_volumes_entrelaces#

Definition
void Domaine_EF::calculer_volumes_entrelaces()
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_EF::calculer_volumes_entrelaces() <domaine-ef-public-void-domaine-ef-calculer-volumes-entrelaces>`
[void Domaine_EF::calculer_volumes_entrelaces()](#domaine-ef-public-void-domaine-ef-calculer-volumes-entrelaces)

calculer_volumes_sommets#

Definition
void Domaine_EF::calculer_volumes_sommets(const Domaine_Cl_dis_base &zcl)
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_EF::calculer_volumes_sommets(const Domaine_Cl_dis_base &zcl) <domaine-ef-public-void-domaine-ef-calculer-volumes-sommets-const-domaine-cl-dis-base-ref-zcl>`
[void Domaine_EF::calculer_volumes_sommets(const Domaine_Cl_dis_base &zcl)](#domaine-ef-public-void-domaine-ef-calculer-volumes-sommets-const-domaine-cl-dis-base-ref-zcl)

carre_pas_du_maillage#

Definition
double Domaine_EF::carre_pas_du_maillage() 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_EF::carre_pas_du_maillage() const <domaine-ef-public-double-domaine-ef-carre-pas-du-maillage-const>`
[double Domaine_EF::carre_pas_du_maillage() const](#domaine-ef-public-double-domaine-ef-carre-pas-du-maillage-const)

carre_pas_maille#

Definition
double Domaine_EF::carre_pas_maille(int i) 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_EF::carre_pas_maille(int i) const <domaine-ef-public-double-domaine-ef-carre-pas-maille-int-i-const>`
[double Domaine_EF::carre_pas_maille(int i) const](#domaine-ef-public-double-domaine-ef-carre-pas-maille-int-i-const)

discretiser#

Definition
void Domaine_EF::discretiser() override
Brief description
Detailed description

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:`void Domaine_EF::discretiser() override <domaine-ef-public-void-domaine-ef-discretiser-override>`
[void Domaine_EF::discretiser() override](#domaine-ef-public-void-domaine-ef-discretiser-override)

Domaine_EF#

Definition
Domaine_EF::Domaine_EF()
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_EF::Domaine_EF() <domaine-ef-public-domaine-ef-domaine-ef>`
[Domaine_EF::Domaine_EF()](#domaine-ef-public-domaine-ef-domaine-ef)

duplique#

Definition
int Domaine_EF::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_EF::duplique() const override <domaine-ef-public-int-domaine-ef-duplique-const-override>`
[int Domaine_EF::duplique() const override](#domaine-ef-public-int-domaine-ef-duplique-const-override)

get_info#

Definition
const Type_info * Domaine_EF::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_EF::get_info() const override <domaine-ef-public-const-type-info-ptr-domaine-ef-get-info-const-override>`
[const Type_info * Domaine_EF::get_info() const override](#domaine-ef-public-const-type-info-ptr-domaine-ef-get-info-const-override)

IPhi#

Definition
const DoubleTab & Domaine_EF::IPhi() 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 & Domaine_EF::IPhi() const <domaine-ef-public-const-doubletab-ref-domaine-ef-iphi-const>`
[const DoubleTab & Domaine_EF::IPhi() const](#domaine-ef-public-const-doubletab-ref-domaine-ef-iphi-const)

IPhi_thilde#

Definition
const DoubleTab & Domaine_EF::IPhi_thilde() 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 & Domaine_EF::IPhi_thilde() const <domaine-ef-public-const-doubletab-ref-domaine-ef-iphi-thilde-const>`
[const DoubleTab & Domaine_EF::IPhi_thilde() const](#domaine-ef-public-const-doubletab-ref-domaine-ef-iphi-thilde-const)

modifier_pour_Cl#

Definition
void Domaine_EF::modifier_pour_Cl(const Conds_lim &) override
Brief description
Detailed description

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:`void Domaine_EF::modifier_pour_Cl(const Conds_lim &) override <domaine-ef-public-void-domaine-ef-modifier-pour-cl-const-conds-lim-ref-override>`
[void Domaine_EF::modifier_pour_Cl(const Conds_lim &) override](#domaine-ef-public-void-domaine-ef-modifier-pour-cl-const-conds-lim-ref-override)

nb_elem_Cl#

Definition
int Domaine_EF::nb_elem_Cl() 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 Domaine_EF::nb_elem_Cl() const <domaine-ef-public-int-domaine-ef-nb-elem-cl-const>`
[int Domaine_EF::nb_elem_Cl() const](#domaine-ef-public-int-domaine-ef-nb-elem-cl-const)

nb_elem_std#

Definition
int Domaine_EF::nb_elem_std() 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 Domaine_EF::nb_elem_std() const <domaine-ef-public-int-domaine-ef-nb-elem-std-const>`
[int Domaine_EF::nb_elem_std() const](#domaine-ef-public-int-domaine-ef-nb-elem-std-const)

nb_faces_joint#

Definition
int Domaine_EF::nb_faces_joint() 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 Domaine_EF::nb_faces_joint() const <domaine-ef-public-int-domaine-ef-nb-faces-joint-const>`
[int Domaine_EF::nb_faces_joint() const](#domaine-ef-public-int-domaine-ef-nb-faces-joint-const)

nb_faces_std#

Definition
int Domaine_EF::nb_faces_std() 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 Domaine_EF::nb_faces_std() const <domaine-ef-public-int-domaine-ef-nb-faces-std-const>`
[int Domaine_EF::nb_faces_std() const](#domaine-ef-public-int-domaine-ef-nb-faces-std-const)

oriente_normale#

Definition
int Domaine_EF::oriente_normale(int face_opp, int elem2) 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_EF::oriente_normale(int face_opp, int elem2) const <domaine-ef-public-int-domaine-ef-oriente-normale-int-face-opp-int-elem2-const>`
[int Domaine_EF::oriente_normale(int face_opp, int elem2) const](#domaine-ef-public-int-domaine-ef-oriente-normale-int-face-opp-int-elem2-const)

porosite_sommet#

Definition
const DoubleVect & Domaine_EF::porosite_sommet() 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 DoubleVect & Domaine_EF::porosite_sommet() const <domaine-ef-public-const-doublevect-ref-domaine-ef-porosite-sommet-const>`
[const DoubleVect & Domaine_EF::porosite_sommet() const](#domaine-ef-public-const-doublevect-ref-domaine-ef-porosite-sommet-const)

rang_elem_non_std#

Definition
IntVect & Domaine_EF::rang_elem_non_std()
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:`IntVect & Domaine_EF::rang_elem_non_std() <domaine-ef-public-intvect-ref-domaine-ef-rang-elem-non-std>`
[IntVect & Domaine_EF::rang_elem_non_std()](#domaine-ef-public-intvect-ref-domaine-ef-rang-elem-non-std)

rang_elem_non_std#

Definition
const IntVect & Domaine_EF::rang_elem_non_std() 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 IntVect & Domaine_EF::rang_elem_non_std() const <domaine-ef-public-const-intvect-ref-domaine-ef-rang-elem-non-std-const>`
[const IntVect & Domaine_EF::rang_elem_non_std() const](#domaine-ef-public-const-intvect-ref-domaine-ef-rang-elem-non-std-const)

reordonner#

Definition
void Domaine_EF::reordonner(Faces &) override
Brief description

Methode appelee par Domaine_VF::discretiser apres la creation des faces reelles.

Detailed description

On reordonne les faces de sorte a placer les faces “non standard” au debut de la liste des faces. Les faces non standard sont celles dont les volumes de controles sont modifies par les conditions aux limites.

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:`void Domaine_EF::reordonner(Faces &) override <domaine-ef-public-void-domaine-ef-reordonner-faces-ref-override>`
[void Domaine_EF::reordonner(Faces &) override](#domaine-ef-public-void-domaine-ef-reordonner-faces-ref-override)

set_porosite_sommet#

Definition
DoubleVect & Domaine_EF::set_porosite_sommet()
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:`DoubleVect & Domaine_EF::set_porosite_sommet() <domaine-ef-public-doublevect-ref-domaine-ef-set-porosite-sommet>`
[DoubleVect & Domaine_EF::set_porosite_sommet()](#domaine-ef-public-doublevect-ref-domaine-ef-set-porosite-sommet)

swap#

Definition
void Domaine_EF::swap(int, int, 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:`void Domaine_EF::swap(int, int, int) <domaine-ef-public-void-domaine-ef-swap-int-int-int>`
[void Domaine_EF::swap(int, int, int)](#domaine-ef-public-void-domaine-ef-swap-int-int-int)

taille_memoire#

Definition
unsigned Domaine_EF::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_EF::taille_memoire() const override <domaine-ef-public-unsigned-domaine-ef-taille-memoire-const-override>`
[unsigned Domaine_EF::taille_memoire() const override](#domaine-ef-public-unsigned-domaine-ef-taille-memoire-const-override)

type_elem#

Definition
const Elem_EF_base & Domaine_EF::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 Elem_EF_base & Domaine_EF::type_elem() const <domaine-ef-public-const-elem-ef-base-ref-domaine-ef-type-elem-const>`
[const Elem_EF_base & Domaine_EF::type_elem() const](#domaine-ef-public-const-elem-ef-base-ref-domaine-ef-type-elem-const)

typer_elem#

Definition
void Domaine_EF::typer_elem(Domaine &domaine_geom) override
Brief description
Detailed description

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:`void Domaine_EF::typer_elem(Domaine &domaine_geom) override <domaine-ef-public-void-domaine-ef-typer-elem-domaine-ref-domaine-geom-override>`
[void Domaine_EF::typer_elem(Domaine &domaine_geom) override](#domaine-ef-public-void-domaine-ef-typer-elem-domaine-ref-domaine-geom-override)

verifie_compatibilite_domaine#

Definition
void Domaine_EF::verifie_compatibilite_domaine()
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_EF::verifie_compatibilite_domaine() <domaine-ef-public-void-domaine-ef-verifie-compatibilite-domaine>`
[void Domaine_EF::verifie_compatibilite_domaine()](#domaine-ef-public-void-domaine-ef-verifie-compatibilite-domaine)

volumes_sommets_thilde#

Definition
const DoubleVect & Domaine_EF::volumes_sommets_thilde() 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 DoubleVect & Domaine_EF::volumes_sommets_thilde() const <domaine-ef-public-const-doublevect-ref-domaine-ef-volumes-sommets-thilde-const>`
[const DoubleVect & Domaine_EF::volumes_sommets_thilde() const](#domaine-ef-public-const-doublevect-ref-domaine-ef-volumes-sommets-thilde-const)

volumes_thilde#

Definition
const DoubleVect & Domaine_EF::volumes_thilde() 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 DoubleVect & Domaine_EF::volumes_thilde() const <domaine-ef-public-const-doublevect-ref-domaine-ef-volumes-thilde-const>`
[const DoubleVect & Domaine_EF::volumes_thilde() const](#domaine-ef-public-const-doublevect-ref-domaine-ef-volumes-thilde-const)

~Domaine_EF#

Definition
Domaine_EF::~Domaine_EF()
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_EF::~Domaine_EF() <domaine-ef-public-domaine-ef-dtor-domaine-ef>`
[Domaine_EF::~Domaine_EF()](#domaine-ef-public-domaine-ef-dtor-domaine-ef)

cree_instance#

Definition
Objet_U * Domaine_EF::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_EF::cree_instance() <domaine-ef-public-static-objet-u-ptr-domaine-ef-cree-instance>`
[Objet_U * Domaine_EF::cree_instance()](#domaine-ef-public-static-objet-u-ptr-domaine-ef-cree-instance)

info#

Definition
const Type_info * Domaine_EF::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_EF::info() <domaine-ef-public-static-const-type-info-ptr-domaine-ef-info>`
[const Type_info * Domaine_EF::info()](#domaine-ef-public-static-const-type-info-ptr-domaine-ef-info)

self_cast#

Definition
const Domaine_EF & Domaine_EF::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_EF & Domaine_EF::self_cast(const Objet_U &) <domaine-ef-public-static-const-domaine-ef-ref-domaine-ef-self-cast-const-objet-u-ref>`
[const Domaine_EF & Domaine_EF::self_cast(const Objet_U &)](#domaine-ef-public-static-const-domaine-ef-ref-domaine-ef-self-cast-const-objet-u-ref)

self_cast#

Definition
Domaine_EF & Domaine_EF::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_EF & Domaine_EF::self_cast(Objet_U &) <domaine-ef-public-static-domaine-ef-ref-domaine-ef-self-cast-objet-u-ref>`
[Domaine_EF & Domaine_EF::self_cast(Objet_U &)](#domaine-ef-public-static-domaine-ef-ref-domaine-ef-self-cast-objet-u-ref)

printOn#

Definition
Sortie & Domaine_EF::printOn(Sortie &x) const override
Brief description

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

Detailed description

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_EF::printOn(Sortie &x) const override <domaine-ef-protected-sortie-ref-domaine-ef-printon-sortie-ref-x-const-override>`
[Sortie & Domaine_EF::printOn(Sortie &x) const override](#domaine-ef-protected-sortie-ref-domaine-ef-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Domaine_EF::readOn(Entree &) override
Brief description

Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.

Detailed description

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:`Entree & Domaine_EF::readOn(Entree &) override <domaine-ef-protected-entree-ref-domaine-ef-readon-entree-ref-override>`
[Entree & Domaine_EF::readOn(Entree &) override](#domaine-ef-protected-entree-ref-domaine-ef-readon-entree-ref-override)

ecrit#

Definition
Sortie & Domaine_EF::ecrit(Sortie &os) 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:`Sortie & Domaine_EF::ecrit(Sortie &os) const <domaine-ef-private-sortie-ref-domaine-ef-ecrit-sortie-ref-os-const>`
[Sortie & Domaine_EF::ecrit(Sortie &os) const](#domaine-ef-private-sortie-ref-domaine-ef-ecrit-sortie-ref-os-const)

Attributes Documentation#

info_obj (public)
const Type_info Domaine_EF::info_obj
IPhi_ (protected)
DoubleTab Domaine_EF::IPhi_
IPhi_thilde_ (protected)
DoubleTab Domaine_EF::IPhi_thilde_
Bij_ (private)
DoubleTab Domaine_EF::Bij_
Bij_thilde_ (private)
DoubleTab Domaine_EF::Bij_thilde_
h_carre (private)
double Domaine_EF::h_carre = 1.e30
h_carre_ (private)
DoubleVect Domaine_EF::h_carre_
orientation_ (private)
IntVect Domaine_EF::orientation_
porosite_sommets_ (private)
DoubleVect Domaine_EF::porosite_sommets_
type_elem_ (private)
TRUST_Deriv<Elem_EF_base> Domaine_EF::type_elem_
volumes_sommets_thilde_ (private)
DoubleVect Domaine_EF::volumes_sommets_thilde_
volumes_thilde_ (private)
DoubleVect Domaine_EF::volumes_thilde_