Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
S
swe_solvers
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Gaurav Kukreja
swe_solvers
Commits
bd285ed0
Commit
bd285ed0
authored
May 20, 2013
by
Alexander Breuer
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Added handling of edge-parallel momentum.
parent
9f7fe2f2
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
AugRieGeoClaw.hpp
src/solver/AugRieGeoClaw.hpp
+1
-1
No files found.
src/solver/AugRieGeoClaw.hpp
View file @
bd285ed0
...
...
@@ -51,7 +51,7 @@
* @param o_waveSpeeds will be set to: (linearized) wave speeds -> Should be used in the CFL-condition.
*/
extern
"C"
void
c_bind_geoclaw_riemann_aug_JCP
(
const
int
&
i_maxNumberOfRiemannIterations
,
const
double
i_variablesLeft
[
3
],
const
double
i_variablesRight
[
3
],
const
double
i_variablesLeft
[
4
],
const
double
i_variablesRight
[
4
],
const
double
&
i_dryTol
,
const
double
&
i_g
,
double
o_netUpdatesLeft
[
3
],
double
o_netUpdatesRight
[
3
],
double
o_waveSpeeds
[
NUMBER_OF_FWAVES
]
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment