File tree Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Expand file tree Collapse file tree 2 files changed +4
-3
lines changed Original file line number Diff line number Diff line change 1
1
# convergence study of linearized stresses in an infinite pipe
2
2
# with respect to the number of elements in the pipe thickness
3
- PROBLEM mechanical 3D
3
+ PROBLEM mechanical 3D PC gamg KSP cg
4
+ PETSC_OPTIONS -mg_levels_pc_type sor
4
5
5
6
t0 = wall_time() # initial wall time
6
7
7
- # read mesh aaccording to shape $1, order $2 and number of elements through thickness $2
8
+ # read mesh according to shape $1, order $2 and number of elements through thickness $2
8
9
READ_MESH pipe-$1-$2-$3.msh
9
10
10
11
INCLUDE problem.fee # read problem parameters
Original file line number Diff line number Diff line change @@ -49,7 +49,7 @@ for shape in ust10 uct10 sst10 sct10 ssh20 sch20 ssh27 sch27; do
49
49
if [ ! -e pipe-${shape} -${order} -${n} .msh ]; then
50
50
gmsh -v 0 -3 pipe-${shape} -${order} -${n} .geo
51
51
fi
52
- feenox pipe.fee --mumps ${shape} ${order} ${n} | tee -a convergence-${shape} -${order} .dat
52
+ feenox pipe.fee ${shape} ${order} ${n} | tee -a convergence-${shape} -${order} .dat
53
53
54
54
# create a geo to draw a picture of the mesh
55
55
# showing how many elements are there with Gmsh
You can’t perform that action at this time.
0 commit comments