Skip to content

Commit

Permalink
test including the spherical planet
Browse files Browse the repository at this point in the history
  • Loading branch information
Schulik committed Oct 15, 2020
1 parent 926b61f commit 9cdf180
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion test_files/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ int main()
count += !run_test("test_files/shock_tube7.par") ;

count += !run_test("test_files/planet_cartesian.par") ;
//count += !run_test("test_files/planet_spherical.par") ;
count += !run_test("test_files/planet_spherical.par") ;

return count ;
}
Expand Down
3 changes: 2 additions & 1 deletion test_files/test_steady_state.py
Original file line number Diff line number Diff line change
Expand Up @@ -37,4 +37,5 @@ def check_steady_state(problem, L1_target=None):
if __name__ == "__main__":
check_steady_state("shock_tube6", [0,0,0])
check_steady_state("shock_tube7", [4.9e-4, 4.9e-4, 0])
check_steady_state("planet_cartesian", [0.01, 1.7e-10, 0.0])
check_steady_state("planet_cartesian", [0.01, 1.7e-10, 0.0])
check_steady_state("planet_spherical", [2.5e-1, 3.5e+2, 1.4e+2])

0 comments on commit 9cdf180

Please sign in to comment.