Skip to content
Snippets Groups Projects
Commit ad6ceb35 authored by Laura Christine Kühle's avatar Laura Christine Kühle
Browse files

Renamed 'LinearAbsolut' to 'LinearAbsolute'.

parent 4dce0565
Branches
No related tags found
No related merge requests found
......@@ -409,7 +409,7 @@ class Linear(InitialCondition):
return self._factor * x
class LinearAbsolut(InitialCondition):
class LinearAbsolute(InitialCondition):
"""Class for the absolute values of the linear function.
Attributes
......
data_dir: 'model-Jun03'
data_dir: 'model-Sep23'
random_seed: 1234
# Parameter for Approximation with Troubled Cell Detection
Approximation:
plot_dir: 'fig-Jun03'
plot_dir: 'fig-Sep23'
schemes:
Separation_Test:
......@@ -41,6 +41,11 @@ Approximation:
update_scheme: 'SSPRK3'
Test_Run:
detector: 'Theoretical'
Boxplot_Test_3:
detector: 'Boxplot'
detector_config:
fold_len: 16
init_cond: 'FourPeakWave'
# Parameter for Training Data Generation
ANN_Data:
......@@ -61,7 +66,7 @@ ANN_Data:
Linear:
Polynomial:
Continuous:
LinearAbsolut:
LinearAbsolute:
HeavisideOneSided:
HeavisideTwoSided:
adjustment: 0
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment