Skip to content
Snippets Groups Projects
Commit 77178c81 authored by Hörl, Maximilian's avatar Hörl, Maximilian
Browse files

add "gridparameter overlap 0" to dgf files

parent b620ee5c
Branches
Tags
No related merge requests found
...@@ -25,7 +25,7 @@ def writeDGF(N, dim): ...@@ -25,7 +25,7 @@ def writeDGF(N, dim):
# write number of grid elements # write number of grid elements
for i in range(0, dim): for i in range(0, dim):
file.write(str(N) + "\t") file.write(str(N) + "\t")
file.write("\n#\n\nSimplex\n#") file.write("\n#\n\nSimplex\n#\n\nGridparameter\noverlap\t0\n#")
# close dgf file # close dgf file
file.close() file.close()
......
...@@ -3,8 +3,12 @@ DGF ...@@ -3,8 +3,12 @@ DGF
Interval Interval
0 0
1 1
1000 132
# #
Simplex Simplex
# #
Gridparameter
overlap 0
#
\ No newline at end of file
...@@ -3,8 +3,12 @@ DGF ...@@ -3,8 +3,12 @@ DGF
Interval Interval
0 0 0 0
1 1 1 1
100 100 132 132
# #
Simplex Simplex
# #
Gridparameter
overlap 0
#
\ No newline at end of file
...@@ -3,8 +3,12 @@ DGF ...@@ -3,8 +3,12 @@ DGF
Interval Interval
0 0 0 0 0 0
1 1 1 1 1 1
10 10 10 11 11 11
# #
Simplex Simplex
# #
Gridparameter
overlap 0
#
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment