Skip to content
Snippets Groups Projects
Commit 93ef7633 authored by Kilian Weishaupt's avatar Kilian Weishaupt Committed by Timo Koch
Browse files

[cleanup][tests] Use new standard grid creator for stokes2cni

* Use input file for structured grids instead of dgf files for
  stokes2cni tests
parent 01230532
No related branches found
No related tags found
1 merge request!59Feature/use standard gridcreator for structured grids
DGF
Interval
0 0 % first corner
1.0 1.0 % second corner
18 18 % 120 30 % 24 cells in x and 16 in y direction
#
#GridParameter
#overlap 0
#periodic
#closure green
#copies none
#heapsize 500
BOUNDARYDOMAIN
default 1 % all boundaries have id 1
#BOUNDARYDOMAIN
# unitcube.dgf
......@@ -23,8 +23,6 @@
#ifndef DUMUX_STOKES2CNITESTPROBLEM_HH
#define DUMUX_STOKES2CNITESTPROBLEM_HH
#include <dune/grid/io/file/dgfparser/dgfyasp.hh>
#if HAVE_PARDISO
#include <dumux/linear/pardisobackend.hh>
#endif
......
......@@ -3,7 +3,9 @@ DtInitial = 0.1 # [s]
TEnd = 3 # [s]
[Grid]
File = ./grids/test_stokes2cni.dgf
LowerLeft = 0 0
UpperRight = 1 1
Cells = 18 18
[Stokes]
StabilizationAlpha = -1.0 # a stabilization factor. Set to zero for no stabilization
......
......@@ -3,7 +3,9 @@ DtInitial = 0.1 # [s]
TEnd = 3 # [s]
[Grid]
File = ./grids/test_stokes2cni.dgf
LowerLeft = 0 0
UpperRight = 1 1
Cells = 18 18
[Stokes]
StabilizationAlpha = -1.0 # a stabilization factor. Set to zero for no stabilization
......
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