trixi-framework / trixi-framework/Trixi.jl

Possibility of saving solution at irregularly spaced time intervals

Open
#2,103 1 comment 0 reactions 0 assignees View on GitHub
enhancement
Dominant language
Julia
Stars
731
Forks
166
Avg merge
2d 18h
Merged PRs (30d)
25

Description

Currently, `SaveSolutionCallback` accepts only either a fixed `interval` or a fixed `dt` parameter (i.e. outputting either at uniformly spaced timesteps or at uniformly spaced times).
From my experience it would be nice to have the option to pass in a list of output times which may be non-uniformly spaced (for example, in some reacting flow computations, a logarithmic timescale is really helpful as a lot of kinetics can slow down exponentially over time).

If there is interest in having such a feature (probably as an additional keyword in the `SaveSolutionCallback` initialization?) I could try my hand at implementing it.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.