Skip to content
Snippets Groups Projects
Commit 5d2cbd78 authored by Dominic Kempf's avatar Dominic Kempf
Browse files

Another fix to the test.

parent 055f2bd1
No related branches found
No related tags found
No related merge requests found
......@@ -9,4 +9,4 @@ foreach(target ${output})
endforeach()
# reuse the existing executables for a convergence test.
add_dune_convergence_test(BASENAME poisson_convergence TARGET ${output} INIFILE poisson_conv.mini)
\ No newline at end of file
add_dune_convergence_test(BASENAME poisson TARGET ${output} INIFILE poisson_conv.mini)
\ No newline at end of file
# define some convenience variables
dim =dim= 2, 3
dim =dim= 2#, 3
grid =grid= yasp, ug
degree =deg= 1, 2
naming = {grid}_{dim}d_Q{degree}
......@@ -14,15 +14,15 @@ computeError = true
name = poisson_{naming}
[yaspgrid]
cells =dim= 1 1, 1 1 1
extension =dim= 1. 1., 1. 1. 1.
refinement =dim= 4, 2
cells =dim= 1 1#, 1 1 1
extension =dim= 1. 1.#, 1. 1. 1.
refinement =dim= 4#, 2
[ug]
cells =dim= 1 1, 1 1 1
lowerleft =dim= 0. 0., 0. 0. 0.
upperright =dim= 1. 1., 1. 1. 1.
refinement =dim= 4, 2
cells =dim= 1 1#, 1 1 1
lowerleft =dim= 0. 0.#, 0. 0. 0.
upperright =dim= 1. 1.#, 1. 1. 1.
refinement =dim= 4#, 2
[__STATIC.COMPILE_DEFINITIONS]
GRIDTYPE =grid= Dune::YaspGrid<{dim}>, Dune::UGGrid<{dim}>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment