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

Riemann wrapper mapping vector to pointwise solver #99

Open
rjleveque opened this issue Mar 19, 2015 · 0 comments
Open

Riemann wrapper mapping vector to pointwise solver #99

rjleveque opened this issue Mar 19, 2015 · 0 comments

Comments

@rjleveque
Copy link
Member

riemann/rptest/1d/rp1_driver.f90 contains a wrapper for the vectorized solver to give a pointwise solver taking a single pair of states. Intended for testing solvers and for use in notebooks. See the Makefile to figure out how to run or use with f2py.

Improvements needed:

[ ] Add aux_l, aux_r, and problem_data as input parameters, so calling sequence is the same as pyclaw solvers such as riemann.acoustics_1D_py.acoustics_1D

[ ] Modify riemann/rptest/1d/rp1_driver_test.ipynb to test new version.

[ ] Extend to riemann/rptest/2d/rp2_driver.f90 for normal solver based on an rpn2 subroutine.

[ ] Extend to transverse solver.

[ ] Add travis tests.

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

No branches or pull requests

1 participant