forked from tjhei/plasticity
-
Notifications
You must be signed in to change notification settings - Fork 1
/
its_sphere_box_transfer.prm
34 lines (25 loc) · 1.15 KB
/
its_sphere_box_transfer.prm
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# Listing of Parameters
# ---------------------
# Parameter file used for the computations which yields the results
# in table 1 (left number of the last two columns).
# polynomial degree of the FE_Q finite element space, typically 1 or 2
set polynomial degree = 1
# number of initial global refinements before the first computation
set number of initial refinements = 3
# number of adaptive cycles to run
set number of cycles = 8
# refinement strategy for each cycle:
# global: one global refinement
# percentage: fixed percentage gets refined using kelly
# fix dofs: tries to achieve 2^initial_refinement*300 dofs after cycle 1 (only
# use 2 cycles!). Changes the coarse mesh!
set refinement strategy = percentage
# obstacle file to read, leave empty to use a sphere or 'obstacle_file.pbm'
set obstacle filename =
# directory to put output files (graphical output and benchmark statistics,
# leave empty to put into current directory
set output directory = its
# Interpolation of the solution from the previous to the next mesh upon
# mesh refinement.
set transfer solution = true
set base mesh = box