-
Notifications
You must be signed in to change notification settings - Fork 11
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
H211b adaptive time-stepping #105
Comments
Thanks @RolfSander. I pushed a fix to the |
Oops. Thanks for the fix! |
I also pushed some fixes for the examples & C-I tests. We now have C-I tests for |
Thanks for adding the C-I tests! I have a couple of comments/suggestions about the latest commit:
|
Thanks @RolfSander. I can revert the changes. The problem that I was having is that the C-I tests were failing because the name of the folder is |
If the only requirement is that the ps: It seems you've reverted everything now, including all the other |
Thanks @RolfSander. I'll re-introduce what I did. Stay tuned. |
Hi @RolfSander. I pushed some fixes. I edited the C-I test scripts so that you can specify not only the name of the folder but the name of the mechanism. This allows us to use mcm.kpp for both the MCM and MCM_H211b examples. I also restored the run scripts (now named run_example.csh and run_example.sh) and made sure that the C-I tests build. Should be OK now. |
Thanks, this looks good now! |
We already have the solver
rosenbrock_posdef_h211b_qssa
in theuser_contributed
directory. Unfortunately, it has not been maintainedrecently, and it hasn't worked with KPP3. Together with colleagues from
Jülich, I have now upgraded it so that it works out-of-the-box. We are
also writing a manuscript about the solver which should be ready soon.
The new code is in the branch
https://github.com/KineticPreProcessor/KPP/tree/feature/h211b. It
contains the new solver file
int/rosenbrock_h211b_qssa.f90
. You canalso find a simple test case in
examples/mcm_h211b
.I hope that the code will be ready for a pull request soon. In the
meantime, please let me know if you have any comments or suggestions...
The text was updated successfully, but these errors were encountered: