Operateur_Grad_base#
#include <Operateur_Grad_base.h>
Classe Operateur_Grad_base Cette classe est la base de la hierarchie des operateurs representant.
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:`Operateur\_Grad\_base <class-operateur-grad-base>`
[Operateur\_Grad\_base](#class-operateur-grad-base)
Detailed description#
le calcul du gradient d’un champ dans une equation.
Inherits from#
public : Operateur_base
Inherited by#
public : Op_Grad_EF
public : Op_Grad_P1NC_to_P0
public : Op_Grad_PolyMAC_Face
public : Op_Grad_VDF_Face_base
public : Op_Grad_VEF_P1B_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#
ajouter#
DoubleTab & Operateur_Grad_base::ajouter(const DoubleTab &inco, DoubleTab &secmem) 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:`DoubleTab & Operateur_Grad_base::ajouter(const DoubleTab &inco, DoubleTab &secmem) const override <operateur-grad-base-public-doubletab-ref-operateur-grad-base-ajouter-const-doubletab-ref-inco-doubletab-ref-secmem-const-override>`
[DoubleTab & Operateur_Grad_base::ajouter(const DoubleTab &inco, DoubleTab &secmem) const override](#operateur-grad-base-public-doubletab-ref-operateur-grad-base-ajouter-const-doubletab-ref-inco-doubletab-ref-secmem-const-override)
calculer_flux_bords#
virtual void Operateur_Grad_base::calculer_flux_bords() const
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 void Operateur_Grad_base::calculer_flux_bords() const <operateur-grad-base-public-virtual-void-operateur-grad-base-calculer-flux-bords-const>`
[virtual void Operateur_Grad_base::calculer_flux_bords() const](#operateur-grad-base-public-virtual-void-operateur-grad-base-calculer-flux-bords-const)
contribuer_a_avec#
void Operateur_Grad_base::contribuer_a_avec(const DoubleTab &, Matrice_Morse &) const override
DOES NOTHING - to override in derived classes.
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 Operateur_Grad_base::contribuer_a_avec(const DoubleTab &, Matrice_Morse &) const override <operateur-grad-base-public-void-operateur-grad-base-contribuer-a-avec-const-doubletab-ref-matrice-morse-ref-const-override>`
[void Operateur_Grad_base::contribuer_a_avec(const DoubleTab &, Matrice_Morse &) const override](#operateur-grad-base-public-void-operateur-grad-base-contribuer-a-avec-const-doubletab-ref-matrice-morse-ref-const-override)
dimensionner#
void Operateur_Grad_base::dimensionner(Matrice_Morse &) const override
DOES NOTHING - to override in derived classes.
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 Operateur_Grad_base::dimensionner(Matrice_Morse &) const override <operateur-grad-base-public-void-operateur-grad-base-dimensionner-matrice-morse-ref-const-override>`
[void Operateur_Grad_base::dimensionner(Matrice_Morse &) const override](#operateur-grad-base-public-void-operateur-grad-base-dimensionner-matrice-morse-ref-const-override)
get_info#
const Type_info * Operateur_Grad_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 * Operateur_Grad_base::get_info() const override <operateur-grad-base-public-const-type-info-ptr-operateur-grad-base-get-info-const-override>`
[const Type_info * Operateur_Grad_base::get_info() const override](#operateur-grad-base-public-const-type-info-ptr-operateur-grad-base-get-info-const-override)
multvect#
DoubleVect & Operateur_Grad_base::multvect(const DoubleTab &, DoubleTab &) const
Calcul sans les conditions aux limites ?
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:`DoubleVect & Operateur_Grad_base::multvect(const DoubleTab &, DoubleTab &) const <operateur-grad-base-public-doublevect-ref-operateur-grad-base-multvect-const-doubletab-ref-doubletab-ref-const>`
[DoubleVect & Operateur_Grad_base::multvect(const DoubleTab &, DoubleTab &) const](#operateur-grad-base-public-doublevect-ref-operateur-grad-base-multvect-const-doubletab-ref-doubletab-ref-const)
Operateur_Grad_base#
Operateur_Grad_base::Operateur_Grad_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:`Operateur_Grad_base::Operateur_Grad_base() <operateur-grad-base-public-operateur-grad-base-operateur-grad-base>`
[Operateur_Grad_base::Operateur_Grad_base()](#operateur-grad-base-public-operateur-grad-base-operateur-grad-base)
~Operateur_Grad_base#
Operateur_Grad_base::~Operateur_Grad_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:`Operateur_Grad_base::~Operateur_Grad_base() override <operateur-grad-base-public-operateur-grad-base-dtor-operateur-grad-base-override>`
[Operateur_Grad_base::~Operateur_Grad_base() override](#operateur-grad-base-public-operateur-grad-base-dtor-operateur-grad-base-override)
info#
const Type_info * Operateur_Grad_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 * Operateur_Grad_base::info() <operateur-grad-base-public-static-const-type-info-ptr-operateur-grad-base-info>`
[const Type_info * Operateur_Grad_base::info()](#operateur-grad-base-public-static-const-type-info-ptr-operateur-grad-base-info)
self_cast#
const Operateur_Grad_base & Operateur_Grad_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 Operateur_Grad_base & Operateur_Grad_base::self_cast(const Objet_U &) <operateur-grad-base-public-static-const-operateur-grad-base-ref-operateur-grad-base-self-cast-const-objet-u-ref>`
[const Operateur_Grad_base & Operateur_Grad_base::self_cast(const Objet_U &)](#operateur-grad-base-public-static-const-operateur-grad-base-ref-operateur-grad-base-self-cast-const-objet-u-ref)
self_cast#
Operateur_Grad_base & Operateur_Grad_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:`Operateur_Grad_base & Operateur_Grad_base::self_cast(Objet_U &) <operateur-grad-base-public-static-operateur-grad-base-ref-operateur-grad-base-self-cast-objet-u-ref>`
[Operateur_Grad_base & Operateur_Grad_base::self_cast(Objet_U &)](#operateur-grad-base-public-static-operateur-grad-base-ref-operateur-grad-base-self-cast-objet-u-ref)
printOn#
Sortie & Operateur_Grad_base::printOn(Sortie &x) const override
NE FAIT RIEN A surcharger dans les classes derivees.
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:`Sortie & Operateur_Grad_base::printOn(Sortie &x) const override <operateur-grad-base-protected-sortie-ref-operateur-grad-base-printon-sortie-ref-x-const-override>`
[Sortie & Operateur_Grad_base::printOn(Sortie &x) const override](#operateur-grad-base-protected-sortie-ref-operateur-grad-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Operateur_Grad_base::readOn(Entree &) override
NE FAIT RIEN A surcharger dans les classes derivees.
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 & Operateur_Grad_base::readOn(Entree &) override <operateur-grad-base-protected-entree-ref-operateur-grad-base-readon-entree-ref-override>`
[Entree & Operateur_Grad_base::readOn(Entree &) override](#operateur-grad-base-protected-entree-ref-operateur-grad-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Operateur_Grad_base::info_obj
SFichier Operateur_Grad_base::Flux_grad
SFichier Operateur_Grad_base::Flux_grad_moment
SFichier Operateur_Grad_base::Flux_grad_sum