-
Notifications
You must be signed in to change notification settings - Fork 3
/
options.prm
40 lines (31 loc) · 990 Bytes
/
options.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
35
36
37
38
39
40
# Listing of Parameters
# ---------------------
subsection Mesh & geometry parameters
# The dimension of the Nedelec elements
set Dimension = 2
# Polynomial degree of the used Nedelec elements
set Polynomial degree = 3
# Number of global mesh refinement steps applied to initial coarse grid
set Number of refinements = 5
set Show parameters = false
end
subsection Solver & Preconditioner
set Right Preconditioning = true
set Smoother Relaxation = 1.0
# Domain decomposition parameters
set Vertex Patches = true
set interior_dofs_only = true
set boundary_patches = false
set level_boundary_patches = false
set single_cell_patches = false
set invert_vertex_mapping = true
end
subsection Multigrid
set Smoothing Steps = 5
end
subsection Output parameters
# Name of the output file (without extension)
set Output file = solution
# A name for the output format to be used
set Output format = vtu
end