Op_Diff_DG_base#
#include <Op_Diff_DG_base.h>
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\_DG\_base <class-op-diff-dg-base>`
[Op\_Diff\_DG\_base](#class-op-diff-dg-base)
Detailed description#
Inherits from#
public : Operateur_Diff_base
public : Op_Diff_Turbulent_base
Inherited by#
public : Op_Diff_DG_Elem
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_DG_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) 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:`void Op_Diff_DG_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) override <op-diff-dg-base-public-void-op-diff-dg-base-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-const-champ-inc-base-ref-override>`
[void Op_Diff_DG_base::associer(const Domaine_dis_base &, const Domaine_Cl_dis_base &, const Champ_Inc_base &) override](#op-diff-dg-base-public-void-op-diff-dg-base-associer-const-domaine-dis-base-ref-const-domaine-cl-dis-base-ref-const-champ-inc-base-ref-override)
associer_diffusivite#
void Op_Diff_DG_base::associer_diffusivite(const Champ_base &diffu) 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:`void Op_Diff_DG_base::associer_diffusivite(const Champ_base &diffu) override <op-diff-dg-base-public-void-op-diff-dg-base-associer-diffusivite-const-champ-base-ref-diffu-override>`
[void Op_Diff_DG_base::associer_diffusivite(const Champ_base &diffu) override](#op-diff-dg-base-public-void-op-diff-dg-base-associer-diffusivite-const-champ-base-ref-diffu-override)
calculer#
DoubleTab & Op_Diff_DG_base::calculer(const DoubleTab &, 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 & Op_Diff_DG_base::calculer(const DoubleTab &, DoubleTab &) const override <op-diff-dg-base-public-doubletab-ref-op-diff-dg-base-calculer-const-doubletab-ref-doubletab-ref-const-override>`
[DoubleTab & Op_Diff_DG_base::calculer(const DoubleTab &, DoubleTab &) const override](#op-diff-dg-base-public-doubletab-ref-op-diff-dg-base-calculer-const-doubletab-ref-doubletab-ref-const-override)
calculer_dt_stab#
double Op_Diff_DG_base::calculer_dt_stab() const override
Calcul dt_stab.
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:`double Op_Diff_DG_base::calculer_dt_stab() const override <op-diff-dg-base-public-double-op-diff-dg-base-calculer-dt-stab-const-override>`
[double Op_Diff_DG_base::calculer_dt_stab() const override](#op-diff-dg-base-public-double-op-diff-dg-base-calculer-dt-stab-const-override)
completer#
void Op_Diff_DG_base::completer() override
Associe l’operateur au domaine_dis, le domaine_Cl_dis, et a l’inconnue de son equation.
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 Op_Diff_DG_base::completer() override <op-diff-dg-base-public-void-op-diff-dg-base-completer-override>`
[void Op_Diff_DG_base::completer() override](#op-diff-dg-base-public-void-op-diff-dg-base-completer-override)
diffusivite#
const Champ_base & Op_Diff_DG_base::diffusivite() const override
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:`const Champ_base & Op_Diff_DG_base::diffusivite() const override <op-diff-dg-base-public-const-champ-base-ref-op-diff-dg-base-diffusivite-const-override>`
[const Champ_base & Op_Diff_DG_base::diffusivite() const override](#op-diff-dg-base-public-const-champ-base-ref-op-diff-dg-base-diffusivite-const-override)
get_info#
const Type_info * Op_Diff_DG_base::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_DG_base::get_info() const override <op-diff-dg-base-public-const-type-info-ptr-op-diff-dg-base-get-info-const-override>`
[const Type_info * Op_Diff_DG_base::get_info() const override](#op-diff-dg-base-public-const-type-info-ptr-op-diff-dg-base-get-info-const-override)
impr#
int Op_Diff_DG_base::impr(Sortie &os) const override
DOES NOTHING - to override in derived classes.
Detailed description
Imprime l’operateur sur un flot de sortie.
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_DG_base::impr(Sortie &os) const override <op-diff-dg-base-public-int-op-diff-dg-base-impr-sortie-ref-os-const-override>`
[int Op_Diff_DG_base::impr(Sortie &os) const override](#op-diff-dg-base-public-int-op-diff-dg-base-impr-sortie-ref-os-const-override)
mettre_a_jour#
void Op_Diff_DG_base::mettre_a_jour(double t) override
DOES NOTHING - to override in derived classes.
Detailed description
Mise a jour de l’operateur
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_DG_base::mettre_a_jour(double t) override <op-diff-dg-base-public-void-op-diff-dg-base-mettre-a-jour-double-t-override>`
[void Op_Diff_DG_base::mettre_a_jour(double t) override](#op-diff-dg-base-public-void-op-diff-dg-base-mettre-a-jour-double-t-override)
Op_Diff_DG_base#
Op_Diff_DG_base::Op_Diff_DG_base()
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_DG_base::Op_Diff_DG_base() <op-diff-dg-base-public-op-diff-dg-base-op-diff-dg-base>`
[Op_Diff_DG_base::Op_Diff_DG_base()](#op-diff-dg-base-public-op-diff-dg-base-op-diff-dg-base)
update_nu#
void Op_Diff_DG_base::update_nu() const
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 Op_Diff_DG_base::update_nu() const <op-diff-dg-base-public-void-op-diff-dg-base-update-nu-const>`
[void Op_Diff_DG_base::update_nu() const](#op-diff-dg-base-public-void-op-diff-dg-base-update-nu-const)
~Op_Diff_DG_base#
Op_Diff_DG_base::~Op_Diff_DG_base() override
Detailed description
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Op_Diff_DG_base::~Op_Diff_DG_base() override <op-diff-dg-base-public-op-diff-dg-base-dtor-op-diff-dg-base-override>`
[Op_Diff_DG_base::~Op_Diff_DG_base() override](#op-diff-dg-base-public-op-diff-dg-base-dtor-op-diff-dg-base-override)
info#
const Type_info * Op_Diff_DG_base::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_DG_base::info() <op-diff-dg-base-public-static-const-type-info-ptr-op-diff-dg-base-info>`
[const Type_info * Op_Diff_DG_base::info()](#op-diff-dg-base-public-static-const-type-info-ptr-op-diff-dg-base-info)
self_cast#
const Op_Diff_DG_base & Op_Diff_DG_base::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_DG_base & Op_Diff_DG_base::self_cast(const Objet_U &) <op-diff-dg-base-public-static-const-op-diff-dg-base-ref-op-diff-dg-base-self-cast-const-objet-u-ref>`
[const Op_Diff_DG_base & Op_Diff_DG_base::self_cast(const Objet_U &)](#op-diff-dg-base-public-static-const-op-diff-dg-base-ref-op-diff-dg-base-self-cast-const-objet-u-ref)
self_cast#
Op_Diff_DG_base & Op_Diff_DG_base::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_DG_base & Op_Diff_DG_base::self_cast(Objet_U &) <op-diff-dg-base-public-static-op-diff-dg-base-ref-op-diff-dg-base-self-cast-objet-u-ref>`
[Op_Diff_DG_base & Op_Diff_DG_base::self_cast(Objet_U &)](#op-diff-dg-base-public-static-op-diff-dg-base-ref-op-diff-dg-base-self-cast-objet-u-ref)
printOn#
Sortie & Op_Diff_DG_base::printOn(Sortie &x) const override
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 & Op_Diff_DG_base::printOn(Sortie &x) const override <op-diff-dg-base-protected-sortie-ref-op-diff-dg-base-printon-sortie-ref-x-const-override>`
[Sortie & Op_Diff_DG_base::printOn(Sortie &x) const override](#op-diff-dg-base-protected-sortie-ref-op-diff-dg-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Op_Diff_DG_base::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
Detailed description
Reimplements:
Referenced By
How to reference this method:
Copy the following pieces of RST/Markdown code to cite this element in other parts of the sphinx documentation (there is a copy button on the top-right when hovering the code block):
:ref:`Entree & Op_Diff_DG_base::readOn(Entree &) override <op-diff-dg-base-protected-entree-ref-op-diff-dg-base-readon-entree-ref-override>`
[Entree & Op_Diff_DG_base::readOn(Entree &) override](#op-diff-dg-base-protected-entree-ref-op-diff-dg-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Op_Diff_DG_base::info_obj
TRUST_Ref<Champ_base *> Op_Diff_DG_base::diffusivite_
SFichier Op_Diff_DG_base::Flux
SFichier Op_Diff_DG_base::Flux_moment
SFichier Op_Diff_DG_base::Flux_sum
TRUST_Ref<Domaine_Cl_DG *> Op_Diff_DG_base::la_zcl_dg_
TRUST_Ref<Domaine_DG *> Op_Diff_DG_base::le_dom_dg_
DoubleTab Op_Diff_DG_base::nu_
int Op_Diff_DG_base::nu_a_jour_ = 0