Champ_Don_base#

#include <Champ_Don_base.h>
Brief description

classe Champ_Don_base classe de base des Champs donnes (non calcules)

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:`Champ\_Don\_base <class-champ-don-base>`
[Champ\_Don\_base](#class-champ-don-base)

Detailed description#

les proprietes physiques sont des Champs donnes mais peuvent etre variables dans le temps dans l’espace fonctions d’autres champs …

Inherits from#

Inherited by#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

affecter_compo#

Definition
Champ_base & Champ_Don_base::affecter_compo(const Champ_base &, int) override
Brief description

Provoque une erreur ! A surcharger par les classes derivees ! non virtuelle pure par commoditees de developpement !

Detailed description

Reimplements:

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:`Champ_base & Champ_Don_base::affecter_compo(const Champ_base &, int) override <champ-don-base-public-champ-base-ref-champ-don-base-affecter-compo-const-champ-base-ref-int-override>`
[Champ_base & Champ_Don_base::affecter_compo(const Champ_base &, int) override](#champ-don-base-public-champ-base-ref-champ-don-base-affecter-compo-const-champ-base-ref-int-override)

Champ_Don_base#

Definition
Champ_Don_base::Champ_Don_base()
Brief description
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:`Champ_Don_base::Champ_Don_base() <champ-don-base-public-champ-don-base-champ-don-base>`
[Champ_Don_base::Champ_Don_base()](#champ-don-base-public-champ-don-base-champ-don-base)

dimensionner#

Definition
void Champ_Don_base::dimensionner(int, int)
Brief description

Fixe le nombre de composantes et le nombre de valeurs nodales.

Detailed description
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 Champ_Don_base::dimensionner(int, int) <champ-don-base-public-void-champ-don-base-dimensionner-int-int>`
[void Champ_Don_base::dimensionner(int, int)](#champ-don-base-public-void-champ-don-base-dimensionner-int-int)

fixer_nb_valeurs_nodales#

Definition
int Champ_Don_base::fixer_nb_valeurs_nodales(int nb_noeuds) override
Brief description

Fixe le nombre de degres de liberte par composante.

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:`int Champ_Don_base::fixer_nb_valeurs_nodales(int nb_noeuds) override <champ-don-base-public-int-champ-don-base-fixer-nb-valeurs-nodales-int-nb-noeuds-override>`
[int Champ_Don_base::fixer_nb_valeurs_nodales(int nb_noeuds) override](#champ-don-base-public-int-champ-don-base-fixer-nb-valeurs-nodales-int-nb-noeuds-override)

get_info#

Definition
const Type_info * Champ_Don_base::get_info() const override
Brief description

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 * Champ_Don_base::get_info() const override <champ-don-base-public-const-type-info-ptr-champ-don-base-get-info-const-override>`
[const Type_info * Champ_Don_base::get_info() const override](#champ-don-base-public-const-type-info-ptr-champ-don-base-get-info-const-override)

imprime#

Definition
int Champ_Don_base::imprime(Sortie &, int) const override
Brief description

NE FAIT RIEN.

Detailed description

EXIT ! A surcharger dans les classes derivees

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:`int Champ_Don_base::imprime(Sortie &, int) const override <champ-don-base-public-int-champ-don-base-imprime-sortie-ref-int-const-override>`
[int Champ_Don_base::imprime(Sortie &, int) const override](#champ-don-base-public-int-champ-don-base-imprime-sortie-ref-int-const-override)

initialiser#

Definition
int Champ_Don_base::initialiser(const double temps)
Brief description

NE FAIT RIEN.

Detailed description

A surcharger dans les classes derivees. Provoque l’initialisation du champ si necessaire

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:`int Champ_Don_base::initialiser(const double temps) <champ-don-base-public-int-champ-don-base-initialiser-const-double-temps>`
[int Champ_Don_base::initialiser(const double temps)](#champ-don-base-public-int-champ-don-base-initialiser-const-double-temps)

instationnaire#

Definition
virtual bool Champ_Don_base::instationnaire() const
Brief description
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 bool Champ_Don_base::instationnaire() const <champ-don-base-public-virtual-bool-champ-don-base-instationnaire-const>`
[virtual bool Champ_Don_base::instationnaire() const](#champ-don-base-public-virtual-bool-champ-don-base-instationnaire-const)

mettre_a_jour#

Definition
void Champ_Don_base::mettre_a_jour(double temps) override
Brief description

Mise a jour en temps.

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 Champ_Don_base::mettre_a_jour(double temps) override <champ-don-base-public-void-champ-don-base-mettre-a-jour-double-temps-override>`
[void Champ_Don_base::mettre_a_jour(double temps) override](#champ-don-base-public-void-champ-don-base-mettre-a-jour-double-temps-override)

nb_valeurs_nodales#

Definition
int Champ_Don_base::nb_valeurs_nodales() const override
Brief description

Renvoie le nombre de degre de liberte par composante: le nombre de noeuds.

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:`int Champ_Don_base::nb_valeurs_nodales() const override <champ-don-base-public-int-champ-don-base-nb-valeurs-nodales-const-override>`
[int Champ_Don_base::nb_valeurs_nodales() const override](#champ-don-base-public-int-champ-don-base-nb-valeurs-nodales-const-override)

operator const DoubleTab &#

Definition
Champ_Don_base::operator const DoubleTab &() const =delete
Brief description
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:`Champ_Don_base::operator const DoubleTab &() const =delete <champ-don-base-public-champ-don-base-operator-const-doubletab-ref-const-equal-delete>`
[Champ_Don_base::operator const DoubleTab &() const =delete](#champ-don-base-public-champ-don-base-operator-const-doubletab-ref-const-equal-delete)

operator DoubleTab &#

Definition
Champ_Don_base::operator DoubleTab &()=delete
Brief description
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:`Champ_Don_base::operator DoubleTab &()=delete <champ-don-base-public-champ-don-base-operator-doubletab-ref-equal-delete>`
[Champ_Don_base::operator DoubleTab &()=delete](#champ-don-base-public-champ-don-base-operator-doubletab-ref-equal-delete)

reprendre#

Definition
int Champ_Don_base::reprendre(Entree &) override
Brief description

NE FAIT RIEN.

Detailed description

A surcharger dans les classes derivees

Reimplements:

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:`int Champ_Don_base::reprendre(Entree &) override <champ-don-base-public-int-champ-don-base-reprendre-entree-ref-override>`
[int Champ_Don_base::reprendre(Entree &) override](#champ-don-base-public-int-champ-don-base-reprendre-entree-ref-override)

resetTime#

Definition
void Champ_Don_base::resetTime(double time) override
Brief description
Detailed description

See comments in Probleme_base_interface_proto::resetTime_impl() Here we update.

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 Champ_Don_base::resetTime(double time) override <champ-don-base-public-void-champ-don-base-resettime-double-time-override>`
[void Champ_Don_base::resetTime(double time) override](#champ-don-base-public-void-champ-don-base-resettime-double-time-override)

sauvegarder#

Definition
int Champ_Don_base::sauvegarder(Sortie &) const override
Brief description

NE FAIT RIEN.

Detailed description

A surcharger dans les classes derivees

Reimplements:

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:`int Champ_Don_base::sauvegarder(Sortie &) const override <champ-don-base-public-int-champ-don-base-sauvegarder-sortie-ref-const-override>`
[int Champ_Don_base::sauvegarder(Sortie &) const override](#champ-don-base-public-int-champ-don-base-sauvegarder-sortie-ref-const-override)

set_instationnaire#

Definition
virtual void Champ_Don_base::set_instationnaire(bool flag)
Brief description
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 Champ_Don_base::set_instationnaire(bool flag) <champ-don-base-public-virtual-void-champ-don-base-set-instationnaire-bool-flag>`
[virtual void Champ_Don_base::set_instationnaire(bool flag)](#champ-don-base-public-virtual-void-champ-don-base-set-instationnaire-bool-flag)

valeurs#

Definition
const DoubleTab & Champ_Don_base::valeurs() const override
Brief description
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:`const DoubleTab & Champ_Don_base::valeurs() const override <champ-don-base-public-const-doubletab-ref-champ-don-base-valeurs-const-override>`
[const DoubleTab & Champ_Don_base::valeurs() const override](#champ-don-base-public-const-doubletab-ref-champ-don-base-valeurs-const-override)

valeurs#

Definition
virtual const DoubleTab & Champ_Proto::valeurs() const=0
Brief description
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:`virtual const DoubleTab & Champ_Proto::valeurs() const=0 <champ-don-base-public-virtual-const-doubletab-ref-champ-proto-valeurs-const-equal-0>`
[virtual const DoubleTab & Champ_Proto::valeurs() const=0](#champ-don-base-public-virtual-const-doubletab-ref-champ-proto-valeurs-const-equal-0)

valeurs#

Definition
DoubleTab & Champ_Don_base::valeurs() override
Brief description

Surcharge Champ_base::valeurs() Renvoie le tableau des valeurs.

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 & Champ_Don_base::valeurs() override <champ-don-base-public-doubletab-ref-champ-don-base-valeurs-override>`
[DoubleTab & Champ_Don_base::valeurs() override](#champ-don-base-public-doubletab-ref-champ-don-base-valeurs-override)

valeurs#

Definition
virtual DoubleTab & Champ_Proto::valeurs()=0
Brief description
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:`virtual DoubleTab & Champ_Proto::valeurs()=0 <champ-don-base-public-virtual-doubletab-ref-champ-proto-valeurs-equal-0>`
[virtual DoubleTab & Champ_Proto::valeurs()=0](#champ-don-base-public-virtual-doubletab-ref-champ-proto-valeurs-equal-0)

valeurs#

Definition
virtual DoubleTab & Champ_Proto::valeurs(double temps)
Brief description
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:`virtual DoubleTab & Champ_Proto::valeurs(double temps) <champ-don-base-public-virtual-doubletab-ref-champ-proto-valeurs-double-temps>`
[virtual DoubleTab & Champ_Proto::valeurs(double temps)](#champ-don-base-public-virtual-doubletab-ref-champ-proto-valeurs-double-temps)

valeurs#

Definition
virtual const DoubleTab & Champ_Proto::valeurs(double temps) const
Brief description
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:`virtual const DoubleTab & Champ_Proto::valeurs(double temps) const <champ-don-base-public-virtual-const-doubletab-ref-champ-proto-valeurs-double-temps-const>`
[virtual const DoubleTab & Champ_Proto::valeurs(double temps) const](#champ-don-base-public-virtual-const-doubletab-ref-champ-proto-valeurs-double-temps-const)

~Champ_Don_base#

Definition
Champ_Don_base::~Champ_Don_base() override
Brief description
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:`Champ_Don_base::~Champ_Don_base() override <champ-don-base-public-champ-don-base-dtor-champ-don-base-override>`
[Champ_Don_base::~Champ_Don_base() override](#champ-don-base-public-champ-don-base-dtor-champ-don-base-override)

info#

Definition
const Type_info * Champ_Don_base::info()
Brief description
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 * Champ_Don_base::info() <champ-don-base-public-static-const-type-info-ptr-champ-don-base-info>`
[const Type_info * Champ_Don_base::info()](#champ-don-base-public-static-const-type-info-ptr-champ-don-base-info)

self_cast#

Definition
const Champ_Don_base & Champ_Don_base::self_cast(const Objet_U &)
Brief description
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 Champ_Don_base & Champ_Don_base::self_cast(const Objet_U &) <champ-don-base-public-static-const-champ-don-base-ref-champ-don-base-self-cast-const-objet-u-ref>`
[const Champ_Don_base & Champ_Don_base::self_cast(const Objet_U &)](#champ-don-base-public-static-const-champ-don-base-ref-champ-don-base-self-cast-const-objet-u-ref)

self_cast#

Definition
Champ_Don_base & Champ_Don_base::self_cast(Objet_U &)
Brief description
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:`Champ_Don_base & Champ_Don_base::self_cast(Objet_U &) <champ-don-base-public-static-champ-don-base-ref-champ-don-base-self-cast-objet-u-ref>`
[Champ_Don_base & Champ_Don_base::self_cast(Objet_U &)](#champ-don-base-public-static-champ-don-base-ref-champ-don-base-self-cast-objet-u-ref)

affecter_#

Definition
Champ_base & Champ_Don_base::affecter_(const Champ_base &) override
Brief description

Provoque une erreur ! A surcharger par les classes derivees ! non virtuelle pure par commoditees de developpement !

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:`Champ_base & Champ_Don_base::affecter_(const Champ_base &) override <champ-don-base-protected-champ-base-ref-champ-don-base-affecter-underscore-const-champ-base-ref-override>`
[Champ_base & Champ_Don_base::affecter_(const Champ_base &) override](#champ-don-base-protected-champ-base-ref-champ-don-base-affecter-underscore-const-champ-base-ref-override)

printOn#

Definition
Sortie & Champ_Don_base::printOn(Sortie &x) const override
Brief description

Ecriture de l’objet sur un flot de sortie Methode a surcharger.

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:`Sortie & Champ_Don_base::printOn(Sortie &x) const override <champ-don-base-protected-sortie-ref-champ-don-base-printon-sortie-ref-x-const-override>`
[Sortie & Champ_Don_base::printOn(Sortie &x) const override](#champ-don-base-protected-sortie-ref-champ-don-base-printon-sortie-ref-x-const-override)

readOn#

Definition
Entree & Champ_Don_base::readOn(Entree &) override
Brief description

Lecture d’un Objet_U sur un flot d’entree 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:`Entree & Champ_Don_base::readOn(Entree &) override <champ-don-base-protected-entree-ref-champ-don-base-readon-entree-ref-override>`
[Entree & Champ_Don_base::readOn(Entree &) override](#champ-don-base-protected-entree-ref-champ-don-base-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_Don_base::info_obj
valeurs_ (protected)
DoubleTab Champ_Don_base::valeurs_
instationnaire_ (private)
bool Champ_Don_base::instationnaire_ = false