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