OpVEF_Quick#
#include <OpVEF_Quick.h>
class OpVEF_Quick
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:`OpVEF\_Quick <class-opvef-quick>`
[OpVEF\_Quick](#class-opvef-quick)
Detailed description#
Cette classe represente l’operateur de convection associe a une equation de transport d’un scalaire. La discretisation est VEF Le champ convecte est scalaire ou vecteur de type Champ_P1NC Le schema de convection est du type Quick
Inherits from#
public : Op_Conv_kschemas_VEF
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#
duplique#
int OpVEF_Quick::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 OpVEF_Quick::duplique() const override <opvef-quick-public-int-opvef-quick-duplique-const-override>`
[int OpVEF_Quick::duplique() const override](#opvef-quick-public-int-opvef-quick-duplique-const-override)
get_info#
const Type_info * OpVEF_Quick::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 * OpVEF_Quick::get_info() const override <opvef-quick-public-const-type-info-ptr-opvef-quick-get-info-const-override>`
[const Type_info * OpVEF_Quick::get_info() const override](#opvef-quick-public-const-type-info-ptr-opvef-quick-get-info-const-override)
OpVEF_Quick#
OpVEF_Quick::OpVEF_Quick()
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:`OpVEF_Quick::OpVEF_Quick() <opvef-quick-public-opvef-quick-opvef-quick>`
[OpVEF_Quick::OpVEF_Quick()](#opvef-quick-public-opvef-quick-opvef-quick)
taille_memoire#
unsigned OpVEF_Quick::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 OpVEF_Quick::taille_memoire() const override <opvef-quick-public-unsigned-opvef-quick-taille-memoire-const-override>`
[unsigned OpVEF_Quick::taille_memoire() const override](#opvef-quick-public-unsigned-opvef-quick-taille-memoire-const-override)
~OpVEF_Quick#
OpVEF_Quick::~OpVEF_Quick()
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:`OpVEF_Quick::~OpVEF_Quick() <opvef-quick-public-opvef-quick-dtor-opvef-quick>`
[OpVEF_Quick::~OpVEF_Quick()](#opvef-quick-public-opvef-quick-dtor-opvef-quick)
cree_instance#
Objet_U * OpVEF_Quick::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 * OpVEF_Quick::cree_instance() <opvef-quick-public-static-objet-u-ptr-opvef-quick-cree-instance>`
[Objet_U * OpVEF_Quick::cree_instance()](#opvef-quick-public-static-objet-u-ptr-opvef-quick-cree-instance)
info#
const Type_info * OpVEF_Quick::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 * OpVEF_Quick::info() <opvef-quick-public-static-const-type-info-ptr-opvef-quick-info>`
[const Type_info * OpVEF_Quick::info()](#opvef-quick-public-static-const-type-info-ptr-opvef-quick-info)
self_cast#
const OpVEF_Quick & OpVEF_Quick::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 OpVEF_Quick & OpVEF_Quick::self_cast(const Objet_U &) <opvef-quick-public-static-const-opvef-quick-ref-opvef-quick-self-cast-const-objet-u-ref>`
[const OpVEF_Quick & OpVEF_Quick::self_cast(const Objet_U &)](#opvef-quick-public-static-const-opvef-quick-ref-opvef-quick-self-cast-const-objet-u-ref)
self_cast#
OpVEF_Quick & OpVEF_Quick::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:`OpVEF_Quick & OpVEF_Quick::self_cast(Objet_U &) <opvef-quick-public-static-opvef-quick-ref-opvef-quick-self-cast-objet-u-ref>`
[OpVEF_Quick & OpVEF_Quick::self_cast(Objet_U &)](#opvef-quick-public-static-opvef-quick-ref-opvef-quick-self-cast-objet-u-ref)
printOn#
Sortie & OpVEF_Quick::printOn(Sortie &x) const override
NE FAIT RIEN A surcharger dans les classes derivees.
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 & OpVEF_Quick::printOn(Sortie &x) const override <opvef-quick-protected-sortie-ref-opvef-quick-printon-sortie-ref-x-const-override>`
[Sortie & OpVEF_Quick::printOn(Sortie &x) const override](#opvef-quick-protected-sortie-ref-opvef-quick-printon-sortie-ref-x-const-override)
readOn#
Entree & OpVEF_Quick::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 & OpVEF_Quick::readOn(Entree &) override <opvef-quick-protected-entree-ref-opvef-quick-readon-entree-ref-override>`
[Entree & OpVEF_Quick::readOn(Entree &) override](#opvef-quick-protected-entree-ref-opvef-quick-readon-entree-ref-override)
Attributes Documentation#
const Type_info OpVEF_Quick::info_obj