Skip to content

Error in timesplitting for tau = 0 cases #43

@shyams2

Description

@shyams2

In: f90bc8b

For tau = 0 cases, the splitting has not been carried out correctly, and is just applying f = f0 at the end of the FVM step in a single timestep.

Proposed Fix:
Considering strang splitting:

  1. Solve df/dt + A_q df/dq + A_p df/dp = 0 for dt/2
  2. Apply f = f0
  3. Solve df/dt + A_q df/dq + A_p df/dp = 0 for another dt/2

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions