RK2_Classique#

#include <Schema_RK_Classique.h>
Brief description

: classe RK2_Classique Cette classe represente un schema en temps de Runge Kutta d’ordre 2 classique :

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:`RK2\_Classique <class-rk2-classique>`
[RK2\_Classique](#class-rk2-classique)

Detailed description#

k1 = h * f(y0) k2 = h * f(y0 + 0.5 * k1) y1 = y0 + k2

Inherits from#

List of Public Methods#

List of Public Static Methods#

List of Protected Methods#

Complete Member Function Documentation#

duplique#

Definition
int RK2_Classique::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 RK2_Classique::duplique() const override <rk2-classique-public-int-rk2-classique-duplique-const-override>`
[int RK2_Classique::duplique() const override](#rk2-classique-public-int-rk2-classique-duplique-const-override)

get_info#

Definition
const Type_info * RK2_Classique::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 * RK2_Classique::get_info() const override <rk2-classique-public-const-type-info-ptr-rk2-classique-get-info-const-override>`
[const Type_info * RK2_Classique::get_info() const override](#rk2-classique-public-const-type-info-ptr-rk2-classique-get-info-const-override)

RK2_Classique#

Definition
RK2_Classique::RK2_Classique()
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:`RK2_Classique::RK2_Classique() <rk2-classique-public-rk2-classique-rk2-classique>`
[RK2_Classique::RK2_Classique()](#rk2-classique-public-rk2-classique-rk2-classique)

taille_memoire#

Definition
unsigned RK2_Classique::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 RK2_Classique::taille_memoire() const override <rk2-classique-public-unsigned-rk2-classique-taille-memoire-const-override>`
[unsigned RK2_Classique::taille_memoire() const override](#rk2-classique-public-unsigned-rk2-classique-taille-memoire-const-override)

~RK2_Classique#

Definition
RK2_Classique::~RK2_Classique()
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:`RK2_Classique::~RK2_Classique() <rk2-classique-public-rk2-classique-dtor-rk2-classique>`
[RK2_Classique::~RK2_Classique()](#rk2-classique-public-rk2-classique-dtor-rk2-classique)

cree_instance#

Definition
Objet_U * RK2_Classique::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 * RK2_Classique::cree_instance() <rk2-classique-public-static-objet-u-ptr-rk2-classique-cree-instance>`
[Objet_U * RK2_Classique::cree_instance()](#rk2-classique-public-static-objet-u-ptr-rk2-classique-cree-instance)

info#

Definition
const Type_info * RK2_Classique::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 * RK2_Classique::info() <rk2-classique-public-static-const-type-info-ptr-rk2-classique-info>`
[const Type_info * RK2_Classique::info()](#rk2-classique-public-static-const-type-info-ptr-rk2-classique-info)

self_cast#

Definition
const RK2_Classique & RK2_Classique::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 RK2_Classique & RK2_Classique::self_cast(const Objet_U &) <rk2-classique-public-static-const-rk2-classique-ref-rk2-classique-self-cast-const-objet-u-ref>`
[const RK2_Classique & RK2_Classique::self_cast(const Objet_U &)](#rk2-classique-public-static-const-rk2-classique-ref-rk2-classique-self-cast-const-objet-u-ref)

self_cast#

Definition
RK2_Classique & RK2_Classique::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:`RK2_Classique & RK2_Classique::self_cast(Objet_U &) <rk2-classique-public-static-rk2-classique-ref-rk2-classique-self-cast-objet-u-ref>`
[RK2_Classique & RK2_Classique::self_cast(Objet_U &)](#rk2-classique-public-static-rk2-classique-ref-rk2-classique-self-cast-objet-u-ref)

printOn#

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

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 & RK2_Classique::printOn(Sortie &x) const override <rk2-classique-protected-sortie-ref-rk2-classique-printon-sortie-ref-x-const-override>`
[Sortie & RK2_Classique::printOn(Sortie &x) const override](#rk2-classique-protected-sortie-ref-rk2-classique-printon-sortie-ref-x-const-override)

readOn#

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

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 & RK2_Classique::readOn(Entree &) override <rk2-classique-protected-entree-ref-rk2-classique-readon-entree-ref-override>`
[Entree & RK2_Classique::readOn(Entree &) override](#rk2-classique-protected-entree-ref-rk2-classique-readon-entree-ref-override)

Attributes Documentation#

info_obj (public)
const Type_info RK2_Classique::info_obj