File: examplegrid7.dgf

package info (click to toggle)
dune-grid 2.6.0-3
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 7,352 kB
  • sloc: cpp: 54,226; ansic: 443; perl: 191; makefile: 3; sh: 3
file content (24 lines) | stat: -rw-r--r-- 667 bytes parent folder | download | duplicates (7)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
DGF
Simplexgenerator
%min-angle 1.1        % quality enhancment 
%max-area 0.1         % maximum element area restriction
display 0              % show result using the Tetgen viewer

% to use TetGen from a certain path, uncomment this path line
%path $HOME/bin         % path to Tetgen
#

Interval
0 0 0                  % first corner
10 10 10               % second corner
2 5 10                 % 5 cells in x, 2 in y, and 10 in z direction
#

BOUNDARYDOMAIN
default 1              % default boundary id 
% all boundary segments in the interval [(-1,-1,-1),(11,11,0)]
% have boundary id 2, i.e., the bottom boundary 
2   -1 -1 -1    11 11 0
#
# examplegrid7.dgf