Champ_front_softanalytique#
#include <Champ_front_softanalytique.h>
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#
public : Ch_front_var_stationnaire
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#
Champ_front_softanalytique#
Champ_front_softanalytique::Champ_front_softanalytique()
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#
int Champ_front_softanalytique::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 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#
const Type_info * Champ_front_softanalytique::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 * 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#
int Champ_front_softanalytique::initialiser(double temps, const Champ_Inc_base &inco) override
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#
unsigned Champ_front_softanalytique::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 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#
void Champ_front_softanalytique::valeur_a(DoubleVect &position, DoubleVect &valeur)
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:`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#
Champ_front_softanalytique::~Champ_front_softanalytique()
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#
Objet_U * Champ_front_softanalytique::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 * 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#
const Type_info * Champ_front_softanalytique::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 * 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#
const Champ_front_softanalytique & Champ_front_softanalytique::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 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#
Champ_front_softanalytique & Champ_front_softanalytique::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:`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#
Sortie & Champ_front_softanalytique::printOn(Sortie &x) const override
Imprime le champ sur flot de sortie.
Detailed description
Imprime la taille du champ et la valeur (constante) sur la frontiere.
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:`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#
Entree & Champ_front_softanalytique::readOn(Entree &) override
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#
const Type_info Champ_front_softanalytique::info_obj
TRUST_Vector<Parser_U> Champ_front_softanalytique::fxyz