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

Make ReactorNet.step take no arguments #271

Merged
merged 2 commits into from
Jun 12, 2015
Merged

Make ReactorNet.step take no arguments #271

merged 2 commits into from
Jun 12, 2015

Conversation

speth
Copy link
Member

@speth speth commented Jun 11, 2015

The current behavior is confusing, as evidenced by the repeated questions that appear on the Users' Group. This simplification to the interface should help.

Allow CVODES to take arbitrarily large timesteps by default. If a maximum time
step is desired, it can be set explicitly.
The value of this argument has almost no effect on the integrator, and
frequently confuses users since the ReactorNet can end up at a time either
greater or less than the specified time. By removing this argument, the
distinction betwen step() and advance(t) becomes much more clear.
@speth speth merged commit 8d4e9bf into Cantera:master Jun 12, 2015
@speth speth mentioned this pull request Nov 29, 2016
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant