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

[WIP] Add solver support for point-wise Riemann solvers #473

Merged
merged 4 commits into from
Nov 7, 2014

Conversation

mandli
Copy link
Member

@mandli mandli commented Nov 5, 2014

Also adds acoustics example and test

Also adds acoustics example and test
@@ -22,7 +22,8 @@
from clawpack import riemann

def setup(use_petsc=False,kernel_language='Fortran',solver_type='classic',
outdir='./_output',weno_order=5,time_integrator='SSP104', disable_output=False):
outdir='./_output',ptwise=False,weno_order=5,time_integrator='SSP104',
disable_output=False):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Indent the line continuation?

@coveralls
Copy link

Coverage Status

Coverage decreased (-0.27%) when pulling c5380ba on mandli:ptwise-support into a1adba1 on clawpack:master.

ketch added a commit that referenced this pull request Nov 7, 2014
Add solver support for point-wise Riemann solvers

This adds tests for the new pointwise solvers, and extends the code that automatically detects num_waves, num_eqn to work with the pointwise solvers.
@ketch ketch merged commit 9426db9 into clawpack:master Nov 7, 2014
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.

None yet

3 participants