rklib_fixed_properties Submodule

Procedures specifying the properties of the various fixed-step RK methods.


Uses

  • module~~rklib_fixed_properties~~UsesGraph module~rklib_fixed_properties rklib_fixed_properties module~rklib_module rklib_module module~rklib_fixed_properties->module~rklib_module iso_fortran_env iso_fortran_env module~rklib_module->iso_fortran_env root_module root_module module~rklib_module->root_module

Module Procedures

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html euler_properties pure module function euler_properties(me) result(p)

Returns the properties of the euler method

Arguments

Type IntentOptional Attributes Name
class(euler_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html midpoint_properties pure module function midpoint_properties(me) result(p)

Returns the properties of the midpoint method

Arguments

Type IntentOptional Attributes Name
class(midpoint_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html heun_properties pure module function heun_properties(me) result(p)

Returns the properties of the heun method

Arguments

Type IntentOptional Attributes Name
class(heun_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkssp22_properties pure module function rkssp22_properties(me) result(p)

Returns the properties of the rkssp22 method

Arguments

Type IntentOptional Attributes Name
class(rkssp22_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rk3_properties pure module function rk3_properties(me) result(p)

Returns the properties of the rk3 method

Arguments

Type IntentOptional Attributes Name
class(rk3_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkssp33_properties pure module function rkssp33_properties(me) result(p)

Returns the properties of the rkssp33 method

Arguments

Type IntentOptional Attributes Name
class(rkssp33_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkssp53_properties pure module function rkssp53_properties(me) result(p)

Returns the properties of the rkssp53 method

Arguments

Type IntentOptional Attributes Name
class(rkssp53_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rk4_properties pure module function rk4_properties(me) result(p)

Returns the properties of the rk4 method

Arguments

Type IntentOptional Attributes Name
class(rk4_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rks4_properties pure module function rks4_properties(me) result(p)

Returns the properties of the rks4 method

Arguments

Type IntentOptional Attributes Name
class(rks4_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkr4_properties pure module function rkr4_properties(me) result(p)

Returns the properties of the rkr4 method

Arguments

Type IntentOptional Attributes Name
class(rkr4_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkls44_properties pure module function rkls44_properties(me) result(p)

Returns the properties of the rkls44 method

Arguments

Type IntentOptional Attributes Name
class(rkls44_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkls54_properties pure module function rkls54_properties(me) result(p)

Returns the properties of the rkls54 method

Arguments

Type IntentOptional Attributes Name
class(rkls54_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkssp54_properties pure module function rkssp54_properties(me) result(p)

Returns the properties of the rkssp54 method

Arguments

Type IntentOptional Attributes Name
class(rkssp54_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rks5_properties pure module function rks5_properties(me) result(p)

Returns the properties of the rks5 method

Arguments

Type IntentOptional Attributes Name
class(rks5_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rk5_properties pure module function rk5_properties(me) result(p)

Returns the properties of the rk5 method

Arguments

Type IntentOptional Attributes Name
class(rk5_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkc5_properties pure module function rkc5_properties(me) result(p)

Returns the properties of the rkc5 method

Arguments

Type IntentOptional Attributes Name
class(rkc5_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkl5_properties pure module function rkl5_properties(me) result(p)

Returns the properties of the rkl5 method

Arguments

Type IntentOptional Attributes Name
class(rkl5_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rklk5a_properties pure module function rklk5a_properties(me) result(p)

Returns the properties of the rklk5a method

Arguments

Type IntentOptional Attributes Name
class(rklk5a_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rklk5b_properties pure module function rklk5b_properties(me) result(p)

Returns the properties of the rklk5b method

Arguments

Type IntentOptional Attributes Name
class(rklk5b_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkb6_properties pure module function rkb6_properties(me) result(p)

Returns the properties of the rkb6 method

Arguments

Type IntentOptional Attributes Name
class(rkb6_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rk7_properties pure module function rk7_properties(me) result(p)

Returns the properties of the rk7 method

Arguments

Type IntentOptional Attributes Name
class(rk7_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rk8_10_properties pure module function rk8_10_properties(me) result(p)

Returns the properties of the rk8_10 method

Arguments

Type IntentOptional Attributes Name
class(rk8_10_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkcv8_properties pure module function rkcv8_properties(me) result(p)

Returns the properties of the rkcv8 method

Arguments

Type IntentOptional Attributes Name
class(rkcv8_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rk8_12_properties pure module function rk8_12_properties(me) result(p)

Returns the properties of the rk8_12 method

Arguments

Type IntentOptional Attributes Name
class(rk8_12_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkz10_properties pure module function rkz10_properties(me) result(p)

Returns the properties of the rkz10 method

Arguments

Type IntentOptional Attributes Name
class(rkz10_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rko10_properties pure module function rko10_properties(me) result(p)

Returns the properties of the rko10 method

Arguments

Type IntentOptional Attributes Name
class(rko10_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method

module procedure /home/runner/work/rklib/rklib/doc/module/rklib_fixed_properties.html rkh10_properties pure module function rkh10_properties(me) result(p)

Returns the properties of the rkh10 method

Arguments

Type IntentOptional Attributes Name
class(rkh10_class), intent(in) :: me

Return Value type(rklib_properties)

properties of the method