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
47999975
Commit
47999975
authored
Dec 04, 2012
by
Sebastian Rettenberger
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'master' of github.com:TUM-I5/swe_solvers
parents
7bbdf9b4
d496ff92
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
12 additions
and
4 deletions
+12
-4
compile_geoclaw_solver.sh
geoclaw_lib/compile_geoclaw_solver.sh
+2
-2
AugRieGeoClaw.hpp
src/solver/AugRieGeoClaw.hpp
+10
-2
No files found.
geoclaw_lib/compile_geoclaw_solver.sh
View file @
47999975
#!/bin/bash
#!/bin/bash
GEOCLAWSRCPATH
=
../
src/solver/geoclaw
GEOCLAWSRCPATH
=
../
../geoclaw/src/2d/
ifort
-w
-g
-c
$GEOCLAWSRCPATH
/riemannsolvers.f
$GEOCLAWSRCPATH
/c_bind_riemannsolvers.f90
ifort
-w
-g
-c
-fpp
$GEOCLAWSRCPATH
/riemannsolvers.f
$GEOCLAWSRCPATH
/c_bind_riemannsolvers.f90
\ No newline at end of file
\ No newline at end of file
src/solver/AugRieGeoClaw.hpp
View file @
47999975
...
@@ -54,7 +54,11 @@ extern "C" void c_bind_geoclaw_riemann_aug_JCP( const int &i_maxNumberOfRiemannI
...
@@ -54,7 +54,11 @@ extern "C" void c_bind_geoclaw_riemann_aug_JCP( const int &i_maxNumberOfRiemannI
const
double
i_variablesLeft
[
3
],
const
double
i_variablesRight
[
3
],
const
double
i_variablesLeft
[
3
],
const
double
i_variablesRight
[
3
],
const
double
&
i_dryTol
,
const
double
&
i_g
,
const
double
&
i_dryTol
,
const
double
&
i_g
,
double
o_netUpdatesLeft
[
3
],
double
o_netUpdatesRight
[
3
],
double
o_netUpdatesLeft
[
3
],
double
o_netUpdatesRight
[
3
],
double
o_waveSpeeds
[
NUMBER_OF_FWAVES
]
);
double
o_waveSpeeds
[
NUMBER_OF_FWAVES
]
#if AUGMENTED_RIEMANN_EIGEN_COEFFICIENTS
,
double
o_eigenCoefficients
[
NUMBER_OF_FWAVES
]
#endif
);
/**
/**
* Extern declaration of the c_bing_geoclaw_riemann_aug_JCP routine (pointers).
* Extern declaration of the c_bing_geoclaw_riemann_aug_JCP routine (pointers).
...
@@ -72,4 +76,8 @@ extern "C" void c_bind_geoclaw_riemann_aug_JCP( const int &i_maxNumberOfRiemannI
...
@@ -72,4 +76,8 @@ extern "C" void c_bind_geoclaw_riemann_aug_JCP( const int &i_maxNumberOfRiemannI
const
double
*
i_variablesLeft
,
const
double
*
i_variablesRight
,
const
double
*
i_variablesLeft
,
const
double
*
i_variablesRight
,
const
double
&
i_dryTol
,
const
double
&
i_g
,
const
double
&
i_dryTol
,
const
double
&
i_g
,
double
*
o_netUpdatesLeft
,
double
*
o_netUpdatesRight
,
double
*
o_netUpdatesLeft
,
double
*
o_netUpdatesRight
,
double
*
o_waveSpeeds
);
double
*
o_waveSpeeds
#if AUGMENTED_RIEMANN_EIGEN_COEFFICIENTS
,
double
*
o_eigenCoefficients
#endif
);
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