-
Notifications
You must be signed in to change notification settings - Fork 11
/
Copy pathdefault_parameters.prm
57 lines (51 loc) · 1.57 KB
/
default_parameters.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
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
# --------------------------------------------------------------------------
#
# Copyright (C) 2018 by the ExWave authors
#
# This file is part of the ExWave library.
#
# The ExWave library is free software; you can use it, redistribute it,
# and/or modify it under the terms of the GNU Lesser General Public License
# as published by the Free Software Foundation; either version 2.1 of the
# License, or (at your option) any later version. The full text of the
# license can be found in the file LICENSE at the top level of the ExWave
# distribution.
#
# --------------------------------------------------------------------------
# --------------------------------------------------------------------------
# Listing of Parameters
# --------------------------------------------------------------------------
# Listing of Parameters
subsection General
set dimension = 3
set fe_degree = 6
set n_initial_intervals = 5
set n_refinements = 3
set grid_transform_factor = 0.1
set n_adaptive_refinements = 0
set adaptive_refinement_interval = 100
end
subsection TimeDiscretization
set time_integrator = ADER
set cfl_number = 0.17
set max_time_steps = 1000000
set final_time = 1
set output_every_time = 0.1
set write_vtu_output = false
set cfl_stability_analysis = false
subsection ADER
set use_ader_post = true
set spectral_evaluation = true
end
subsection ADERLTS
set max_n_clusters = 10
set max_diff_clusters = 7
end
end
subsection InitialField
set initital_cases = 1
set membrane_modes = 7
end
subsection Miscellaneous
set output_parameters = true
end