Hexa_EF#
#include <Hexa_EF.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:`Hexa\_EF <class-hexa-ef>`
[Hexa\_EF](#class-hexa-ef)
Detailed description#
Inherits from#
public : Elem_EF_base
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#
calcul_vc#
void Hexa_EF::calcul_vc(const ArrOfInt &, ArrOfDouble &, const ArrOfDouble &, const DoubleTab &, const Champ_Inc_base &, int) 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 Hexa_EF::calcul_vc(const ArrOfInt &, ArrOfDouble &, const ArrOfDouble &, const DoubleTab &, const Champ_Inc_base &, int) const override <hexa-ef-public-void-hexa-ef-calcul-vc-const-arrofint-ref-arrofdouble-ref-const-arrofdouble-ref-const-doubletab-ref-const-champ-inc-base-ref-int-const-override>`
[void Hexa_EF::calcul_vc(const ArrOfInt &, ArrOfDouble &, const ArrOfDouble &, const DoubleTab &, const Champ_Inc_base &, int) const override](#hexa-ef-public-void-hexa-ef-calcul-vc-const-arrofint-ref-arrofdouble-ref-const-arrofdouble-ref-const-doubletab-ref-const-champ-inc-base-ref-int-const-override)
calcul_xg#
void Hexa_EF::calcul_xg(DoubleVect &, const DoubleTab &, const int, int &, int &, int &, int &) const override
calcule les coord xg du centre d’un element non standard calcule aussi idirichlet = nb de faces de Dirichlet de l’element
Detailed description
si idirichlet = 2, n1 est le numero du sommet confondu avec G
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 Hexa_EF::calcul_xg(DoubleVect &, const DoubleTab &, const int, int &, int &, int &, int &) const override <hexa-ef-public-void-hexa-ef-calcul-xg-doublevect-ref-const-doubletab-ref-const-int-int-ref-int-ref-int-ref-int-ref-const-override>`
[void Hexa_EF::calcul_xg(DoubleVect &, const DoubleTab &, const int, int &, int &, int &, int &) const override](#hexa-ef-public-void-hexa-ef-calcul-xg-doublevect-ref-const-doubletab-ref-const-int-int-ref-int-ref-int-ref-int-ref-const-override)
duplique#
int Hexa_EF::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 Hexa_EF::duplique() const override <hexa-ef-public-int-hexa-ef-duplique-const-override>`
[int Hexa_EF::duplique() const override](#hexa-ef-public-int-hexa-ef-duplique-const-override)
get_info#
const Type_info * Hexa_EF::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 * Hexa_EF::get_info() const override <hexa-ef-public-const-type-info-ptr-hexa-ef-get-info-const-override>`
[const Type_info * Hexa_EF::get_info() const override](#hexa-ef-public-const-type-info-ptr-hexa-ef-get-info-const-override)
Hexa_EF#
Hexa_EF::Hexa_EF()
KEL_(0,fa7),KEL_(1,fa7) sont les numeros locaux des 2 faces qui entourent la facette de numero local fa7.
Detailed description
le numero local de la fa7 est celui du sommet qui la porte
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:`Hexa_EF::Hexa_EF() <hexa-ef-public-hexa-ef-hexa-ef>`
[Hexa_EF::Hexa_EF()](#hexa-ef-public-hexa-ef-hexa-ef)
normale#
void Hexa_EF::normale(int, DoubleTab &, const IntTab &, const IntTab &, const IntTab &, const Domaine &) const override
remplit le tableau face_normales dans le Domaine_EF
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 Hexa_EF::normale(int, DoubleTab &, const IntTab &, const IntTab &, const IntTab &, const Domaine &) const override <hexa-ef-public-void-hexa-ef-normale-int-doubletab-ref-const-inttab-ref-const-inttab-ref-const-inttab-ref-const-domaine-ref-const-override>`
[void Hexa_EF::normale(int, DoubleTab &, const IntTab &, const IntTab &, const IntTab &, const Domaine &) const override](#hexa-ef-public-void-hexa-ef-normale-int-doubletab-ref-const-inttab-ref-const-inttab-ref-const-inttab-ref-const-domaine-ref-const-override)
taille_memoire#
unsigned Hexa_EF::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 Hexa_EF::taille_memoire() const override <hexa-ef-public-unsigned-hexa-ef-taille-memoire-const-override>`
[unsigned Hexa_EF::taille_memoire() const override](#hexa-ef-public-unsigned-hexa-ef-taille-memoire-const-override)
~Hexa_EF#
Hexa_EF::~Hexa_EF()
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:`Hexa_EF::~Hexa_EF() <hexa-ef-public-hexa-ef-dtor-hexa-ef>`
[Hexa_EF::~Hexa_EF()](#hexa-ef-public-hexa-ef-dtor-hexa-ef)
cree_instance#
Objet_U * Hexa_EF::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 * Hexa_EF::cree_instance() <hexa-ef-public-static-objet-u-ptr-hexa-ef-cree-instance>`
[Objet_U * Hexa_EF::cree_instance()](#hexa-ef-public-static-objet-u-ptr-hexa-ef-cree-instance)
info#
const Type_info * Hexa_EF::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 * Hexa_EF::info() <hexa-ef-public-static-const-type-info-ptr-hexa-ef-info>`
[const Type_info * Hexa_EF::info()](#hexa-ef-public-static-const-type-info-ptr-hexa-ef-info)
self_cast#
const Hexa_EF & Hexa_EF::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 Hexa_EF & Hexa_EF::self_cast(const Objet_U &) <hexa-ef-public-static-const-hexa-ef-ref-hexa-ef-self-cast-const-objet-u-ref>`
[const Hexa_EF & Hexa_EF::self_cast(const Objet_U &)](#hexa-ef-public-static-const-hexa-ef-ref-hexa-ef-self-cast-const-objet-u-ref)
self_cast#
Hexa_EF & Hexa_EF::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:`Hexa_EF & Hexa_EF::self_cast(Objet_U &) <hexa-ef-public-static-hexa-ef-ref-hexa-ef-self-cast-objet-u-ref>`
[Hexa_EF & Hexa_EF::self_cast(Objet_U &)](#hexa-ef-public-static-hexa-ef-ref-hexa-ef-self-cast-objet-u-ref)
printOn#
Sortie & Hexa_EF::printOn(Sortie &x) const override
Ecriture de l’objet sur un flot de sortie Methode a surcharger.
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 & Hexa_EF::printOn(Sortie &x) const override <hexa-ef-protected-sortie-ref-hexa-ef-printon-sortie-ref-x-const-override>`
[Sortie & Hexa_EF::printOn(Sortie &x) const override](#hexa-ef-protected-sortie-ref-hexa-ef-printon-sortie-ref-x-const-override)
readOn#
Entree & Hexa_EF::readOn(Entree &) override
Lecture d’un Objet_U sur un flot d’entree Methode a surcharger.
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 & Hexa_EF::readOn(Entree &) override <hexa-ef-protected-entree-ref-hexa-ef-readon-entree-ref-override>`
[Entree & Hexa_EF::readOn(Entree &) override](#hexa-ef-protected-entree-ref-hexa-ef-readon-entree-ref-override)
Attributes Documentation#
const Type_info Hexa_EF::info_obj