Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Open sidebar
dorie
dorie
Commits
24b0cbfb
Commit
24b0cbfb
authored
Apr 21, 2017
by
Lukas Riedel
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
added test for comparing subsampled plots
parent
052a90b3
Changes
2
Pipelines
1
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
41 additions
and
1 deletion
+41
-1
testing/CMakeLists.txt
testing/CMakeLists.txt
+2
-1
testing/ode_higherorder_subsampling.mini.in
testing/ode_higherorder_subsampling.mini.in
+39
-0
No files found.
testing/CMakeLists.txt
View file @
24b0cbfb
...
@@ -13,7 +13,8 @@ endfunction()
...
@@ -13,7 +13,8 @@ endfunction()
# dorie run
# dorie run
#dorie_add_system_test(dorie ode.mini)
#dorie_add_system_test(dorie ode.mini)
dorie_add_system_test
(
dorie ode_higherorder.mini
)
#dorie_add_system_test(dorie ode_higherorder.mini)
dorie_add_system_test
(
dorie ode_higherorder_subsampling.mini
)
# dorie_add_system_test(dorie ode_evaporation.mini)
# dorie_add_system_test(dorie ode_evaporation.mini)
# dorie_add_system_test(dorie ode_linear_interpolator.mini)
# dorie_add_system_test(dorie ode_linear_interpolator.mini)
# dorie_add_system_test(dorie muphi.mini)
# dorie_add_system_test(dorie muphi.mini)
...
...
testing/ode_higherorder_subsampling.mini.in
0 → 100644
View file @
24b0cbfb
include ${CMAKE_BINARY_DIR}/doc/default_files/config.ini
__name = ode_higherorder
_test_command = run
_asset_path = "${CMAKE_CURRENT_LIST_DIR}"
_evaluation = ode
output.fileName = ode_higherorder_subsampling | unique
output.outputPath = ode_higherorder_subsampling | unique
output.verbose = 0
output.subsamplingLevel = 0, 1, 2 | expand
time.end = 1E8
time.maxTimestep = 1E7
time.startTimestep = 1E4
adaptivity.threshold = 1E-8
adaptivity.useAdaptivity = false, true | expand
adaptivity.maxLevel = 3
grid.FEorder = 1, 2, 3 | expand
grid.gridType = rectangular
# higher FEorders seem to have a problem with asymmetric grids
grid.cells = 1 50
grid.initialLevel = 1
grid.gridFile = "{_asset_path}/meshes/square.msh"
boundary.file = "{_asset_path}/bcs/infiltration_2d.dat"
parameters.arrayFile = "{_asset_path}/parfields/sand.h5"
[_ode]
flux = -3e-6
head_abstol = 1E-5
flux_abstol = 2E-8
[NewtonParameters]
AbsoluteLimit = 1E-10
Reduction = 1E-10
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