Domaine_VF

Contents

Domaine_VF#

#include <Domaine_VF.h>
Brief description

class Domaine_VF

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

Detailed description#

Cette classe abstraite contient les informations geometriques communes aux methodes de Volumes Finis (methodes VDF et VEF par exemple)

Inherits from#

Inherited by#

Inheritance graph#

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

../../../../../_images/classDomaine__VF__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

build_map_mc_Cmesh#

Definition
void Domaine_VF::build_map_mc_Cmesh(const bool with_faces) override
Brief description
Detailed description

Build internal MEDCoupling cartesian mesh and correspondances

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_VF::build_map_mc_Cmesh(const bool with_faces) override <domaine-vf-public-void-domaine-vf-build-map-mc-cmesh-const-bool-with-faces-override>`
[void Domaine_VF::build_map_mc_Cmesh(const bool with_faces) override](#domaine-vf-public-void-domaine-vf-build-map-mc-cmesh-const-bool-with-faces-override)

build_mc_dual_mesh#

Definition
void Domaine_VF::build_mc_dual_mesh() const
Brief description

Build the dual mesh of the domain for post - processing of face fields.

Detailed description

For each face of each element, a polyhedron is built with faces being made of

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_VF::build_mc_dual_mesh() const <domaine-vf-public-void-domaine-vf-build-mc-dual-mesh-const>`
[void Domaine_VF::build_mc_dual_mesh() const](#domaine-vf-public-void-domaine-vf-build-mc-dual-mesh-const)

build_mc_face_mesh#

Definition
void Domaine_VF::build_mc_face_mesh() const
Brief description

Build the MEDCoupling mesh. It is always made of polygons (in 3D) for simplicity purposes. Face numbers (and node numbers) are the same as in TRUST.

Detailed description

It unfortunately needs a Domaine_dis_base since this is at this level that the face_sommets relationship is held … As a consequence also the faces of a Domaine can not be postprocessed before discretisation. Another consequence is that it is not available for 64 bits domains.

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_VF::build_mc_face_mesh() const <domaine-vf-public-void-domaine-vf-build-mc-face-mesh-const>`
[void Domaine_VF::build_mc_face_mesh() const](#domaine-vf-public-void-domaine-vf-build-mc-face-mesh-const)

calculer_face_surfaces#

Definition
void Domaine_VF::calculer_face_surfaces(const DoubleVect &surfaces)
Brief description
Detailed description
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::calculer_face_surfaces(const DoubleVect &surfaces) <domaine-vf-public-void-domaine-vf-calculer-face-surfaces-const-doublevect-ref-surfaces>`
[void Domaine_VF::calculer_face_surfaces(const DoubleVect &surfaces)](#domaine-vf-public-void-domaine-vf-calculer-face-surfaces-const-doublevect-ref-surfaces)

calculer_xgr#

Definition
DoubleTab Domaine_VF::calculer_xgr() const
Brief description

calcul le tableau xgr pour le calcul des moments des forces aux bords :

Detailed description
References
Referenced By
How to reference this method:

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

:ref:`DoubleTab Domaine_VF::calculer_xgr() const <domaine-vf-public-doubletab-domaine-vf-calculer-xgr-const>`
[DoubleTab Domaine_VF::calculer_xgr() const](#domaine-vf-public-doubletab-domaine-vf-calculer-xgr-const)

compute_L1_norm#

Definition
double Domaine_VF::compute_L1_norm(const DoubleVect &val_source) 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:`double Domaine_VF::compute_L1_norm(const DoubleVect &val_source) const <domaine-vf-public-double-domaine-vf-compute-l1-norm-const-doublevect-ref-val-source-const>`
[double Domaine_VF::compute_L1_norm(const DoubleVect &val_source) const](#domaine-vf-public-double-domaine-vf-compute-l1-norm-const-doublevect-ref-val-source-const)

compute_L2_norm#

Definition
double Domaine_VF::compute_L2_norm(const DoubleVect &val_source) 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:`double Domaine_VF::compute_L2_norm(const DoubleVect &val_source) const <domaine-vf-public-double-domaine-vf-compute-l2-norm-const-doublevect-ref-val-source-const>`
[double Domaine_VF::compute_L2_norm(const DoubleVect &val_source) const](#domaine-vf-public-double-domaine-vf-compute-l2-norm-const-doublevect-ref-val-source-const)

construire_face_virt_pe_num#

Definition
void Domaine_VF::construire_face_virt_pe_num()
Brief description

Remplissage du tableau face_virt_pe_num_ (voir commentaire dans Domaine_VF .

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_VF::construire_face_virt_pe_num() <domaine-vf-public-void-domaine-vf-construire-face-virt-pe-num>`
[void Domaine_VF::construire_face_virt_pe_num()](#domaine-vf-public-void-domaine-vf-construire-face-virt-pe-num)

construire_num_fac_loc#

Definition
void Domaine_VF::construire_num_fac_loc()
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_VF::construire_num_fac_loc() <domaine-vf-public-void-domaine-vf-construire-num-fac-loc>`
[void Domaine_VF::construire_num_fac_loc()](#domaine-vf-public-void-domaine-vf-construire-num-fac-loc)

creer_faces#

Definition
Faces * Domaine_VF::creer_faces()
Brief description

renvoie new(Faces) ! elle est surchargee par Domaine_VDF par ex.

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:`Faces * Domaine_VF::creer_faces() <domaine-vf-public-faces-ptr-domaine-vf-creer-faces>`
[Faces * Domaine_VF::creer_faces()](#domaine-vf-public-faces-ptr-domaine-vf-creer-faces)

creer_tableau_aretes#

Definition
void Domaine_VF::creer_tableau_aretes(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::creer_tableau_aretes(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-vf-public-void-domaine-vf-creer-tableau-aretes-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_VF::creer_tableau_aretes(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-vf-public-void-domaine-vf-creer-tableau-aretes-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)

creer_tableau_faces#

Definition
void Domaine_VF::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-vf-public-void-domaine-vf-creer-tableau-faces-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_VF::creer_tableau_faces(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-vf-public-void-domaine-vf-creer-tableau-faces-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)

creer_tableau_faces_bord#

Definition
void Domaine_VF::creer_tableau_faces_bord(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::creer_tableau_faces_bord(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const <domaine-vf-public-void-domaine-vf-creer-tableau-faces-bord-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const>`
[void Domaine_VF::creer_tableau_faces_bord(Array_base &, RESIZE_OPTIONS opt=RESIZE_OPTIONS::COPY_INIT) const](#domaine-vf-public-void-domaine-vf-creer-tableau-faces-bord-array-base-ref-resize-options-opt-equal-resize-options-copy-init-const)

cross#

Definition
std::array<double, 3> Domaine_VF::cross(int dima, int dimb, const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) 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:`std::array<double, 3> Domaine_VF::cross(int dima, int dimb, const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const <domaine-vf-public-std-array-double-3-domaine-vf-cross-int-dima-int-dimb-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const>`
[std::array<double, 3> Domaine_VF::cross(int dima, int dimb, const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const](#domaine-vf-public-std-array-double-3-domaine-vf-cross-int-dima-int-dimb-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const)

discretiser#

Definition
void Domaine_VF::discretiser() override
Brief description

Genere les faces construits les frontieres.

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

discretiser_no_face#

Definition
void Domaine_VF::discretiser_no_face() 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_VF::discretiser_no_face() override <domaine-vf-public-void-domaine-vf-discretiser-no-face-override>`
[void Domaine_VF::discretiser_no_face() override](#domaine-vf-public-void-domaine-vf-discretiser-no-face-override)

dist_face_elem0#

Definition
virtual double Domaine_VF::dist_face_elem0(int, int) 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:`virtual double Domaine_VF::dist_face_elem0(int, int) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-int-int-const>`
[virtual double Domaine_VF::dist_face_elem0(int, int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-int-int-const)

dist_face_elem0_period#

Definition
virtual double Domaine_VF::dist_face_elem0_period(int, int, double) 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:`virtual double Domaine_VF::dist_face_elem0_period(int, int, double) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-period-int-int-double-const>`
[virtual double Domaine_VF::dist_face_elem0_period(int, int, double) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem0-period-int-int-double-const)

dist_face_elem1#

Definition
virtual double Domaine_VF::dist_face_elem1(int, int) 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:`virtual double Domaine_VF::dist_face_elem1(int, int) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-int-int-const>`
[virtual double Domaine_VF::dist_face_elem1(int, int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-int-int-const)

dist_face_elem1_period#

Definition
virtual double Domaine_VF::dist_face_elem1_period(int, int, double) 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:`virtual double Domaine_VF::dist_face_elem1_period(int, int, double) const <domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-period-int-int-double-const>`
[virtual double Domaine_VF::dist_face_elem1_period(int, int, double) const](#domaine-vf-public-virtual-double-domaine-vf-dist-face-elem1-period-int-int-double-const)

dist_norm#

Definition
virtual double Domaine_VF::dist_norm(int) const
Brief description
Detailed description
How to reference this method:

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

:ref:`virtual double Domaine_VF::dist_norm(int) const <domaine-vf-public-virtual-double-domaine-vf-dist-norm-int-const>`
[virtual double Domaine_VF::dist_norm(int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-norm-int-const)

dist_norm_bord#

Definition
virtual double Domaine_VF::dist_norm_bord(int) const
Brief description
Detailed description
How to reference this method:

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

:ref:`virtual double Domaine_VF::dist_norm_bord(int) const <domaine-vf-public-virtual-double-domaine-vf-dist-norm-bord-int-const>`
[virtual double Domaine_VF::dist_norm_bord(int) const](#domaine-vf-public-virtual-double-domaine-vf-dist-norm-bord-int-const)

Domaine_VF#

Definition
Domaine_VF::Domaine_VF()
Brief description
Detailed description
How to reference this method:

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

:ref:`Domaine_VF::Domaine_VF() <domaine-vf-public-domaine-vf-domaine-vf>`
[Domaine_VF::Domaine_VF()](#domaine-vf-public-domaine-vf-domaine-vf)

dot#

Definition
double Domaine_VF::dot(const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`double Domaine_VF::dot(const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const <domaine-vf-public-double-domaine-vf-dot-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const>`
[double Domaine_VF::dot(const double *a, const double *b, const double *ma=nullptr, const double *mb=nullptr) const](#domaine-vf-public-double-domaine-vf-dot-const-double-ptr-a-const-double-ptr-b-const-double-ptr-ma-equal-nullptr-const-double-ptr-mb-equal-nullptr-const)

elem_faces#

Definition
IntTab & Domaine_VF::elem_faces()
Brief description

renvoie le tableau de connectivite element/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:`IntTab & Domaine_VF::elem_faces() <domaine-vf-public-inttab-ref-domaine-vf-elem-faces>`
[IntTab & Domaine_VF::elem_faces()](#domaine-vf-public-inttab-ref-domaine-vf-elem-faces)

elem_faces#

Definition
const IntTab & Domaine_VF::elem_faces() const
Brief description

cf au dessus.

Detailed description
References
How to reference this method:

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

:ref:`const IntTab & Domaine_VF::elem_faces() const <domaine-vf-public-const-inttab-ref-domaine-vf-elem-faces-const>`
[const IntTab & Domaine_VF::elem_faces() const](#domaine-vf-public-const-inttab-ref-domaine-vf-elem-faces-const)

elem_faces#

Definition
int Domaine_VF::elem_faces(int i, int j) const
Brief description

renvoie le numero de le ieme face de la maille num_elem la facon dont ces faces sont numerotees est

Detailed description

laisse a la responsabilite des classes derivees

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_VF::elem_faces(int i, int j) const <domaine-vf-public-int-domaine-vf-elem-faces-int-i-int-j-const>`
[int Domaine_VF::elem_faces(int i, int j) const](#domaine-vf-public-int-domaine-vf-elem-faces-int-i-int-j-const)

est_face_bord#

Definition
ArrOfInt & Domaine_VF::est_face_bord()
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`ArrOfInt & Domaine_VF::est_face_bord() <domaine-vf-public-arrofint-ref-domaine-vf-est-face-bord>`
[ArrOfInt & Domaine_VF::est_face_bord()](#domaine-vf-public-arrofint-ref-domaine-vf-est-face-bord)

est_face_bord#

Definition
const ArrOfInt & Domaine_VF::est_face_bord() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const ArrOfInt & Domaine_VF::est_face_bord() const <domaine-vf-public-const-arrofint-ref-domaine-vf-est-face-bord-const>`
[const ArrOfInt & Domaine_VF::est_face_bord() const](#domaine-vf-public-const-arrofint-ref-domaine-vf-est-face-bord-const)

est_une_face_virt_bord#

Definition
int Domaine_VF::est_une_face_virt_bord(int) const
Brief description

renvoie 1 si face est une face virtuelle de bord, 0 sinon

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_VF::est_une_face_virt_bord(int) const <domaine-vf-public-int-domaine-vf-est-une-face-virt-bord-int-const>`
[int Domaine_VF::est_une_face_virt_bord(int) const](#domaine-vf-public-int-domaine-vf-est-une-face-virt-bord-int-const)

face_normales#

Definition
virtual DoubleTab & Domaine_VF::face_normales()
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`virtual DoubleTab & Domaine_VF::face_normales() <domaine-vf-public-virtual-doubletab-ref-domaine-vf-face-normales>`
[virtual DoubleTab & Domaine_VF::face_normales()](#domaine-vf-public-virtual-doubletab-ref-domaine-vf-face-normales)

face_normales#

Definition
virtual const DoubleTab & Domaine_VF::face_normales() 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:`virtual const DoubleTab & Domaine_VF::face_normales() const <domaine-vf-public-virtual-const-doubletab-ref-domaine-vf-face-normales-const>`
[virtual const DoubleTab & Domaine_VF::face_normales() const](#domaine-vf-public-virtual-const-doubletab-ref-domaine-vf-face-normales-const)

face_normales#

Definition
virtual double Domaine_VF::face_normales(int face, int comp) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`virtual double Domaine_VF::face_normales(int face, int comp) const <domaine-vf-public-virtual-double-domaine-vf-face-normales-int-face-int-comp-const>`
[virtual double Domaine_VF::face_normales(int face, int comp) const](#domaine-vf-public-virtual-double-domaine-vf-face-normales-int-face-int-comp-const)

face_numero_bord#

Definition
IntTab & Domaine_VF::face_numero_bord()
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:`IntTab & Domaine_VF::face_numero_bord() <domaine-vf-public-inttab-ref-domaine-vf-face-numero-bord>`
[IntTab & Domaine_VF::face_numero_bord()](#domaine-vf-public-inttab-ref-domaine-vf-face-numero-bord)

face_numero_bord#

Definition
const IntTab & Domaine_VF::face_numero_bord() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const IntTab & Domaine_VF::face_numero_bord() const <domaine-vf-public-const-inttab-ref-domaine-vf-face-numero-bord-const>`
[const IntTab & Domaine_VF::face_numero_bord() const](#domaine-vf-public-const-inttab-ref-domaine-vf-face-numero-bord-const)

face_numero_bord#

Definition
int Domaine_VF::face_numero_bord(int num_face) 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_VF::face_numero_bord(int num_face) const <domaine-vf-public-int-domaine-vf-face-numero-bord-int-num-face-const>`
[int Domaine_VF::face_numero_bord(int num_face) const](#domaine-vf-public-int-domaine-vf-face-numero-bord-int-num-face-const)

face_sommets#

Definition
const IntTab & Domaine_VF::face_sommets() const override
Brief description

cf au dessus.

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:`const IntTab & Domaine_VF::face_sommets() const override <domaine-vf-public-const-inttab-ref-domaine-vf-face-sommets-const-override>`
[const IntTab & Domaine_VF::face_sommets() const override](#domaine-vf-public-const-inttab-ref-domaine-vf-face-sommets-const-override)

face_sommets#

Definition
IntTab & Domaine_VF::face_sommets() override
Brief description

renvoie le tableau de connectivite faces/sommets.

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:`IntTab & Domaine_VF::face_sommets() override <domaine-vf-public-inttab-ref-domaine-vf-face-sommets-override>`
[IntTab & Domaine_VF::face_sommets() override](#domaine-vf-public-inttab-ref-domaine-vf-face-sommets-override)

face_sommets#

Definition
int Domaine_VF::face_sommets(int i, int j) const
Brief description

renvoie le numero du ieme sommet de la face num_face.

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_VF::face_sommets(int i, int j) const <domaine-vf-public-int-domaine-vf-face-sommets-int-i-int-j-const>`
[int Domaine_VF::face_sommets(int i, int j) const](#domaine-vf-public-int-domaine-vf-face-sommets-int-i-int-j-const)

face_surfaces#

Definition
virtual const DoubleVect & Domaine_VF::face_surfaces() 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:`virtual const DoubleVect & Domaine_VF::face_surfaces() const <domaine-vf-public-virtual-const-doublevect-ref-domaine-vf-face-surfaces-const>`
[virtual const DoubleVect & Domaine_VF::face_surfaces() const](#domaine-vf-public-virtual-const-doublevect-ref-domaine-vf-face-surfaces-const)

face_surfaces#

Definition
virtual double Domaine_VF::face_surfaces(int 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:`virtual double Domaine_VF::face_surfaces(int i) const <domaine-vf-public-virtual-double-domaine-vf-face-surfaces-int-i-const>`
[virtual double Domaine_VF::face_surfaces(int i) const](#domaine-vf-public-virtual-double-domaine-vf-face-surfaces-int-i-const)

face_virt_pe_num#

Definition
const IntTab & Domaine_VF::face_virt_pe_num() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const IntTab & Domaine_VF::face_virt_pe_num() const <domaine-vf-public-const-inttab-ref-domaine-vf-face-virt-pe-num-const>`
[const IntTab & Domaine_VF::face_virt_pe_num() const](#domaine-vf-public-const-inttab-ref-domaine-vf-face-virt-pe-num-const)

face_voisins#

Definition
const IntTab & Domaine_VF::face_voisins() const override
Brief description

cf au dessus.

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:`const IntTab & Domaine_VF::face_voisins() const override <domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-const-override>`
[const IntTab & Domaine_VF::face_voisins() const override](#domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-const-override)

face_voisins#

Definition
IntTab & Domaine_VF::face_voisins() override
Brief description

renvoie le tableaux des volumes des connectivites face elements cf au dessus.

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:`IntTab & Domaine_VF::face_voisins() override <domaine-vf-public-inttab-ref-domaine-vf-face-voisins-override>`
[IntTab & Domaine_VF::face_voisins() override](#domaine-vf-public-inttab-ref-domaine-vf-face-voisins-override)

face_voisins#

Definition
int Domaine_VF::face_voisins(int num_face, int i) const
Brief description

renvoie l’element voisin de numface dans la direction i.

Detailed description

i = 0 : dans le sens oppose de l’axe orthogonal a la face numface. i = 1 : dans le sens de l’axe orthogonal a la face numface. exemple : | 0 | 1 | numface renvoie-1 si l’element n’existe pas (au bord).

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_VF::face_voisins(int num_face, int i) const <domaine-vf-public-int-domaine-vf-face-voisins-int-num-face-int-i-const>`
[int Domaine_VF::face_voisins(int num_face, int i) const](#domaine-vf-public-int-domaine-vf-face-voisins-int-num-face-int-i-const)

face_voisins_fictifs#

Definition
const IntTab & Domaine_VF::face_voisins_fictifs() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const IntTab & Domaine_VF::face_voisins_fictifs() const <domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-fictifs-const>`
[const IntTab & Domaine_VF::face_voisins_fictifs() const](#domaine-vf-public-const-inttab-ref-domaine-vf-face-voisins-fictifs-const)

face_voisins_reel_fictif#

Definition
void Domaine_VF::face_voisins_reel_fictif(int face, int &el0, int &elf) const
Brief description

renvoie dans el0 le numero de l’elt a l’interieur renvoie dans elf le numero de l’elt fictif ( - 1 si il n’existe pas)

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_VF::face_voisins_reel_fictif(int face, int &el0, int &elf) const <domaine-vf-public-void-domaine-vf-face-voisins-reel-fictif-int-face-int-ref-el0-int-ref-elf-const>`
[void Domaine_VF::face_voisins_reel_fictif(int face, int &el0, int &elf) const](#domaine-vf-public-void-domaine-vf-face-voisins-reel-fictif-int-face-int-ref-el0-int-ref-elf-const)

faces_doubles#

Definition
ArrOfInt & Domaine_VF::faces_doubles()
Brief description

renvoie 1 pour les faces appartenant a un bord perio ou un item commun, 0 par defaut

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:`ArrOfInt & Domaine_VF::faces_doubles() <domaine-vf-public-arrofint-ref-domaine-vf-faces-doubles>`
[ArrOfInt & Domaine_VF::faces_doubles()](#domaine-vf-public-arrofint-ref-domaine-vf-faces-doubles)

faces_doubles#

Definition
const ArrOfInt & Domaine_VF::faces_doubles() const
Brief description

cf au dessus

Detailed description
References
How to reference this method:

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

:ref:`const ArrOfInt & Domaine_VF::faces_doubles() const <domaine-vf-public-const-arrofint-ref-domaine-vf-faces-doubles-const>`
[const ArrOfInt & Domaine_VF::faces_doubles() const](#domaine-vf-public-const-arrofint-ref-domaine-vf-faces-doubles-const)

fbord#

Definition
int Domaine_VF::fbord(int f) 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_VF::fbord(int f) const <domaine-vf-public-int-domaine-vf-fbord-int-f-const>`
[int Domaine_VF::fbord(int f) const](#domaine-vf-public-int-domaine-vf-fbord-int-f-const)

front_VF#

Definition
const Front_VF & Domaine_VF::front_VF(int i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const Front_VF & Domaine_VF::front_VF(int i) const <domaine-vf-public-const-front-vf-ref-domaine-vf-front-vf-int-i-const>`
[const Front_VF & Domaine_VF::front_VF(int i) const](#domaine-vf-public-const-front-vf-ref-domaine-vf-front-vf-int-i-const)

frontiere_dis#

Definition
const Frontiere_dis_base & Domaine_VF::frontiere_dis(int) const override
Brief description

renvoie la ieme frontiere_discrete.

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:`const Frontiere_dis_base & Domaine_VF::frontiere_dis(int) const override <domaine-vf-public-const-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-const-override>`
[const Frontiere_dis_base & Domaine_VF::frontiere_dis(int) const override](#domaine-vf-public-const-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-const-override)

frontiere_dis#

Definition
Frontiere_dis_base & Domaine_VF::frontiere_dis(int) override
Brief description

renvoie la ieme frontiere_discrete.

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:`Frontiere_dis_base & Domaine_VF::frontiere_dis(int) override <domaine-vf-public-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-override>`
[Frontiere_dis_base & Domaine_VF::frontiere_dis(int) override](#domaine-vf-public-frontiere-dis-base-ref-domaine-vf-frontiere-dis-int-override)

get_ind_integ_points#

Definition
void Domaine_VF::get_ind_integ_points(IntTab &nelem) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::get_ind_integ_points(IntTab &nelem) const <domaine-vf-public-void-domaine-vf-get-ind-integ-points-inttab-ref-nelem-const>`
[void Domaine_VF::get_ind_integ_points(IntTab &nelem) const](#domaine-vf-public-void-domaine-vf-get-ind-integ-points-inttab-ref-nelem-const)

get_info#

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

get_nb_integ_points#

Definition
void Domaine_VF::get_nb_integ_points(IntTab &nelem) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::get_nb_integ_points(IntTab &nelem) const <domaine-vf-public-void-domaine-vf-get-nb-integ-points-inttab-ref-nelem-const>`
[void Domaine_VF::get_nb_integ_points(IntTab &nelem) const](#domaine-vf-public-void-domaine-vf-get-nb-integ-points-inttab-ref-nelem-const)

get_num_fac_loc#

Definition
const IntTab & Domaine_VF::get_num_fac_loc() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const IntTab & Domaine_VF::get_num_fac_loc() const <domaine-vf-public-const-inttab-ref-domaine-vf-get-num-fac-loc-const>`
[const IntTab & Domaine_VF::get_num_fac_loc() const](#domaine-vf-public-const-inttab-ref-domaine-vf-get-num-fac-loc-const)

get_num_fac_loc#

Definition
int Domaine_VF::get_num_fac_loc(int, int) const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`int Domaine_VF::get_num_fac_loc(int, int) const <domaine-vf-public-int-domaine-vf-get-num-fac-loc-int-int-const>`
[int Domaine_VF::get_num_fac_loc(int, int) const](#domaine-vf-public-int-domaine-vf-get-num-fac-loc-int-int-const)

get_position#

Definition
void Domaine_VF::get_position(DoubleTab &positions) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::get_position(DoubleTab &positions) const <domaine-vf-public-void-domaine-vf-get-position-doubletab-ref-positions-const>`
[void Domaine_VF::get_position(DoubleTab &positions) const](#domaine-vf-public-void-domaine-vf-get-position-doubletab-ref-positions-const)

ind_faces_virt_bord#

Definition
const ArrOfInt & Domaine_VF::ind_faces_virt_bord() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const ArrOfInt & Domaine_VF::ind_faces_virt_bord() const <domaine-vf-public-const-arrofint-ref-domaine-vf-ind-faces-virt-bord-const>`
[const ArrOfInt & Domaine_VF::ind_faces_virt_bord() const](#domaine-vf-public-const-arrofint-ref-domaine-vf-ind-faces-virt-bord-const)

info_elem_som#

Definition
void Domaine_VF::info_elem_som()
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_VF::info_elem_som() <domaine-vf-public-void-domaine-vf-info-elem-som>`
[void Domaine_VF::info_elem_som()](#domaine-vf-public-void-domaine-vf-info-elem-som)

infobord#

Definition
void Domaine_VF::infobord()
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_VF::infobord() <domaine-vf-public-void-domaine-vf-infobord>`
[void Domaine_VF::infobord()](#domaine-vf-public-void-domaine-vf-infobord)

init_dist_paroi_globale#

Definition
void Domaine_VF::init_dist_paroi_globale(const Conds_lim &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_VF::init_dist_paroi_globale(const Conds_lim &conds_lim) override <domaine-vf-public-void-domaine-vf-init-dist-paroi-globale-const-conds-lim-ref-conds-lim-override>`
[void Domaine_VF::init_dist_paroi_globale(const Conds_lim &conds_lim) override](#domaine-vf-public-void-domaine-vf-init-dist-paroi-globale-const-conds-lim-ref-conds-lim-override)

inverse_volumes#

Definition
DoubleVect & Domaine_VF::inverse_volumes()
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:`DoubleVect & Domaine_VF::inverse_volumes() <domaine-vf-public-doublevect-ref-domaine-vf-inverse-volumes>`
[DoubleVect & Domaine_VF::inverse_volumes()](#domaine-vf-public-doublevect-ref-domaine-vf-inverse-volumes)

inverse_volumes#

Definition
const DoubleVect & Domaine_VF::inverse_volumes() 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 DoubleVect & Domaine_VF::inverse_volumes() const <domaine-vf-public-const-doublevect-ref-domaine-vf-inverse-volumes-const>`
[const DoubleVect & Domaine_VF::inverse_volumes() const](#domaine-vf-public-const-doublevect-ref-domaine-vf-inverse-volumes-const)

inverse_volumes#

Definition
double Domaine_VF::inverse_volumes(int i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`double Domaine_VF::inverse_volumes(int i) const <domaine-vf-public-double-domaine-vf-inverse-volumes-int-i-const>`
[double Domaine_VF::inverse_volumes(int i) const](#domaine-vf-public-double-domaine-vf-inverse-volumes-int-i-const)

joint#

Definition
Joint & Domaine_VF::joint(int i)
Brief description
Detailed description
References
How to reference this method:

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

:ref:`Joint & Domaine_VF::joint(int i) <domaine-vf-public-joint-ref-domaine-vf-joint-int-i>`
[Joint & Domaine_VF::joint(int i)](#domaine-vf-public-joint-ref-domaine-vf-joint-int-i)

joint#

Definition
const Joint & Domaine_VF::joint(int i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const Joint & Domaine_VF::joint(int i) const <domaine-vf-public-const-joint-ref-domaine-vf-joint-int-i-const>`
[const Joint & Domaine_VF::joint(int i) const](#domaine-vf-public-const-joint-ref-domaine-vf-joint-int-i-const)

marquer_faces_double_contrib#

Definition
void Domaine_VF::marquer_faces_double_contrib(const Conds_lim &)
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_VF::marquer_faces_double_contrib(const Conds_lim &) <domaine-vf-public-void-domaine-vf-marquer-faces-double-contrib-const-conds-lim-ref>`
[void Domaine_VF::marquer_faces_double_contrib(const Conds_lim &)](#domaine-vf-public-void-domaine-vf-marquer-faces-double-contrib-const-conds-lim-ref)

md_vector_aretes#

Definition
const MD_Vector & Domaine_VF::md_vector_aretes() 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 MD_Vector & Domaine_VF::md_vector_aretes() const <domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-aretes-const>`
[const MD_Vector & Domaine_VF::md_vector_aretes() const](#domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-aretes-const)

md_vector_faces#

Definition
const MD_Vector & Domaine_VF::md_vector_faces() 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 MD_Vector & Domaine_VF::md_vector_faces() const <domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-const>`
[const MD_Vector & Domaine_VF::md_vector_faces() const](#domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-const)

md_vector_faces_bord#

Definition
const MD_Vector & Domaine_VF::md_vector_faces_bord() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const MD_Vector & Domaine_VF::md_vector_faces_bord() const <domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-bord-const>`
[const MD_Vector & Domaine_VF::md_vector_faces_bord() const](#domaine-vf-public-const-md-vector-ref-domaine-vf-md-vector-faces-bord-const)

modifier_pour_Cl#

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

nb_faces#

Definition
int Domaine_VF::nb_faces() const
Brief description

renvoie le nombre global 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:`int Domaine_VF::nb_faces() const <domaine-vf-public-int-domaine-vf-nb-faces-const>`
[int Domaine_VF::nb_faces() const](#domaine-vf-public-int-domaine-vf-nb-faces-const)

nb_faces_bord#

Definition
int Domaine_VF::nb_faces_bord() const
Brief description

renvoie le nombre de faces sur lesquelles sont appliquees les conditions limites :

Detailed description

bords, raccords, plaques.

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_VF::nb_faces_bord() const <domaine-vf-public-int-domaine-vf-nb-faces-bord-const>`
[int Domaine_VF::nb_faces_bord() const](#domaine-vf-public-int-domaine-vf-nb-faces-bord-const)

nb_faces_bord_tot#

Definition
int Domaine_VF::nb_faces_bord_tot() const
Brief description

renvoie le nombre total de faces sur lesquelles sont appliquees les conditions limites :

Detailed description

bords, raccords, plaques.

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_VF::nb_faces_bord_tot() const <domaine-vf-public-int-domaine-vf-nb-faces-bord-tot-const>`
[int Domaine_VF::nb_faces_bord_tot() const](#domaine-vf-public-int-domaine-vf-nb-faces-bord-tot-const)

nb_faces_internes#

Definition
int Domaine_VF::nb_faces_internes() const
Brief description

une face est interne ssi elle separe deux elements.

Detailed description

renvoie le nombre de faces internes.

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_VF::nb_faces_internes() const <domaine-vf-public-int-domaine-vf-nb-faces-internes-const>`
[int Domaine_VF::nb_faces_internes() const](#domaine-vf-public-int-domaine-vf-nb-faces-internes-const)

nb_faces_tot#

Definition
int Domaine_VF::nb_faces_tot() const
Brief description

renvoie le nombre total de faces.

Detailed description

C’est - a - dire faces reelles + faces virtuelles

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_VF::nb_faces_tot() const <domaine-vf-public-int-domaine-vf-nb-faces-tot-const>`
[int Domaine_VF::nb_faces_tot() const](#domaine-vf-public-int-domaine-vf-nb-faces-tot-const)

nb_frontiere_dis#

Definition
int Domaine_VF::nb_frontiere_dis() 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_VF::nb_frontiere_dis() const <domaine-vf-public-int-domaine-vf-nb-frontiere-dis-const>`
[int Domaine_VF::nb_frontiere_dis() const](#domaine-vf-public-int-domaine-vf-nb-frontiere-dis-const)

nb_joints#

Definition
int Domaine_VF::nb_joints() 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_VF::nb_joints() const <domaine-vf-public-int-domaine-vf-nb-joints-const>`
[int Domaine_VF::nb_joints() const](#domaine-vf-public-int-domaine-vf-nb-joints-const)

nb_som_face#

Definition
int Domaine_VF::nb_som_face() const
Brief description

renvoie le nombre de sommets par face.

Detailed description

Rque : on a suppose que toutes les faces avait le meme nombre de sommet ce qui exclue des elements comme le prisme.

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_VF::nb_som_face() const <domaine-vf-public-int-domaine-vf-nb-som-face-const>`
[int Domaine_VF::nb_som_face() const](#domaine-vf-public-int-domaine-vf-nb-som-face-const)

normale_paroi_elem#

Definition
const DoubleTab & Domaine_VF::normale_paroi_elem() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const DoubleTab & Domaine_VF::normale_paroi_elem() const <domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-elem-const>`
[const DoubleTab & Domaine_VF::normale_paroi_elem() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-elem-const)

normale_paroi_faces#

Definition
const DoubleTab & Domaine_VF::normale_paroi_faces() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const DoubleTab & Domaine_VF::normale_paroi_faces() const <domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-faces-const>`
[const DoubleTab & Domaine_VF::normale_paroi_faces() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-normale-paroi-faces-const)

normalized_boundaries_outward_vector#

Definition
DoubleTab Domaine_VF::normalized_boundaries_outward_vector(int global_face_number, double scale_factor) const
Brief description

Compute the normalized boundary outward vector associated to the face global_face_number and eventually scaled by scale_factor.

Detailed description
References
Referenced By
How to reference this method:

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

:ref:`DoubleTab Domaine_VF::normalized_boundaries_outward_vector(int global_face_number, double scale_factor) const <domaine-vf-public-doubletab-domaine-vf-normalized-boundaries-outward-vector-int-global-face-number-double-scale-factor-const>`
[DoubleTab Domaine_VF::normalized_boundaries_outward_vector(int global_face_number, double scale_factor) const](#domaine-vf-public-doubletab-domaine-vf-normalized-boundaries-outward-vector-int-global-face-number-double-scale-factor-const)

numero_face_local#

Definition
int Domaine_VF::numero_face_local(int face, int elem) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`int Domaine_VF::numero_face_local(int face, int elem) const <domaine-vf-public-int-domaine-vf-numero-face-local-int-face-int-elem-const>`
[int Domaine_VF::numero_face_local(int face, int elem) const](#domaine-vf-public-int-domaine-vf-numero-face-local-int-face-int-elem-const)

numero_sommet_local#

Definition
int Domaine_VF::numero_sommet_local(int som, int elem) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`int Domaine_VF::numero_sommet_local(int som, int elem) const <domaine-vf-public-int-domaine-vf-numero-sommet-local-int-som-int-elem-const>`
[int Domaine_VF::numero_sommet_local(int som, int elem) const](#domaine-vf-public-int-domaine-vf-numero-sommet-local-int-som-int-elem-const)

orientation#

Definition
const IntVect & Domaine_VF::orientation() 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 IntVect & Domaine_VF::orientation() const <domaine-vf-public-const-intvect-ref-domaine-vf-orientation-const>`
[const IntVect & Domaine_VF::orientation() const](#domaine-vf-public-const-intvect-ref-domaine-vf-orientation-const)

orientation#

Definition
int Domaine_VF::orientation(int) const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`int Domaine_VF::orientation(int) const <domaine-vf-public-int-domaine-vf-orientation-int-const>`
[int Domaine_VF::orientation(int) const](#domaine-vf-public-int-domaine-vf-orientation-int-const)

orientation_si_definie#

Definition
int Domaine_VF::orientation_si_definie(int) 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_VF::orientation_si_definie(int) const <domaine-vf-public-int-domaine-vf-orientation-si-definie-int-const>`
[int Domaine_VF::orientation_si_definie(int) const](#domaine-vf-public-int-domaine-vf-orientation-si-definie-int-const)

premiere_face_bord#

Definition
int Domaine_VF::premiere_face_bord() const
Brief description

renvoie le numero de la premiere des faces sur lesquelles sont appliquees les conditions limites :

Detailed description

bords, raccords, plaques.

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_VF::premiere_face_bord() const <domaine-vf-public-int-domaine-vf-premiere-face-bord-const>`
[int Domaine_VF::premiere_face_bord() const](#domaine-vf-public-int-domaine-vf-premiere-face-bord-const)

premiere_face_int#

Definition
int Domaine_VF::premiere_face_int() const
Brief description

une face est interne ssi elle separe deux elements.

Detailed description

renvoie le numero de la premiere face interne.

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_VF::premiere_face_int() const <domaine-vf-public-int-domaine-vf-premiere-face-int-const>`
[int Domaine_VF::premiere_face_int() const](#domaine-vf-public-int-domaine-vf-premiere-face-int-const)

remplir_face_numero_bord#

Definition
void Domaine_VF::remplir_face_numero_bord()
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_VF::remplir_face_numero_bord() <domaine-vf-public-void-domaine-vf-remplir-face-numero-bord>`
[void Domaine_VF::remplir_face_numero_bord()](#domaine-vf-public-void-domaine-vf-remplir-face-numero-bord)

remplir_face_voisins_fictifs#

Definition
void Domaine_VF::remplir_face_voisins_fictifs(const Domaine_Cl_dis_base &)
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_VF::remplir_face_voisins_fictifs(const Domaine_Cl_dis_base &) <domaine-vf-public-void-domaine-vf-remplir-face-voisins-fictifs-const-domaine-cl-dis-base-ref>`
[void Domaine_VF::remplir_face_voisins_fictifs(const Domaine_Cl_dis_base &)](#domaine-vf-public-void-domaine-vf-remplir-face-voisins-fictifs-const-domaine-cl-dis-base-ref)

renumeroter#

Definition
void Domaine_VF::renumeroter(Faces &)
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::renumeroter(Faces &) <domaine-vf-public-void-domaine-vf-renumeroter-faces-ref>`
[void Domaine_VF::renumeroter(Faces &)](#domaine-vf-public-void-domaine-vf-renumeroter-faces-ref)

reordonner#

Definition
void Domaine_VF::reordonner(Faces &)
Brief description

cette methode ne fait rien elle est surchargee par Domaine_VDF par ex.

Detailed description
Referenced By
How to reference this method:

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

:ref:`void Domaine_VF::reordonner(Faces &) <domaine-vf-public-void-domaine-vf-reordonner-faces-ref>`
[void Domaine_VF::reordonner(Faces &)](#domaine-vf-public-void-domaine-vf-reordonner-faces-ref)

surface#

Definition
virtual double Domaine_VF::surface(int i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`virtual double Domaine_VF::surface(int i) const <domaine-vf-public-virtual-double-domaine-vf-surface-int-i-const>`
[virtual double Domaine_VF::surface(int i) const](#domaine-vf-public-virtual-double-domaine-vf-surface-int-i-const)

typer_discretiser_ss_domaine#

Definition
void Domaine_VF::typer_discretiser_ss_domaine(int i) 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_VF::typer_discretiser_ss_domaine(int i) override <domaine-vf-public-void-domaine-vf-typer-discretiser-ss-domaine-int-i-override>`
[void Domaine_VF::typer_discretiser_ss_domaine(int i) override](#domaine-vf-public-void-domaine-vf-typer-discretiser-ss-domaine-int-i-override)

typer_elem#

Definition
virtual void Domaine_VF::typer_elem(Domaine &)
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:`virtual void Domaine_VF::typer_elem(Domaine &) <domaine-vf-public-virtual-void-domaine-vf-typer-elem-domaine-ref>`
[virtual void Domaine_VF::typer_elem(Domaine &)](#domaine-vf-public-virtual-void-domaine-vf-typer-elem-domaine-ref)

volumes#

Definition
DoubleVect & Domaine_VF::volumes()
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:`DoubleVect & Domaine_VF::volumes() <domaine-vf-public-doublevect-ref-domaine-vf-volumes>`
[DoubleVect & Domaine_VF::volumes()](#domaine-vf-public-doublevect-ref-domaine-vf-volumes)

volumes#

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

volumes#

Definition
double Domaine_VF::volumes(int i) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`double Domaine_VF::volumes(int i) const <domaine-vf-public-double-domaine-vf-volumes-int-i-const>`
[double Domaine_VF::volumes(int i) const](#domaine-vf-public-double-domaine-vf-volumes-int-i-const)

volumes_entrelaces#

Definition
DoubleVect & Domaine_VF::volumes_entrelaces()
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:`DoubleVect & Domaine_VF::volumes_entrelaces() <domaine-vf-public-doublevect-ref-domaine-vf-volumes-entrelaces>`
[DoubleVect & Domaine_VF::volumes_entrelaces()](#domaine-vf-public-doublevect-ref-domaine-vf-volumes-entrelaces)

volumes_entrelaces#

Definition
const DoubleVect & Domaine_VF::volumes_entrelaces() 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 DoubleVect & Domaine_VF::volumes_entrelaces() const <domaine-vf-public-const-doublevect-ref-domaine-vf-volumes-entrelaces-const>`
[const DoubleVect & Domaine_VF::volumes_entrelaces() const](#domaine-vf-public-const-doublevect-ref-domaine-vf-volumes-entrelaces-const)

volumes_entrelaces#

Definition
double Domaine_VF::volumes_entrelaces(int num_face) 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:`double Domaine_VF::volumes_entrelaces(int num_face) const <domaine-vf-public-double-domaine-vf-volumes-entrelaces-int-num-face-const>`
[double Domaine_VF::volumes_entrelaces(int num_face) const](#domaine-vf-public-double-domaine-vf-volumes-entrelaces-int-num-face-const)

volumes_entrelaces_dir#

Definition
DoubleTab & Domaine_VF::volumes_entrelaces_dir()
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:`DoubleTab & Domaine_VF::volumes_entrelaces_dir() <domaine-vf-public-doubletab-ref-domaine-vf-volumes-entrelaces-dir>`
[DoubleTab & Domaine_VF::volumes_entrelaces_dir()](#domaine-vf-public-doubletab-ref-domaine-vf-volumes-entrelaces-dir)

volumes_entrelaces_dir#

Definition
const DoubleTab & Domaine_VF::volumes_entrelaces_dir() 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_VF::volumes_entrelaces_dir() const <domaine-vf-public-const-doubletab-ref-domaine-vf-volumes-entrelaces-dir-const>`
[const DoubleTab & Domaine_VF::volumes_entrelaces_dir() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-volumes-entrelaces-dir-const)

xa#

Definition
DoubleTab & Domaine_VF::xa()
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`DoubleTab & Domaine_VF::xa() <domaine-vf-public-doubletab-ref-domaine-vf-xa>`
[DoubleTab & Domaine_VF::xa()](#domaine-vf-public-doubletab-ref-domaine-vf-xa)

xa#

Definition
const DoubleTab & Domaine_VF::xa() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const DoubleTab & Domaine_VF::xa() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xa-const>`
[const DoubleTab & Domaine_VF::xa() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xa-const)

xa#

Definition
double Domaine_VF::xa(int num_arete, int k) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`double Domaine_VF::xa(int num_arete, int k) const <domaine-vf-public-double-domaine-vf-xa-int-num-arete-int-k-const>`
[double Domaine_VF::xa(int num_arete, int k) const](#domaine-vf-public-double-domaine-vf-xa-int-num-arete-int-k-const)

xp#

Definition
DoubleTab & Domaine_VF::xp()
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`DoubleTab & Domaine_VF::xp() <domaine-vf-public-doubletab-ref-domaine-vf-xp>`
[DoubleTab & Domaine_VF::xp()](#domaine-vf-public-doubletab-ref-domaine-vf-xp)

xp#

Definition
const DoubleTab & Domaine_VF::xp() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const DoubleTab & Domaine_VF::xp() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xp-const>`
[const DoubleTab & Domaine_VF::xp() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xp-const)

xp#

Definition
double Domaine_VF::xp(int num_elem, int k) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`double Domaine_VF::xp(int num_elem, int k) const <domaine-vf-public-double-domaine-vf-xp-int-num-elem-int-k-const>`
[double Domaine_VF::xp(int num_elem, int k) const](#domaine-vf-public-double-domaine-vf-xp-int-num-elem-int-k-const)

xv#

Definition
DoubleTab & Domaine_VF::xv()
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`DoubleTab & Domaine_VF::xv() <domaine-vf-public-doubletab-ref-domaine-vf-xv>`
[DoubleTab & Domaine_VF::xv()](#domaine-vf-public-doubletab-ref-domaine-vf-xv)

xv#

Definition
const DoubleTab & Domaine_VF::xv() const
Brief description
Detailed description
References
How to reference this method:

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

:ref:`const DoubleTab & Domaine_VF::xv() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xv-const>`
[const DoubleTab & Domaine_VF::xv() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xv-const)

xv#

Definition
double Domaine_VF::xv(int num_face, int k) const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`double Domaine_VF::xv(int num_face, int k) const <domaine-vf-public-double-domaine-vf-xv-int-num-face-int-k-const>`
[double Domaine_VF::xv(int num_face, int k) const](#domaine-vf-public-double-domaine-vf-xv-int-num-face-int-k-const)

xv_bord#

Definition
const DoubleTab & Domaine_VF::xv_bord() const
Brief description
Detailed description
References
Referenced By
How to reference this method:

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

:ref:`const DoubleTab & Domaine_VF::xv_bord() const <domaine-vf-public-const-doubletab-ref-domaine-vf-xv-bord-const>`
[const DoubleTab & Domaine_VF::xv_bord() const](#domaine-vf-public-const-doubletab-ref-domaine-vf-xv-bord-const)

~Domaine_VF#

Definition
Domaine_VF::~Domaine_VF() 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:`Domaine_VF::~Domaine_VF() override <domaine-vf-public-domaine-vf-dtor-domaine-vf-override>`
[Domaine_VF::~Domaine_VF() override](#domaine-vf-public-domaine-vf-dtor-domaine-vf-override)

info#

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

self_cast#

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

self_cast#

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

printOn#

Definition
Sortie & Domaine_VF::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_VF::printOn(Sortie &x) const override <domaine-vf-protected-sortie-ref-domaine-vf-printon-sortie-ref-x-const-override>`
[Sortie & Domaine_VF::printOn(Sortie &x) const override](#domaine-vf-protected-sortie-ref-domaine-vf-printon-sortie-ref-x-const-override)

readOn#

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

Attributes Documentation#

info_obj (public)
const Type_info Domaine_VF::info_obj
face_surfaces_ (private)
DoubleVect Domaine_VF::face_surfaces_
elem_faces_ (protected)
IntTab Domaine_VF::elem_faces_
est_face_bord_ (protected)
ArrOfInt Domaine_VF::est_face_bord_
face_dual_ (protected)
IntTab Domaine_VF::face_dual_

For each face f, face_dual_(f, j) returns the element built on the left and right of the face in the dual mesh. Same sorting as face_voisins_.

face_normales_ (protected)
DoubleTab Domaine_VF::face_normales_
face_numero_bord_ (protected)
IntTab Domaine_VF::face_numero_bord_
face_sommets_ (protected)
IntTab Domaine_VF::face_sommets_
face_virt_pe_num_ (protected)
IntTab Domaine_VF::face_virt_pe_num_
face_voisins_ (protected)
IntTab Domaine_VF::face_voisins_
face_voisins_fictifs_ (protected)
IntTab Domaine_VF::face_voisins_fictifs_
faces_doubles_ (protected)
ArrOfInt Domaine_VF::faces_doubles_
inverse_volumes_ (protected)
DoubleVect Domaine_VF::inverse_volumes_
les_bords_ (protected)
TRUST_Vector<Front_VF> Domaine_VF::les_bords_
md_vector_aretes_ (protected)
MD_Vector Domaine_VF::md_vector_aretes_
md_vector_faces_ (protected)
MD_Vector Domaine_VF::md_vector_faces_
md_vector_faces_front_ (protected)
MD_Vector Domaine_VF::md_vector_faces_front_
n_y_elem_ (protected)
DoubleTab Domaine_VF::n_y_elem_
n_y_faces_ (protected)
DoubleTab Domaine_VF::n_y_faces_
nb_elem_std_ (protected)
int Domaine_VF::nb_elem_std_ = - 10
nb_faces_std_ (protected)
int Domaine_VF::nb_faces_std_ = - 10
num_fac_loc_ (protected)
IntTab Domaine_VF::num_fac_loc_
rang_elem_non_std_ (protected)
IntVect Domaine_VF::rang_elem_non_std_
volumes_ (protected)
DoubleVect Domaine_VF::volumes_
volumes_entrelaces_ (protected)
DoubleVect Domaine_VF::volumes_entrelaces_
volumes_entrelaces_dir_ (protected)
DoubleTab Domaine_VF::volumes_entrelaces_dir_
xa_ (protected)
DoubleTab Domaine_VF::xa_
xp_ (protected)
DoubleTab Domaine_VF::xp_
xv_ (protected)
DoubleTab Domaine_VF::xv_
xv_bord_ (protected)
DoubleTab Domaine_VF::xv_bord_