RK4_Classique_3_8#
#include <Schema_RK_Classique.h>
: classe RK4_Classique_3_8 Cette classe represente un schema en temps de Runge Kutta d’ordre 3 classique at avec 3/8 comme coeffs :
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:`RK4\_Classique\_3\_8 <class-rk4-classique-3-8>`
[RK4\_Classique\_3\_8](#class-rk4-classique-3-8)
Detailed description#
k1 = h * f(y0) k2 = h * f(y0 + 1/3 * k1) k3 = h * f(y0 - 1/3 * k1 + k2) k4 = h * f(y0 + k1 - k2 + k3) y1 = y0 + 1/8 * (k1 + 3 * k2 + 3 * k3 + k4)
Inherits from#
public : TRUSTSchema_RK
<Ordre_RK::QUATRE_CLASSIQUE_3_8>
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#
duplique#
int RK4_Classique_3_8::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 RK4_Classique_3_8::duplique() const override <rk4-classique-3-8-public-int-rk4-classique-3-8-duplique-const-override>`
[int RK4_Classique_3_8::duplique() const override](#rk4-classique-3-8-public-int-rk4-classique-3-8-duplique-const-override)
get_info#
const Type_info * RK4_Classique_3_8::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 * RK4_Classique_3_8::get_info() const override <rk4-classique-3-8-public-const-type-info-ptr-rk4-classique-3-8-get-info-const-override>`
[const Type_info * RK4_Classique_3_8::get_info() const override](#rk4-classique-3-8-public-const-type-info-ptr-rk4-classique-3-8-get-info-const-override)
RK4_Classique_3_8#
RK4_Classique_3_8::RK4_Classique_3_8()
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:`RK4_Classique_3_8::RK4_Classique_3_8() <rk4-classique-3-8-public-rk4-classique-3-8-rk4-classique-3-8>`
[RK4_Classique_3_8::RK4_Classique_3_8()](#rk4-classique-3-8-public-rk4-classique-3-8-rk4-classique-3-8)
taille_memoire#
unsigned RK4_Classique_3_8::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 RK4_Classique_3_8::taille_memoire() const override <rk4-classique-3-8-public-unsigned-rk4-classique-3-8-taille-memoire-const-override>`
[unsigned RK4_Classique_3_8::taille_memoire() const override](#rk4-classique-3-8-public-unsigned-rk4-classique-3-8-taille-memoire-const-override)
~RK4_Classique_3_8#
RK4_Classique_3_8::~RK4_Classique_3_8()
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:`RK4_Classique_3_8::~RK4_Classique_3_8() <rk4-classique-3-8-public-rk4-classique-3-8-dtor-rk4-classique-3-8>`
[RK4_Classique_3_8::~RK4_Classique_3_8()](#rk4-classique-3-8-public-rk4-classique-3-8-dtor-rk4-classique-3-8)
cree_instance#
Objet_U * RK4_Classique_3_8::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 * RK4_Classique_3_8::cree_instance() <rk4-classique-3-8-public-static-objet-u-ptr-rk4-classique-3-8-cree-instance>`
[Objet_U * RK4_Classique_3_8::cree_instance()](#rk4-classique-3-8-public-static-objet-u-ptr-rk4-classique-3-8-cree-instance)
info#
const Type_info * RK4_Classique_3_8::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 * RK4_Classique_3_8::info() <rk4-classique-3-8-public-static-const-type-info-ptr-rk4-classique-3-8-info>`
[const Type_info * RK4_Classique_3_8::info()](#rk4-classique-3-8-public-static-const-type-info-ptr-rk4-classique-3-8-info)
self_cast#
const RK4_Classique_3_8 & RK4_Classique_3_8::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 RK4_Classique_3_8 & RK4_Classique_3_8::self_cast(const Objet_U &) <rk4-classique-3-8-public-static-const-rk4-classique-3-8-ref-rk4-classique-3-8-self-cast-const-objet-u-ref>`
[const RK4_Classique_3_8 & RK4_Classique_3_8::self_cast(const Objet_U &)](#rk4-classique-3-8-public-static-const-rk4-classique-3-8-ref-rk4-classique-3-8-self-cast-const-objet-u-ref)
self_cast#
RK4_Classique_3_8 & RK4_Classique_3_8::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:`RK4_Classique_3_8 & RK4_Classique_3_8::self_cast(Objet_U &) <rk4-classique-3-8-public-static-rk4-classique-3-8-ref-rk4-classique-3-8-self-cast-objet-u-ref>`
[RK4_Classique_3_8 & RK4_Classique_3_8::self_cast(Objet_U &)](#rk4-classique-3-8-public-static-rk4-classique-3-8-ref-rk4-classique-3-8-self-cast-objet-u-ref)
printOn#
Sortie & RK4_Classique_3_8::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 & RK4_Classique_3_8::printOn(Sortie &x) const override <rk4-classique-3-8-protected-sortie-ref-rk4-classique-3-8-printon-sortie-ref-x-const-override>`
[Sortie & RK4_Classique_3_8::printOn(Sortie &x) const override](#rk4-classique-3-8-protected-sortie-ref-rk4-classique-3-8-printon-sortie-ref-x-const-override)
readOn#
Entree & RK4_Classique_3_8::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 & RK4_Classique_3_8::readOn(Entree &) override <rk4-classique-3-8-protected-entree-ref-rk4-classique-3-8-readon-entree-ref-override>`
[Entree & RK4_Classique_3_8::readOn(Entree &) override](#rk4-classique-3-8-protected-entree-ref-rk4-classique-3-8-readon-entree-ref-override)
Attributes Documentation#
const Type_info RK4_Classique_3_8::info_obj