Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Check for redundant variables in the OperatorSplittingIntegrator #139

Open
termi-official opened this issue Aug 14, 2024 · 0 comments
Open
Labels
architecture Issues affecting the structural and design aspects of the software good first issue Good for newcomers

Comments

@termi-official
Copy link
Owner

Check if

dt::tType # This is the time step length which which we intend to advance
_dt::tType # This is the time step length which which we use during time marching
dtchangeable::Bool # Indicator whether _dt can be changed
tstops::heapType
_tstops::tstopsType # argument to __init used as default argument to reinit!
saveat::heapType
_saveat::saveatType # argument to __init used as default argument to reinit!
contains redundancies and eliminate them to simplify the code if possible.

@termi-official termi-official added good first issue Good for newcomers architecture Issues affecting the structural and design aspects of the software labels Aug 14, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
architecture Issues affecting the structural and design aspects of the software good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant