Champ_P0_VDF#
#include <Champ_P0_VDF.h>
classe Champ_P0_VDF Classe qui represente un champ discret P0 par element associe a un domaine discretise de type Domaine_VDF
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:`Champ\_P0\_VDF <class-champ-p0-vdf>`
[Champ\_P0\_VDF](#class-champ-p0-vdf)
Detailed description#
Inherits from#
public : Champ_Inc_P0_base
Inheritance graph#
If the image is too small, right-click and open in new tab
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
Champ_P0_VDF#
Champ_P0_VDF::Champ_P0_VDF()
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:`Champ_P0_VDF::Champ_P0_VDF() <champ-p0-vdf-public-champ-p0-vdf-champ-p0-vdf>`
[Champ_P0_VDF::Champ_P0_VDF()](#champ-p0-vdf-public-champ-p0-vdf-champ-p0-vdf)
domaine_VDF#
const Domaine_VDF & Champ_P0_VDF::domaine_VDF() const
Detailed description
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Domaine_VDF & Champ_P0_VDF::domaine_VDF() const <champ-p0-vdf-public-const-domaine-vdf-ref-champ-p0-vdf-domaine-vdf-const>`
[const Domaine_VDF & Champ_P0_VDF::domaine_VDF() const](#champ-p0-vdf-public-const-domaine-vdf-ref-champ-p0-vdf-domaine-vdf-const)
duplique#
int Champ_P0_VDF::duplique() const override
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 Champ_P0_VDF::duplique() const override <champ-p0-vdf-public-int-champ-p0-vdf-duplique-const-override>`
[int Champ_P0_VDF::duplique() const override](#champ-p0-vdf-public-int-champ-p0-vdf-duplique-const-override)
get_info#
const Type_info * Champ_P0_VDF::get_info() const override
Donne des informations sur le type de l’ Objet_U .
Detailed description
Reimplements:
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Champ_P0_VDF::get_info() const override <champ-p0-vdf-public-const-type-info-ptr-champ-p0-vdf-get-info-const-override>`
[const Type_info * Champ_P0_VDF::get_info() const override](#champ-p0-vdf-public-const-type-info-ptr-champ-p0-vdf-get-info-const-override)
imprime#
int Champ_P0_VDF::imprime(Sortie &os, int nb_compo_) const override
Ecrit le champ sous la forme IJK.
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:`int Champ_P0_VDF::imprime(Sortie &os, int nb_compo_) const override <champ-p0-vdf-public-int-champ-p0-vdf-imprime-sortie-ref-os-int-nb-compo-const-override>`
[int Champ_P0_VDF::imprime(Sortie &os, int nb_compo_) const override](#champ-p0-vdf-public-int-champ-p0-vdf-imprime-sortie-ref-os-int-nb-compo-const-override)
integrale_espace#
double Champ_P0_VDF::integrale_espace(int ncomp) const override
Appel a l’objet sous - jacent calcule l’integrale de l’une des composantes.
Detailed description
du champ sur le domaine qui lui correspond
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:`double Champ_P0_VDF::integrale_espace(int ncomp) const override <champ-p0-vdf-public-double-champ-p0-vdf-integrale-espace-int-ncomp-const-override>`
[double Champ_P0_VDF::integrale_espace(int ncomp) const override](#champ-p0-vdf-public-double-champ-p0-vdf-integrale-espace-int-ncomp-const-override)
moyenne#
DoubleVect Champ_P0_VDF::moyenne(const DoubleVect &porosite_elem) const
renvoie la moyenne du champ au sens P0 i.
Detailed description
e la somme, divisee par le volume total du domaine, des valeurs constantes par element multipliees par les volumes des elements
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:`DoubleVect Champ_P0_VDF::moyenne(const DoubleVect &porosite_elem) const <champ-p0-vdf-public-doublevect-champ-p0-vdf-moyenne-const-doublevect-ref-porosite-elem-const>`
[DoubleVect Champ_P0_VDF::moyenne(const DoubleVect &porosite_elem) const](#champ-p0-vdf-public-doublevect-champ-p0-vdf-moyenne-const-doublevect-ref-porosite-elem-const)
moyenne#
double Champ_P0_VDF::moyenne(const DoubleVect &porosite_elem, int) const
Cette fonction effectue le calcul de la moyenne au sens P0 de la kieme composante du champ.
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:`double Champ_P0_VDF::moyenne(const DoubleVect &porosite_elem, int) const <champ-p0-vdf-public-double-champ-p0-vdf-moyenne-const-doublevect-ref-porosite-elem-int-const>`
[double Champ_P0_VDF::moyenne(const DoubleVect &porosite_elem, int) const](#champ-p0-vdf-public-double-champ-p0-vdf-moyenne-const-doublevect-ref-porosite-elem-int-const)
remplir_coord_noeuds#
DoubleTab & Champ_P0_VDF::remplir_coord_noeuds(DoubleTab &) const override
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:`DoubleTab & Champ_P0_VDF::remplir_coord_noeuds(DoubleTab &) const override <champ-p0-vdf-public-doubletab-ref-champ-p0-vdf-remplir-coord-noeuds-doubletab-ref-const-override>`
[DoubleTab & Champ_P0_VDF::remplir_coord_noeuds(DoubleTab &) const override](#champ-p0-vdf-public-doubletab-ref-champ-p0-vdf-remplir-coord-noeuds-doubletab-ref-const-override)
taille_memoire#
unsigned Champ_P0_VDF::taille_memoire() const override
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 Champ_P0_VDF::taille_memoire() const override <champ-p0-vdf-public-unsigned-champ-p0-vdf-taille-memoire-const-override>`
[unsigned Champ_P0_VDF::taille_memoire() const override](#champ-p0-vdf-public-unsigned-champ-p0-vdf-taille-memoire-const-override)
~Champ_P0_VDF#
Champ_P0_VDF::~Champ_P0_VDF()
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:`Champ_P0_VDF::~Champ_P0_VDF() <champ-p0-vdf-public-champ-p0-vdf-dtor-champ-p0-vdf>`
[Champ_P0_VDF::~Champ_P0_VDF()](#champ-p0-vdf-public-champ-p0-vdf-dtor-champ-p0-vdf)
cree_instance#
Objet_U * Champ_P0_VDF::cree_instance()
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 * Champ_P0_VDF::cree_instance() <champ-p0-vdf-public-static-objet-u-ptr-champ-p0-vdf-cree-instance>`
[Objet_U * Champ_P0_VDF::cree_instance()](#champ-p0-vdf-public-static-objet-u-ptr-champ-p0-vdf-cree-instance)
info#
const Type_info * Champ_P0_VDF::info()
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Type_info * Champ_P0_VDF::info() <champ-p0-vdf-public-static-const-type-info-ptr-champ-p0-vdf-info>`
[const Type_info * Champ_P0_VDF::info()](#champ-p0-vdf-public-static-const-type-info-ptr-champ-p0-vdf-info)
self_cast#
const Champ_P0_VDF & Champ_P0_VDF::self_cast(const Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`const Champ_P0_VDF & Champ_P0_VDF::self_cast(const Objet_U &) <champ-p0-vdf-public-static-const-champ-p0-vdf-ref-champ-p0-vdf-self-cast-const-objet-u-ref>`
[const Champ_P0_VDF & Champ_P0_VDF::self_cast(const Objet_U &)](#champ-p0-vdf-public-static-const-champ-p0-vdf-ref-champ-p0-vdf-self-cast-const-objet-u-ref)
self_cast#
Champ_P0_VDF & Champ_P0_VDF::self_cast(Objet_U &)
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Champ_P0_VDF & Champ_P0_VDF::self_cast(Objet_U &) <champ-p0-vdf-public-static-champ-p0-vdf-ref-champ-p0-vdf-self-cast-objet-u-ref>`
[Champ_P0_VDF & Champ_P0_VDF::self_cast(Objet_U &)](#champ-p0-vdf-public-static-champ-p0-vdf-ref-champ-p0-vdf-self-cast-objet-u-ref)
printOn#
Sortie & Champ_P0_VDF::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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:`Sortie & Champ_P0_VDF::printOn(Sortie &x) const override <champ-p0-vdf-protected-sortie-ref-champ-p0-vdf-printon-sortie-ref-x-const-override>`
[Sortie & Champ_P0_VDF::printOn(Sortie &x) const override](#champ-p0-vdf-protected-sortie-ref-champ-p0-vdf-printon-sortie-ref-x-const-override)
readOn#
Entree & Champ_P0_VDF::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
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:`Entree & Champ_P0_VDF::readOn(Entree &) override <champ-p0-vdf-protected-entree-ref-champ-p0-vdf-readon-entree-ref-override>`
[Entree & Champ_P0_VDF::readOn(Entree &) override](#champ-p0-vdf-protected-entree-ref-champ-p0-vdf-readon-entree-ref-override)
Attributes Documentation#
const Type_info Champ_P0_VDF::info_obj