Operateur_Div_base#
#include <Operateur_Div_base.h>
Classe Operateur_Div_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\_Div\_base <class-operateur-div-base>`
[Operateur\_Div\_base](#class-operateur-div-base)
Detailed description#
le calcul de la divergence d’un champ dans une equation.
Inherits from#
public : Operateur_base
Inherited by#
public : Op_Div_EF
public : Op_Div_PolyMAC
public : Op_Div_VDF_base
public : Op_Div_VEFP1B_Elem
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
ajouter#
DoubleTab & Operateur_Div_base::ajouter(const DoubleTab &vit, DoubleTab &div) 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_Div_base::ajouter(const DoubleTab &vit, DoubleTab &div) const override <operateur-div-base-public-doubletab-ref-operateur-div-base-ajouter-const-doubletab-ref-vit-doubletab-ref-div-const-override>`
[DoubleTab & Operateur_Div_base::ajouter(const DoubleTab &vit, DoubleTab &div) const override](#operateur-div-base-public-doubletab-ref-operateur-div-base-ajouter-const-doubletab-ref-vit-doubletab-ref-div-const-override)
ajouter_blocs#
void Operateur_Div_base::ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) 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:`void Operateur_Div_base::ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const override <operateur-div-base-public-void-operateur-div-base-ajouter-blocs-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-const-override>`
[void Operateur_Div_base::ajouter_blocs(matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const override](#operateur-div-base-public-void-operateur-div-base-ajouter-blocs-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-const-override)
ajouter_blocs_ext#
virtual void Operateur_Div_base::ajouter_blocs_ext(const DoubleTab &vit, matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) 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:`virtual void Operateur_Div_base::ajouter_blocs_ext(const DoubleTab &vit, matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const <operateur-div-base-public-virtual-void-operateur-div-base-ajouter-blocs-ext-const-doubletab-ref-vit-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-const>`
[virtual void Operateur_Div_base::ajouter_blocs_ext(const DoubleTab &vit, matrices_t matrices, DoubleTab &secmem, const tabs_t &semi_impl={}) const](#operateur-div-base-public-virtual-void-operateur-div-base-ajouter-blocs-ext-const-doubletab-ref-vit-matrices-t-matrices-doubletab-ref-secmem-const-tabs-t-ref-semi-impl-equal-{}-const)
get_info#
const Type_info * Operateur_Div_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_Div_base::get_info() const override <operateur-div-base-public-const-type-info-ptr-operateur-div-base-get-info-const-override>`
[const Type_info * Operateur_Div_base::get_info() const override](#operateur-div-base-public-const-type-info-ptr-operateur-div-base-get-info-const-override)
multvect#
DoubleVect & Operateur_Div_base::multvect(const DoubleTab &, DoubleTab &) const
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_Div_base::multvect(const DoubleTab &, DoubleTab &) const <operateur-div-base-public-doublevect-ref-operateur-div-base-multvect-const-doubletab-ref-doubletab-ref-const>`
[DoubleVect & Operateur_Div_base::multvect(const DoubleTab &, DoubleTab &) const](#operateur-div-base-public-doublevect-ref-operateur-div-base-multvect-const-doubletab-ref-doubletab-ref-const)
Operateur_Div_base#
Operateur_Div_base::Operateur_Div_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_Div_base::Operateur_Div_base() <operateur-div-base-public-operateur-div-base-operateur-div-base>`
[Operateur_Div_base::Operateur_Div_base()](#operateur-div-base-public-operateur-div-base-operateur-div-base)
volumique#
virtual void Operateur_Div_base::volumique(DoubleTab &) const =0
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 Operateur_Div_base::volumique(DoubleTab &) const =0 <operateur-div-base-public-virtual-void-operateur-div-base-volumique-doubletab-ref-const-equal-0>`
[virtual void Operateur_Div_base::volumique(DoubleTab &) const =0](#operateur-div-base-public-virtual-void-operateur-div-base-volumique-doubletab-ref-const-equal-0)
~Operateur_Div_base#
Operateur_Div_base::~Operateur_Div_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_Div_base::~Operateur_Div_base() override <operateur-div-base-public-operateur-div-base-dtor-operateur-div-base-override>`
[Operateur_Div_base::~Operateur_Div_base() override](#operateur-div-base-public-operateur-div-base-dtor-operateur-div-base-override)
info#
const Type_info * Operateur_Div_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_Div_base::info() <operateur-div-base-public-static-const-type-info-ptr-operateur-div-base-info>`
[const Type_info * Operateur_Div_base::info()](#operateur-div-base-public-static-const-type-info-ptr-operateur-div-base-info)
self_cast#
const Operateur_Div_base & Operateur_Div_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_Div_base & Operateur_Div_base::self_cast(const Objet_U &) <operateur-div-base-public-static-const-operateur-div-base-ref-operateur-div-base-self-cast-const-objet-u-ref>`
[const Operateur_Div_base & Operateur_Div_base::self_cast(const Objet_U &)](#operateur-div-base-public-static-const-operateur-div-base-ref-operateur-div-base-self-cast-const-objet-u-ref)
self_cast#
Operateur_Div_base & Operateur_Div_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_Div_base & Operateur_Div_base::self_cast(Objet_U &) <operateur-div-base-public-static-operateur-div-base-ref-operateur-div-base-self-cast-objet-u-ref>`
[Operateur_Div_base & Operateur_Div_base::self_cast(Objet_U &)](#operateur-div-base-public-static-operateur-div-base-ref-operateur-div-base-self-cast-objet-u-ref)
printOn#
Sortie & Operateur_Div_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_Div_base::printOn(Sortie &x) const override <operateur-div-base-protected-sortie-ref-operateur-div-base-printon-sortie-ref-x-const-override>`
[Sortie & Operateur_Div_base::printOn(Sortie &x) const override](#operateur-div-base-protected-sortie-ref-operateur-div-base-printon-sortie-ref-x-const-override)
readOn#
Entree & Operateur_Div_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_Div_base::readOn(Entree &) override <operateur-div-base-protected-entree-ref-operateur-div-base-readon-entree-ref-override>`
[Entree & Operateur_Div_base::readOn(Entree &) override](#operateur-div-base-protected-entree-ref-operateur-div-base-readon-entree-ref-override)
Attributes Documentation#
const Type_info Operateur_Div_base::info_obj
SFichier Operateur_Div_base::Flux_div