1macro file name:      Macro/embedded-torus.amc
2mesh dimension:       1
3global refinements:   0
4polynomial degree:    3
5parametric degree:    3
6
7% global kill switch to enable/disable whatever graphical output
8online graphics:      1
9
10% graphic windows: solution, estimate, mesh, and error if size > 0
11graphic windows:      0 0 1024 0
12% for gltools graphics you can specify the range for the values of
13% discrete solution for displaying:  min max
14% automatical scaling by display routine if min >= max
15gltools range:  0.0 -1.0
16
17solver:                2 % 1: BICGSTAB 2: CG 3: GMRES 4: ODIR 5: ORES
18solver max iteration:  10000
19solver restart:        10  %  only used for GMRES
20solver tolerance:      1.e-8
21solver info:           2
22solver precon:         1   % 0: no precon 1: diag precon
23                           % 2: HB precon 3: BPX precon
24                           % 4: SSOR, omega = 1.0, #iter = 3
25                           % 5: SSOR, with control over omega and #iter
26                           % 6: ILU(k)
27precon ssor omega:    1.0  % for precon == 5
28precon ssor iter:     1    % for precon == 5
29precon ilu(k):        8    % for precon == 6
30
31error norm:           1   % 1: H1_NORM, 2: L2_NORM
32estimator C0:         0.1 % constant of element residual
33estimator C1:         0.1 % constant of jump residual
34estimator C2:         0.0 % constant of coarsening estimate
35
36adapt->strategy:          1  % 0: no adaption 1: GR 2: MS 3: ES 4:GERS
37adapt->tolerance:         1.e-4
38adapt->MS_gamma:          0.5
39adapt->MS_gamma_c:        0.1
40adapt->ES_theta:          1.9
41adapt->ES_theta_c:        0.2
42adapt->GERS_theta_star:   0.6
43adapt->GERS_nu:           0.1
44adapt->GERS_theta_c:      0.1
45adapt->coarsen_allowed:   1
46adapt->max_iteration:     20
47adapt->info:              8
48
49WAIT: 1
50