Solide#
#include <Solide.h>
Classe Solide Cette classe represente un milieu solide et ses proprietes.
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:`Solide <class-solide>`
[Solide](#class-solide)
Detailed description#
Inherits from#
public : Milieu_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#
discretiser#
void Solide::discretiser(const Probleme_base &pb, const Discretisation_base &dis) 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 Solide::discretiser(const Probleme_base &pb, const Discretisation_base &dis) override <solide-public-void-solide-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis-override>`
[void Solide::discretiser(const Probleme_base &pb, const Discretisation_base &dis) override](#solide-public-void-solide-discretiser-const-probleme-base-ref-pb-const-discretisation-base-ref-dis-override)
duplique#
int Solide::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 Solide::duplique() const override <solide-public-int-solide-duplique-const-override>`
[int Solide::duplique() const override](#solide-public-int-solide-duplique-const-override)
get_info#
const Type_info * Solide::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 * Solide::get_info() const override <solide-public-const-type-info-ptr-solide-get-info-const-override>`
[const Type_info * Solide::get_info() const override](#solide-public-const-type-info-ptr-solide-get-info-const-override)
get_user_champ#
const DoubleTab & Solide::get_user_champ() 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:`const DoubleTab & Solide::get_user_champ() const <solide-public-const-doubletab-ref-solide-get-user-champ-const>`
[const DoubleTab & Solide::get_user_champ() const](#solide-public-const-doubletab-ref-solide-get-user-champ-const)
get_user_champ_name#
const Motcle & Solide::get_user_champ_name() 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:`const Motcle & Solide::get_user_champ_name() const <solide-public-const-motcle-ref-solide-get-user-champ-name-const>`
[const Motcle & Solide::get_user_champ_name() const](#solide-public-const-motcle-ref-solide-get-user-champ-name-const)
is_user_defined#
const bool & Solide::is_user_defined() 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:`const bool & Solide::is_user_defined() const <solide-public-const-bool-ref-solide-is-user-defined-const>`
[const bool & Solide::is_user_defined() const](#solide-public-const-bool-ref-solide-is-user-defined-const)
lire_motcle_non_standard#
int Solide::lire_motcle_non_standard(const Motcle &, Entree &) override
Lecture des parametres de type non simple d’un objet_U a partir d’un flot d’entree.
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:`int Solide::lire_motcle_non_standard(const Motcle &, Entree &) override <solide-public-int-solide-lire-motcle-non-standard-const-motcle-ref-entree-ref-override>`
[int Solide::lire_motcle_non_standard(const Motcle &, Entree &) override](#solide-public-int-solide-lire-motcle-non-standard-const-motcle-ref-entree-ref-override)
set_param#
void Solide::set_param(Param ¶m) 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 Solide::set_param(Param ¶m) override <solide-public-void-solide-set-param-param-ref-param-override>`
[void Solide::set_param(Param ¶m) override](#solide-public-void-solide-set-param-param-ref-param-override)
Solide#
Solide::Solide()
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:`Solide::Solide() <solide-public-solide-solide>`
[Solide::Solide()](#solide-public-solide-solide)
taille_memoire#
unsigned Solide::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 Solide::taille_memoire() const override <solide-public-unsigned-solide-taille-memoire-const-override>`
[unsigned Solide::taille_memoire() const override](#solide-public-unsigned-solide-taille-memoire-const-override)
verifier_coherence_champs#
void Solide::verifier_coherence_champs(int &err, Nom &message) override
Verifie que les champs caracterisant le milieu solide qui on ete lu par readOn(Entree&) sont coherents.
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 Solide::verifier_coherence_champs(int &err, Nom &message) override <solide-public-void-solide-verifier-coherence-champs-int-ref-err-nom-ref-message-override>`
[void Solide::verifier_coherence_champs(int &err, Nom &message) override](#solide-public-void-solide-verifier-coherence-champs-int-ref-err-nom-ref-message-override)
~Solide#
Solide::~Solide()
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:`Solide::~Solide() <solide-public-solide-dtor-solide>`
[Solide::~Solide()](#solide-public-solide-dtor-solide)
cree_instance#
Objet_U * Solide::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 * Solide::cree_instance() <solide-public-static-objet-u-ptr-solide-cree-instance>`
[Objet_U * Solide::cree_instance()](#solide-public-static-objet-u-ptr-solide-cree-instance)
info#
const Type_info * Solide::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 * Solide::info() <solide-public-static-const-type-info-ptr-solide-info>`
[const Type_info * Solide::info()](#solide-public-static-const-type-info-ptr-solide-info)
self_cast#
const Solide & Solide::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 Solide & Solide::self_cast(const Objet_U &) <solide-public-static-const-solide-ref-solide-self-cast-const-objet-u-ref>`
[const Solide & Solide::self_cast(const Objet_U &)](#solide-public-static-const-solide-ref-solide-self-cast-const-objet-u-ref)
self_cast#
Solide & Solide::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:`Solide & Solide::self_cast(Objet_U &) <solide-public-static-solide-ref-solide-self-cast-objet-u-ref>`
[Solide & Solide::self_cast(Objet_U &)](#solide-public-static-solide-ref-solide-self-cast-objet-u-ref)
printOn#
Sortie & Solide::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 & Solide::printOn(Sortie &x) const override <solide-protected-sortie-ref-solide-printon-sortie-ref-x-const-override>`
[Sortie & Solide::printOn(Sortie &x) const override](#solide-protected-sortie-ref-solide-printon-sortie-ref-x-const-override)
readOn#
Entree & Solide::readOn(Entree &) override
Lecture d’un milieu sur un flot d’entree.
Detailed description
Format: { grandeur_physique type_champ bloc de lecture du champ } cf set_param method to know the understood keywords cf Param class to know possible options reading
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:`Entree & Solide::readOn(Entree &) override <solide-protected-entree-ref-solide-readon-entree-ref-override>`
[Entree & Solide::readOn(Entree &) override](#solide-protected-entree-ref-solide-readon-entree-ref-override)
Attributes Documentation#
const Type_info Solide::info_obj
bool Solide::is_user_defined_ = false
TRUST_Deriv<Champ_Don_base> Solide::mon_champ_
Motcle Solide::nom_champ_