Champ_front_softanalytique#

#include <Champ_front_softanalytique.h>
Brief description

classe Champ_front_softanalytique Classe derivee de Champ_front_var qui represente les

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\_front\_softanalytique <class-champ-front-softanalytique>`
[Champ\_front\_softanalytique](#class-champ-front-softanalytique)

Detailed description#

champs aux frontieres analytiques en espace et constants dans le temps Nouveau champ frontiere il permet de mettre en champ frontiere un parametre qui depend d’une fonction. Cette fonction est rentree dans le jeu de donnees sous la forme d’une chaine de caracteres. Pas besoin de recompilation comme avec la classe Champ_front_analytique qui utilise une fonction codee en dur.

Inherits from#

Inheritance graph#

If the image is too small, right-click and open in new tab

../../../../../_images/classChamp__front__softanalytique__inherit__graph.png

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

Champ_front_softanalytique#

Definition
Champ_front_softanalytique::Champ_front_softanalytique()
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_front_softanalytique::Champ_front_softanalytique() <champ-front-softanalytique-public-champ-front-softanalytique-champ-front-softanalytique>`
[Champ_front_softanalytique::Champ_front_softanalytique()](#champ-front-softanalytique-public-champ-front-softanalytique-champ-front-softanalytique)

duplique#

Definition
int Champ_front_softanalytique::duplique() const override
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:`int Champ_front_softanalytique::duplique() const override <champ-front-softanalytique-public-int-champ-front-softanalytique-duplique-const-override>`
[int Champ_front_softanalytique::duplique() const override](#champ-front-softanalytique-public-int-champ-front-softanalytique-duplique-const-override)

get_info#

Definition
const Type_info * Champ_front_softanalytique::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_front_softanalytique::get_info() const override <champ-front-softanalytique-public-const-type-info-ptr-champ-front-softanalytique-get-info-const-override>`
[const Type_info * Champ_front_softanalytique::get_info() const override](#champ-front-softanalytique-public-const-type-info-ptr-champ-front-softanalytique-get-info-const-override)

initialiser#

Definition
int Champ_front_softanalytique::initialiser(double temps, const Champ_Inc_base &inco) override
Brief description

Initialisation en debut de calcul.

Detailed description

Dimensionne le tableau de valeurs et cree son espace virtuel. Les classes derivees doivent imperativement appeler cette methode.

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 Champ_front_softanalytique::initialiser(double temps, const Champ_Inc_base &inco) override <champ-front-softanalytique-public-int-champ-front-softanalytique-initialiser-double-temps-const-champ-inc-base-ref-inco-override>`
[int Champ_front_softanalytique::initialiser(double temps, const Champ_Inc_base &inco) override](#champ-front-softanalytique-public-int-champ-front-softanalytique-initialiser-double-temps-const-champ-inc-base-ref-inco-override)

taille_memoire#

Definition
unsigned Champ_front_softanalytique::taille_memoire() const override
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:`unsigned Champ_front_softanalytique::taille_memoire() const override <champ-front-softanalytique-public-unsigned-champ-front-softanalytique-taille-memoire-const-override>`
[unsigned Champ_front_softanalytique::taille_memoire() const override](#champ-front-softanalytique-public-unsigned-champ-front-softanalytique-taille-memoire-const-override)

valeur_a#

Definition
void Champ_front_softanalytique::valeur_a(DoubleVect &position, DoubleVect &valeur)
Brief description
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:`void Champ_front_softanalytique::valeur_a(DoubleVect &position, DoubleVect &valeur) <champ-front-softanalytique-public-void-champ-front-softanalytique-valeur-a-doublevect-ref-position-doublevect-ref-valeur>`
[void Champ_front_softanalytique::valeur_a(DoubleVect &position, DoubleVect &valeur)](#champ-front-softanalytique-public-void-champ-front-softanalytique-valeur-a-doublevect-ref-position-doublevect-ref-valeur)

~Champ_front_softanalytique#

Definition
Champ_front_softanalytique::~Champ_front_softanalytique()
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_front_softanalytique::~Champ_front_softanalytique() <champ-front-softanalytique-public-champ-front-softanalytique-dtor-champ-front-softanalytique>`
[Champ_front_softanalytique::~Champ_front_softanalytique()](#champ-front-softanalytique-public-champ-front-softanalytique-dtor-champ-front-softanalytique)

cree_instance#

Definition
Objet_U * Champ_front_softanalytique::cree_instance()
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:`Objet_U * Champ_front_softanalytique::cree_instance() <champ-front-softanalytique-public-static-objet-u-ptr-champ-front-softanalytique-cree-instance>`
[Objet_U * Champ_front_softanalytique::cree_instance()](#champ-front-softanalytique-public-static-objet-u-ptr-champ-front-softanalytique-cree-instance)

info#

Definition
const Type_info * Champ_front_softanalytique::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_front_softanalytique::info() <champ-front-softanalytique-public-static-const-type-info-ptr-champ-front-softanalytique-info>`
[const Type_info * Champ_front_softanalytique::info()](#champ-front-softanalytique-public-static-const-type-info-ptr-champ-front-softanalytique-info)

self_cast#

Definition
const Champ_front_softanalytique & Champ_front_softanalytique::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_front_softanalytique & Champ_front_softanalytique::self_cast(const Objet_U &) <champ-front-softanalytique-public-static-const-champ-front-softanalytique-ref-champ-front-softanalytique-self-cast-const-objet-u-ref>`
[const Champ_front_softanalytique & Champ_front_softanalytique::self_cast(const Objet_U &)](#champ-front-softanalytique-public-static-const-champ-front-softanalytique-ref-champ-front-softanalytique-self-cast-const-objet-u-ref)

self_cast#

Definition
Champ_front_softanalytique & Champ_front_softanalytique::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_front_softanalytique & Champ_front_softanalytique::self_cast(Objet_U &) <champ-front-softanalytique-public-static-champ-front-softanalytique-ref-champ-front-softanalytique-self-cast-objet-u-ref>`
[Champ_front_softanalytique & Champ_front_softanalytique::self_cast(Objet_U &)](#champ-front-softanalytique-public-static-champ-front-softanalytique-ref-champ-front-softanalytique-self-cast-objet-u-ref)

printOn#

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

Imprime le champ sur flot de sortie.

Detailed description

Imprime la taille du champ et la valeur (constante) sur la frontiere.

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

readOn#

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

Lit le champ a partir d’un flot d’entree.

Detailed description

Format: Champ_front_softanalytique nb_compo vrel_1 … [vrel_i]

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_front_softanalytique::readOn(Entree &) override <champ-front-softanalytique-protected-entree-ref-champ-front-softanalytique-readon-entree-ref-override>`
[Entree & Champ_front_softanalytique::readOn(Entree &) override](#champ-front-softanalytique-protected-entree-ref-champ-front-softanalytique-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info Champ_front_softanalytique::info_obj
fxyz (private)
TRUST_Vector<Parser_U> Champ_front_softanalytique::fxyz