Pred_Cor#
#include <Pred_Cor.h>
class Pred_Cor Le schema doit etre utilise avec un schema d’espace alternant
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:`Pred\_Cor <class-pred-cor>`
[Pred\_Cor](#class-pred-cor)
Detailed description#
Inherits from#
public : Schema_Temps_base
List of Public Methods#
List of Public Static Methods#
List of Protected Methods#
Complete Member Function Documentation#
completer#
void Pred_Cor::completer() 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 Pred_Cor::completer() override <pred-cor-public-void-pred-cor-completer-override>`
[void Pred_Cor::completer() override](#pred-cor-public-void-pred-cor-completer-override)
duplique#
int Pred_Cor::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 Pred_Cor::duplique() const override <pred-cor-public-int-pred-cor-duplique-const-override>`
[int Pred_Cor::duplique() const override](#pred-cor-public-int-pred-cor-duplique-const-override)
faire_un_pas_de_temps_eqn_base#
int Pred_Cor::faire_un_pas_de_temps_eqn_base(Equation_base &) 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:`int Pred_Cor::faire_un_pas_de_temps_eqn_base(Equation_base &) override <pred-cor-public-int-pred-cor-faire-un-pas-de-temps-eqn-base-equation-base-ref-override>`
[int Pred_Cor::faire_un_pas_de_temps_eqn_base(Equation_base &) override](#pred-cor-public-int-pred-cor-faire-un-pas-de-temps-eqn-base-equation-base-ref-override)
get_info#
const Type_info * Pred_Cor::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 * Pred_Cor::get_info() const override <pred-cor-public-const-type-info-ptr-pred-cor-get-info-const-override>`
[const Type_info * Pred_Cor::get_info() const override](#pred-cor-public-const-type-info-ptr-pred-cor-get-info-const-override)
nb_valeurs_futures#
int Pred_Cor::nb_valeurs_futures() const override
Renvoie le nombre de valeurs temporelles futures.
Detailed description
Ici : n + 1, donc 1.
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 Pred_Cor::nb_valeurs_futures() const override <pred-cor-public-int-pred-cor-nb-valeurs-futures-const-override>`
[int Pred_Cor::nb_valeurs_futures() const override](#pred-cor-public-int-pred-cor-nb-valeurs-futures-const-override)
nb_valeurs_temporelles#
int Pred_Cor::nb_valeurs_temporelles() const override
Renvoie le nombre de valeurs temporelles a conserver.
Detailed description
Ici : n et n + 1, donc 2.
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 Pred_Cor::nb_valeurs_temporelles() const override <pred-cor-public-int-pred-cor-nb-valeurs-temporelles-const-override>`
[int Pred_Cor::nb_valeurs_temporelles() const override](#pred-cor-public-int-pred-cor-nb-valeurs-temporelles-const-override)
Pred_Cor#
Pred_Cor::Pred_Cor()
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:`Pred_Cor::Pred_Cor() <pred-cor-public-pred-cor-pred-cor>`
[Pred_Cor::Pred_Cor()](#pred-cor-public-pred-cor-pred-cor)
taille_memoire#
unsigned Pred_Cor::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 Pred_Cor::taille_memoire() const override <pred-cor-public-unsigned-pred-cor-taille-memoire-const-override>`
[unsigned Pred_Cor::taille_memoire() const override](#pred-cor-public-unsigned-pred-cor-taille-memoire-const-override)
temps_defaut#
double Pred_Cor::temps_defaut() const override
Renvoie le le temps le temps que doivent rendre les champs a l’appel de valeurs()
Detailed description
Ici : t(n + 1)
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:`double Pred_Cor::temps_defaut() const override <pred-cor-public-double-pred-cor-temps-defaut-const-override>`
[double Pred_Cor::temps_defaut() const override](#pred-cor-public-double-pred-cor-temps-defaut-const-override)
temps_futur#
double Pred_Cor::temps_futur(int i) const override
Renvoie le le temps a la i - eme valeur future.
Detailed description
Ici : t(n + 1)
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:`double Pred_Cor::temps_futur(int i) const override <pred-cor-public-double-pred-cor-temps-futur-int-i-const-override>`
[double Pred_Cor::temps_futur(int i) const override](#pred-cor-public-double-pred-cor-temps-futur-int-i-const-override)
~Pred_Cor#
Pred_Cor::~Pred_Cor()
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:`Pred_Cor::~Pred_Cor() <pred-cor-public-pred-cor-dtor-pred-cor>`
[Pred_Cor::~Pred_Cor()](#pred-cor-public-pred-cor-dtor-pred-cor)
cree_instance#
Objet_U * Pred_Cor::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 * Pred_Cor::cree_instance() <pred-cor-public-static-objet-u-ptr-pred-cor-cree-instance>`
[Objet_U * Pred_Cor::cree_instance()](#pred-cor-public-static-objet-u-ptr-pred-cor-cree-instance)
info#
const Type_info * Pred_Cor::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 * Pred_Cor::info() <pred-cor-public-static-const-type-info-ptr-pred-cor-info>`
[const Type_info * Pred_Cor::info()](#pred-cor-public-static-const-type-info-ptr-pred-cor-info)
self_cast#
const Pred_Cor & Pred_Cor::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 Pred_Cor & Pred_Cor::self_cast(const Objet_U &) <pred-cor-public-static-const-pred-cor-ref-pred-cor-self-cast-const-objet-u-ref>`
[const Pred_Cor & Pred_Cor::self_cast(const Objet_U &)](#pred-cor-public-static-const-pred-cor-ref-pred-cor-self-cast-const-objet-u-ref)
self_cast#
Pred_Cor & Pred_Cor::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:`Pred_Cor & Pred_Cor::self_cast(Objet_U &) <pred-cor-public-static-pred-cor-ref-pred-cor-self-cast-objet-u-ref>`
[Pred_Cor & Pred_Cor::self_cast(Objet_U &)](#pred-cor-public-static-pred-cor-ref-pred-cor-self-cast-objet-u-ref)
printOn#
Sortie & Pred_Cor::printOn(Sortie &x) const override
Surcharge Objet_U::printOn(Sortie&) Imprime le schema en temps sur un flot de sortie.
Detailed description
!! Attention n’est pas symetrique de la lecture !! On ecrit les differents parametres du schema en temps.
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 & Pred_Cor::printOn(Sortie &x) const override <pred-cor-protected-sortie-ref-pred-cor-printon-sortie-ref-x-const-override>`
[Sortie & Pred_Cor::printOn(Sortie &x) const override](#pred-cor-protected-sortie-ref-pred-cor-printon-sortie-ref-x-const-override)
readOn#
Entree & Pred_Cor::readOn(Entree &) override
Lecture d’un schema en temps a partir d’un flot d’entree.
Detailed description
Le format de lecture attendu est le suivant: { [ Motcle valeur_reelle] } Les mots clefs peuvent etre: tinit, tmax, nb_pas_dt_max, dt_min, dt_max, dt_sauv, dt_impr, facsec, seuil_statio,
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 & Pred_Cor::readOn(Entree &) override <pred-cor-protected-entree-ref-pred-cor-readon-entree-ref-override>`
[Entree & Pred_Cor::readOn(Entree &) override](#pred-cor-protected-entree-ref-pred-cor-readon-entree-ref-override)
Attributes Documentation#
const Type_info Pred_Cor::info_obj