Skip to content

Make sure that time_steps (and all other parameters) are handled consistently between the simulation functions #10

@baurse

Description

@baurse

The meaning of the "time_steps" parameter is slightly different for the RK4-based simulation functions compared to the ETDRK4 based KS simulation: For the former, time_steps=1 only returns the initial condition, while time_steps=1 returns the first simulation step for the KS simulation!

This is an unnecessary stumbling block and should be standardized, probably to the former's behavior.
Intuition: time_steps = length of output, including the initial condition.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions