Op_Diff_VDF_Face#
#include <Op_Diff_VDF_Face_leaves.h>
class Op_Diff_VDF_Face Cette classe represente l’operateur de diffusion associe a une equation de la quantite de mouvement.
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:`Op\_Diff\_VDF\_Face <class-op-diff-vdf-face>`
[Op\_Diff\_VDF\_Face](#class-op-diff-vdf-face)
Detailed description#
La discretisation est VDF. Le champ diffuse est un Champ_Face_VDF . Le champ de diffusivite n’est pas uniforme L’iterateur associe est de type Iterateur_VDF_Face . L’evaluateur associe est de type Eval_Diff_VDF_Face
Inherits from#
public : Op_Diff_VDF_Face_base
public : Op_Diff_Dift_VDF
<Op_Diff_VDF_Face>
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#
associer#
void Op_Diff_VDF_Face::associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &ch) 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:`void Op_Diff_VDF_Face::associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &ch) override <op-diff-vdf-face-public-void-op-diff-vdf-face-associer-const-domaine-dis-base-ref-zd-const-domaine-cl-dis-base-ref-zcd-const-champ-inc-base-ref-ch-override>`
[void Op_Diff_VDF_Face::associer(const Domaine_dis_base &zd, const Domaine_Cl_dis_base &zcd, const Champ_Inc_base &ch) override](#op-diff-vdf-face-public-void-op-diff-vdf-face-associer-const-domaine-dis-base-ref-zd-const-domaine-cl-dis-base-ref-zcd-const-champ-inc-base-ref-ch-override)
associer_diffusivite#
void Op_Diff_VDF_Face::associer_diffusivite(const Champ_base &ch) 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:`void Op_Diff_VDF_Face::associer_diffusivite(const Champ_base &ch) override <op-diff-vdf-face-public-void-op-diff-vdf-face-associer-diffusivite-const-champ-base-ref-ch-override>`
[void Op_Diff_VDF_Face::associer_diffusivite(const Champ_base &ch) override](#op-diff-vdf-face-public-void-op-diff-vdf-face-associer-diffusivite-const-champ-base-ref-ch-override)
completer#
void Op_Diff_VDF_Face::completer() override
Associe l’operateur au domaine_dis, le domaine_Cl_dis, et a l’inconnue de son equation.
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 Op_Diff_VDF_Face::completer() override <op-diff-vdf-face-public-void-op-diff-vdf-face-completer-override>`
[void Op_Diff_VDF_Face::completer() override](#op-diff-vdf-face-public-void-op-diff-vdf-face-completer-override)
diffusivite#
const Champ_base & Op_Diff_VDF_Face::diffusivite() 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:`const Champ_base & Op_Diff_VDF_Face::diffusivite() const override <op-diff-vdf-face-public-const-champ-base-ref-op-diff-vdf-face-diffusivite-const-override>`
[const Champ_base & Op_Diff_VDF_Face::diffusivite() const override](#op-diff-vdf-face-public-const-champ-base-ref-op-diff-vdf-face-diffusivite-const-override)
duplique#
int Op_Diff_VDF_Face::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 Op_Diff_VDF_Face::duplique() const override <op-diff-vdf-face-public-int-op-diff-vdf-face-duplique-const-override>`
[int Op_Diff_VDF_Face::duplique() const override](#op-diff-vdf-face-public-int-op-diff-vdf-face-duplique-const-override)
get_info#
const Type_info * Op_Diff_VDF_Face::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 * Op_Diff_VDF_Face::get_info() const override <op-diff-vdf-face-public-const-type-info-ptr-op-diff-vdf-face-get-info-const-override>`
[const Type_info * Op_Diff_VDF_Face::get_info() const override](#op-diff-vdf-face-public-const-type-info-ptr-op-diff-vdf-face-get-info-const-override)
mettre_a_jour#
void Op_Diff_VDF_Face::mettre_a_jour(double) override
DOES NOTHING - to override in derived classes.
Detailed description
Mise a jour de l’operateur
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:`void Op_Diff_VDF_Face::mettre_a_jour(double) override <op-diff-vdf-face-public-void-op-diff-vdf-face-mettre-a-jour-double-override>`
[void Op_Diff_VDF_Face::mettre_a_jour(double) override](#op-diff-vdf-face-public-void-op-diff-vdf-face-mettre-a-jour-double-override)
Op_Diff_VDF_Face#
Op_Diff_VDF_Face::Op_Diff_VDF_Face()
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:`Op_Diff_VDF_Face::Op_Diff_VDF_Face() <op-diff-vdf-face-public-op-diff-vdf-face-op-diff-vdf-face>`
[Op_Diff_VDF_Face::Op_Diff_VDF_Face()](#op-diff-vdf-face-public-op-diff-vdf-face-op-diff-vdf-face)
taille_memoire#
unsigned Op_Diff_VDF_Face::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 Op_Diff_VDF_Face::taille_memoire() const override <op-diff-vdf-face-public-unsigned-op-diff-vdf-face-taille-memoire-const-override>`
[unsigned Op_Diff_VDF_Face::taille_memoire() const override](#op-diff-vdf-face-public-unsigned-op-diff-vdf-face-taille-memoire-const-override)
~Op_Diff_VDF_Face#
Op_Diff_VDF_Face::~Op_Diff_VDF_Face()
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:`Op_Diff_VDF_Face::~Op_Diff_VDF_Face() <op-diff-vdf-face-public-op-diff-vdf-face-dtor-op-diff-vdf-face>`
[Op_Diff_VDF_Face::~Op_Diff_VDF_Face()](#op-diff-vdf-face-public-op-diff-vdf-face-dtor-op-diff-vdf-face)
cree_instance#
Objet_U * Op_Diff_VDF_Face::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 * Op_Diff_VDF_Face::cree_instance() <op-diff-vdf-face-public-static-objet-u-ptr-op-diff-vdf-face-cree-instance>`
[Objet_U * Op_Diff_VDF_Face::cree_instance()](#op-diff-vdf-face-public-static-objet-u-ptr-op-diff-vdf-face-cree-instance)
info#
const Type_info * Op_Diff_VDF_Face::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 * Op_Diff_VDF_Face::info() <op-diff-vdf-face-public-static-const-type-info-ptr-op-diff-vdf-face-info>`
[const Type_info * Op_Diff_VDF_Face::info()](#op-diff-vdf-face-public-static-const-type-info-ptr-op-diff-vdf-face-info)
self_cast#
const Op_Diff_VDF_Face & Op_Diff_VDF_Face::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 Op_Diff_VDF_Face & Op_Diff_VDF_Face::self_cast(const Objet_U &) <op-diff-vdf-face-public-static-const-op-diff-vdf-face-ref-op-diff-vdf-face-self-cast-const-objet-u-ref>`
[const Op_Diff_VDF_Face & Op_Diff_VDF_Face::self_cast(const Objet_U &)](#op-diff-vdf-face-public-static-const-op-diff-vdf-face-ref-op-diff-vdf-face-self-cast-const-objet-u-ref)
self_cast#
Op_Diff_VDF_Face & Op_Diff_VDF_Face::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:`Op_Diff_VDF_Face & Op_Diff_VDF_Face::self_cast(Objet_U &) <op-diff-vdf-face-public-static-op-diff-vdf-face-ref-op-diff-vdf-face-self-cast-objet-u-ref>`
[Op_Diff_VDF_Face & Op_Diff_VDF_Face::self_cast(Objet_U &)](#op-diff-vdf-face-public-static-op-diff-vdf-face-ref-op-diff-vdf-face-self-cast-objet-u-ref)
printOn#
Sortie & Op_Diff_VDF_Face::printOn(Sortie &x) const override
DOES NOTHING - to override in derived classes.
Detailed description
Imprime l’operateur sur un flot de sortie.
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 & Op_Diff_VDF_Face::printOn(Sortie &x) const override <op-diff-vdf-face-protected-sortie-ref-op-diff-vdf-face-printon-sortie-ref-x-const-override>`
[Sortie & Op_Diff_VDF_Face::printOn(Sortie &x) const override](#op-diff-vdf-face-protected-sortie-ref-op-diff-vdf-face-printon-sortie-ref-x-const-override)
readOn#
Entree & Op_Diff_VDF_Face::readOn(Entree &) override
DOES NOTHING - to override in derived classes.
Detailed description
Lit un operateur sur un flot d’entree.
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 & Op_Diff_VDF_Face::readOn(Entree &) override <op-diff-vdf-face-protected-entree-ref-op-diff-vdf-face-readon-entree-ref-override>`
[Entree & Op_Diff_VDF_Face::readOn(Entree &) override](#op-diff-vdf-face-protected-entree-ref-op-diff-vdf-face-readon-entree-ref-override)
Attributes Documentation#
const Type_info Op_Diff_VDF_Face::info_obj