diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity-const-solution/RR-multi-patch-with-gravity-constant-solution.py b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity-const-solution/RR-multi-patch-with-gravity-constant-solution.py similarity index 93% rename from Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity-const-solution/RR-multi-patch-with-gravity-constant-solution.py rename to Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity-const-solution/RR-multi-patch-with-gravity-constant-solution.py index 06d14c5c2e5c346d03881a8dc1a70e6768c4deee..f6ad02220f5a7f6b0e0a5bd31266bd3a95ffe833 100755 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity-const-solution/RR-multi-patch-with-gravity-constant-solution.py +++ b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity-const-solution/RR-multi-patch-with-gravity-constant-solution.py @@ -1,4 +1,26 @@ #!/usr/bin/python3 +"""RR multi patch LDDsimulation, Copyright 2020, David Seus + +This program runs an LDD simulation on a multi-domain substructuring using +a Richards-Richards coupling. + +# LICENCE ##################################################################### +Copyright 2020, David Seus +david.seus[at]ians.uni-stuttgart.de +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +############################################################################### +""" import dolfin as df # import mshr # import numpy as np diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/RR-multi-patch-with-gravity.py b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity/RR-multi-patch-with-gravity.py similarity index 93% rename from Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/RR-multi-patch-with-gravity.py rename to Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity/RR-multi-patch-with-gravity.py index 159fad17bfb4de9d355f93ac000fdf7e420cb842..41931e4313c2edf49ec208cada8e553d5baaff77 100755 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/RR-multi-patch-with-gravity.py +++ b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity/RR-multi-patch-with-gravity.py @@ -1,4 +1,26 @@ #!/usr/bin/python3 +"""RR multi patch LDDsimulation, Copyright 2020, David Seus + +This program runs an LDD simulation on a multi-domain substructuring using +a Richards-Richards coupling. + +# LICENCE ##################################################################### +Copyright 2020, David Seus +david.seus[at]ians.uni-stuttgart.de +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +############################################################################### +""" import dolfin as df # import mshr # import numpy as np diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/run-simulation b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity/run-simulation similarity index 100% rename from Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/run-simulation rename to Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-plus-gravity/run-simulation diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch-const-solution/RR-multi-patch-with-inner-patch-constant-solution.py b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch-const-solution/RR-multi-patch-with-inner-patch-constant-solution.py similarity index 94% rename from Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch-const-solution/RR-multi-patch-with-inner-patch-constant-solution.py rename to Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch-const-solution/RR-multi-patch-with-inner-patch-constant-solution.py index e71c48e363de803c3b58166a4e476ebd1542ef2a..338981a0eea96167c327258ee5e0426551c00ec2 100755 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch-const-solution/RR-multi-patch-with-inner-patch-constant-solution.py +++ b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch-const-solution/RR-multi-patch-with-inner-patch-constant-solution.py @@ -1,4 +1,26 @@ #!/usr/bin/python3 +"""RR multi patch LDDsimulation, Copyright 2020, David Seus + +This program runs an LDD simulation on a multi-domain substructuring using +a Richards-Richards coupling. + +# LICENCE ##################################################################### +Copyright 2020, David Seus +david.seus[at]ians.uni-stuttgart.de +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +############################################################################### +""" import dolfin as df # import mshr # import numpy as np diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch/RR-multi-patch-with-inner-patch.py b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch/RR-multi-patch-with-inner-patch.py similarity index 95% rename from Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch/RR-multi-patch-with-inner-patch.py rename to Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch/RR-multi-patch-with-inner-patch.py index c6793a5be0c92563c69e7b90dc35d87b1e635b53..bad0bf36a55ee8869c3cf549dfa2d0cec3f0e7b1 100755 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch/RR-multi-patch-with-inner-patch.py +++ b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch/RR-multi-patch-with-inner-patch.py @@ -1,4 +1,26 @@ #!/usr/bin/python3 +"""RR multi patch LDDsimulation, Copyright 2020, David Seus + +This program runs an LDD simulation on a multi-domain substructuring using +a Richards-Richards coupling. + +# LICENCE ##################################################################### +Copyright 2020, David Seus +david.seus[at]ians.uni-stuttgart.de +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +############################################################################### +""" import dolfin as df # import mshr # import numpy as np diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch/run-simulation b/Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch/run-simulation similarity index 100% rename from Usecases/Richards-Richards/multi-patch/RR-multi-patch-with-inner-patch/run-simulation rename to Usecases/Richards-Richards/Archive/multi-patch/RR-multi-patch-with-inner-patch/run-simulation diff --git a/Usecases/Richards-Richards/two-patch/RR-two-patch-symmetric-analytic-soltion/RR-2-patch-symmetric.py b/Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-symmetric-analytic-soltion/RR-2-patch-symmetric.py similarity index 88% rename from Usecases/Richards-Richards/two-patch/RR-two-patch-symmetric-analytic-soltion/RR-2-patch-symmetric.py rename to Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-symmetric-analytic-soltion/RR-2-patch-symmetric.py index 4edff0ffde6437266823b756c08da12ea49a1e20..35166c507a952179a0f773153af26cb56ddb7e9c 100755 --- a/Usecases/Richards-Richards/two-patch/RR-two-patch-symmetric-analytic-soltion/RR-2-patch-symmetric.py +++ b/Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-symmetric-analytic-soltion/RR-2-patch-symmetric.py @@ -1,4 +1,26 @@ #!/usr/bin/python3 +"""RR 2 patch LDDsimulation, Copyright 2020, David Seus + +This program runs an LDD simulation on a two-domain substructuring using +a Richards-Richards coupling. + +# LICENCE ##################################################################### +Copyright 2020, David Seus +david.seus[at]ians.uni-stuttgart.de +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +############################################################################### +""" import dolfin as df import mshr import numpy as np diff --git a/Usecases/Richards-Richards/two-patch/RR-two-patch-symmetric-analytic-soltion/run-simulation b/Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-symmetric-analytic-soltion/run-simulation similarity index 100% rename from Usecases/Richards-Richards/two-patch/RR-two-patch-symmetric-analytic-soltion/run-simulation rename to Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-symmetric-analytic-soltion/run-simulation diff --git a/Usecases/Richards-Richards/two-patch/RR-two-patch-test-case/RR-2-patch-test.py b/Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-test-case/RR-2-patch-test.py similarity index 89% rename from Usecases/Richards-Richards/two-patch/RR-two-patch-test-case/RR-2-patch-test.py rename to Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-test-case/RR-2-patch-test.py index 65e7f5340494d7845878e506ca461f7a9df34915..5a02260b69145579daf2b07da2ea7bbd6331887f 100755 --- a/Usecases/Richards-Richards/two-patch/RR-two-patch-test-case/RR-2-patch-test.py +++ b/Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-test-case/RR-2-patch-test.py @@ -1,4 +1,26 @@ #!/usr/bin/python3 +"""RR 2 patch LDDsimulation, Copyright 2020, David Seus + +This program runs an LDD simulation on a two-domain substructuring using +a Richards-Richards coupling. + +# LICENCE ##################################################################### +Copyright 2020, David Seus +david.seus[at]ians.uni-stuttgart.de +This program is free software: you can redistribute it and/or modify +it under the terms of the GNU General Public License as published by +the Free Software Foundation, either version 3 of the License, or +(at your option) any later version. + +This program is distributed in the hope that it will be useful, +but WITHOUT ANY WARRANTY; without even the implied warranty of +MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +GNU General Public License for more details. + +You should have received a copy of the GNU General Public License +along with this program. If not, see <http://www.gnu.org/licenses/>. +############################################################################### +""" import dolfin as df import mshr import numpy as np diff --git a/Usecases/Richards-Richards/two-patch/RR-two-patch-test-case/run-simulation b/Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-test-case/run-simulation similarity index 100% rename from Usecases/Richards-Richards/two-patch/RR-two-patch-test-case/run-simulation rename to Usecases/Richards-Richards/Archive/two-patch/RR-two-patch-test-case/run-simulation diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Makefile b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Makefile deleted file mode 100644 index 526f38b97ad452242b57a41e6b4f70f1903c987b..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Makefile +++ /dev/null @@ -1,10 +0,0 @@ -LDD-TwoPhase-Richards.pdf: LDD-TwoPhase-Richards.tex *.tex articlebibliography.bib - latexmk -bibtex -pdf -quiet "$<" - -.PHONY: clean -clean: - @rm -fv *.acn *.acr *.alg *.aux *.bcf *.blg *.dvi *.fdb_latexmk *.fls - @rm -fv *.glg *.idx *.ilg *.ist *.spl *.lof *.log *.lot *.out *.pdfsync - @rm -fv *.run.xml *.snm *.synctex.gz *.tdo *.toc *.vrb *blx.bib *~ - @rm -fv *.tex.backup *.nav *.auxlock *.cb* *.up* *.lox - diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time-with-gravity.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time-with-gravity.dep deleted file mode 100644 index 1bca4db5c72d7f3f255efb80ab9b52918f0f2dc8..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time-with-gravity.dep +++ /dev/null @@ -1,4 +0,0 @@ -Tikzcache/Errornorm-exact-solution-over-time-with-gravity.pdf: ../output/mesh_res30_dt0.01_with_gravity/subdomain1_dt0.01_hmax0.075_gravitiy_True_lambda23_Lw0.25_L2_errornorms_over_time.csv -Tikzcache/Errornorm-exact-solution-over-time-with-gravity.pdf: ../output/mesh_res30_dt0.01_with_gravity/subdomain2_dt0.01_hmax0.075_gravitiy_True_lambda23_Lw0.25_L2_errornorms_over_time.csv -Tikzcache/Errornorm-exact-solution-over-time-with-gravity.pdf: ../output/mesh_res30_dt0.01_with_gravity/subdomain3_dt0.01_hmax0.075_gravitiy_True_lambda23_Lw0.25_L2_errornorms_over_time.csv -Tikzcache/Errornorm-exact-solution-over-time-with-gravity.pdf: ../output/mesh_res30_dt0.01_with_gravity/subdomain4_dt0.01_hmax0.075_gravitiy_True_lambda23_Lw0.25_L2_errornorms_over_time.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time-with-gravity.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time-with-gravity.png deleted file mode 100644 index a71337e67b9d560b75a7fd522da9c48a3d9f7204..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time-with-gravity.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time.dep deleted file mode 100644 index b2b6f1c719e57527197a9cc40dfe3d367e3a028b..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/Errornorm-exact-solution-over-time.pdf: ../output/mesh_res11_dt0.0004/subdomain1_dt0.0004_hmax0.103_lambda40_Lw0.25_L2_errornorms_over_time.csv -Tikzcache/Errornorm-exact-solution-over-time.pdf: ../output/mesh_res11_dt0.0004/subdomain2_dt0.0004_hmax0.102_lambda40_Lw0.25_L2_errornorms_over_time.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time.png deleted file mode 100644 index 8f825090d495407871604c1f417eafdabdfc0a2d..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/Errornorm-exact-solution-over-time.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.00.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.00.dep deleted file mode 100644 index f7de46cebeaca7c88a398e9923f316ab6f6a0692..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.00.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.00.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.00.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.00.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.00.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.00.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.00.png deleted file mode 100644 index ffaee872404bdab8fc7d1915abb7bc61e3e4fb1a..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.00.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.01.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.01.dep deleted file mode 100644 index 9408b33eb741332f331dcae65e2501fd589ad00d..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.01.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.01.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda100_Lw0.25subsequent_iteration_errors_at_time0.01.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.01.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda100_Lw0.25subsequent_iteration_errors_at_time0.01.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.01.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.01.png deleted file mode 100644 index 99bb5842e7026c90965331cf5903a68fc5dab644..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.01.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.02.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.02.dep deleted file mode 100644 index 6c3f71569063358ce95409f057190db1e6d07f62..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.02.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.02.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda100_Lw0.25subsequent_iteration_errors_at_time0.02.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.02.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda100_Lw0.25subsequent_iteration_errors_at_time0.02.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.02.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.02.png deleted file mode 100644 index bafe384a04d4ab3562853ba9fc33446cba8696ed..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.02.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.03.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.03.dep deleted file mode 100644 index 1eb02c9bdad380a96c51d006621e80b9b43c83f9..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.03.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.03.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda100_Lw0.25subsequent_iteration_errors_at_time0.03.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.03.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda100_Lw0.25subsequent_iteration_errors_at_time0.03.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.03.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.03.png deleted file mode 100644 index 1a704ec5f4e9325dca9df56c894e015d6def12e5..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.03.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.04.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.04.dep deleted file mode 100644 index ae13d08f6d367101e6f399cc5049cdeecffdae9c..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.04.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.04.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.04.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.04.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.04.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.04.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.04.png deleted file mode 100644 index bb5b74cacdff9d3089cb75eb63798349ff1177e1..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.04.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.05.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.05.dep deleted file mode 100644 index 0d16021fb2cbb0159f0a9ffb2c75b475a0d43944..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.05.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.05.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda100_Lw0.25subsequent_iteration_errors_at_time0.05.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.05.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda100_Lw0.25subsequent_iteration_errors_at_time0.05.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.05.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.05.png deleted file mode 100644 index 62521fc1af679bc4f29fc2de5fc6c40aff06cf4e..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.05.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.06.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.06.dep deleted file mode 100644 index f83b2194d23e3d06e43569e4b4ddc89a25d5218d..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.06.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.06.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda100_Lw0.25subsequent_iteration_errors_at_time0.06.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.06.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda100_Lw0.25subsequent_iteration_errors_at_time0.06.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.06.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.06.png deleted file mode 100644 index 89d5ce29118b877fe56a156d44d96bc614bef42a..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.06.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.07.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.07.dep deleted file mode 100644 index 071bd74b1d0f85584ad1ea915c344445e55812ac..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.07.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.07.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda100_Lw0.25subsequent_iteration_errors_at_time0.07.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.07.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda100_Lw0.25subsequent_iteration_errors_at_time0.07.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.07.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.07.png deleted file mode 100644 index 2b3ae657e782bcc7bf381cebeab6ff908f61b536..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.07.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.08.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.08.dep deleted file mode 100644 index 6b56b240330a98d43210465a3c2db3a16a54c215..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.08.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.08.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.08.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.08.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.08.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.08.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.08.png deleted file mode 100644 index ddbc040da9295bef80aad98dc42d1c6922da7d77..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.08.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.12.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.12.dep deleted file mode 100644 index 538d3f1e4b36949f9e9e0c3ae443b36140434a02..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.12.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.12.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.12.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.12.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.12.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.12.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.12.png deleted file mode 100644 index f770b21177bf0b79d6369ce5164622d66ff1cbaf..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.12.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.16.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.16.dep deleted file mode 100644 index e0ac6013edd7e01e0ec746f4eab176e91e39861d..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.16.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.16.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.16.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.16.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.16.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.16.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.16.png deleted file mode 100644 index 6efe303c6d2a9c910970346ff2ebc2f3bd494110..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.16.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.20.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.20.dep deleted file mode 100644 index f91b386a7ca34171ecb1b20201ffa07ab48b112d..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.20.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.20.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.20.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.20.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.20.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.20.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.20.png deleted file mode 100644 index 7430436e382a09d6ab3120482290177f70cff1f9..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.20.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.24.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.24.dep deleted file mode 100644 index df90316b32462285228fdb1bdb8141f0b95a51bc..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.24.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.24.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.24.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.24.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.24.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.24.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.24.png deleted file mode 100644 index 32492cd2600096e92d9a726f526ee217047582df..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.24.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.28.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.28.dep deleted file mode 100644 index c0eec4ff2a7ff80d582abd01f65320b912624300..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.28.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.28.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.28.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.28.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.28.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.28.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.28.png deleted file mode 100644 index 5af23d02e5003446a2283ba48b555eeea88918d1..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.28.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.32.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.32.dep deleted file mode 100644 index dbf1a9e022d93e24e611021cb520d6bbe751acbe..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.32.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.32.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.32.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.32.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.32.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.32.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.32.png deleted file mode 100644 index a4863cda883882e2c2c776edd33cca6459949384..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.32.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.36.dep b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.36.dep deleted file mode 100644 index 714d86527902783cbf35667f244b99c892e6bdac..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.36.dep +++ /dev/null @@ -1,2 +0,0 @@ -Tikzcache/RR-2-patch-subsequent_errors_t0.36.pdf: ../output/mesh_res10_dt0.0004/subdomain1_dt0.0004_hmax0.112_lambda40_Lw0.25subsequent_iteration_errors_at_time0.36.csv -Tikzcache/RR-2-patch-subsequent_errors_t0.36.pdf: ../output/mesh_res10_dt0.0004/subdomain2_dt0.0004_hmax0.110_lambda40_Lw0.25subsequent_iteration_errors_at_time0.36.csv diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.36.png b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.36.png deleted file mode 100644 index 232b3ea1456e00a25ee35126ba8e2435079498fe..0000000000000000000000000000000000000000 Binary files a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/Tikzcache/RR-2-patch-subsequent_errors_t0.36.png and /dev/null differ diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/meshres20_dt0.01_exact_solution_error_norms.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/meshres20_dt0.01_exact_solution_error_norms.tex deleted file mode 100644 index 5a4307fa096f3c96763e1991d691f69f71243339..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/meshres20_dt0.01_exact_solution_error_norms.tex +++ /dev/null @@ -1,52 +0,0 @@ -\documentclass[a4paper]{scrartcl}%scrartcl -\input{praeambels_and_definitions/artikelpraeambel.tex} -\input{praeambels_and_definitions/artikel_theoreme_und_farbe.tex} -%\input{praeambels_and_definitions/special_symbols.tex} -%%%% MAKROS %%%%%%%%%%%%% restriction -\input{./praeambels_and_definitions/L-Schema_Paper_makros.tex} -% set graphicspath -\graphicspath{ {./} } - -\usepackage{pgfplotstable} - -\begin{document} - % Generation of Profile_Error_new.png - \tikzsetnextfilename{Errornorm-exact-solution-over-time-with-gravity} - \tikzset{external/force remake} - \begin{tikzpicture} -% % \path[draw,dashed,thick] (3.13,0) -- (3.13,5.2); - \begin{axis}[% - width=\textwidth, - title={ $\frac{\|p_{w,l}^n - p_{w,l}^{n,h}\|_{L^2}}{\|p_{w,l}^n\|_{L^2}}$ over time $t$, $ h \approx 0.113$, $\tau = 1\cdot 10^{-2}$ }, - % axis lines=left, - % legend style = {draw=none}, - legend cell align = left, - xlabel= {time}, - ylabel= {$\frac{\|p_{w,l}^n - p_{w,l}^{n,h}\|_{L^2}}{\|p_{w,l}^n\|_{L^2}}$}, - xmin= 0, -% xmax= 53, -% ymin= 0, -% ymax= 0.0003, - grid= both, %major or minor - axis line style={-Latex[round]}, - legend style={ - anchor=south east, - at={(1,0)}, -% font=\tiny - inner sep=1ex, -% /tikz/every even column/.append style={column sep=0.5cm} - row sep=.5ex, - }, - legend entries={$\frac{\|p_{w,1}^n - p_{w,1}^{n,h}\|_2}{\|p_{w,1}^n\|_2} \text{ on } \dom_1$, - $\frac{\|p_{w,2}^n - p_{w,2}^{n,h}\|_2}{\|p_{w,2}^n\|_2} \text{ on } \dom_2$, - $\frac{\|p_{w,3}^n - p_{w,3}^{n,h}\|_2}{\|p_{w,3}^n\|_2} \text{ on } \dom_3$, - $\frac{\|p_{w,4}^n - p_{w,4}^{n,h}\|_2}{\|p_{w,4}^n\|_2} \text{ on } \dom_4$}, - ] % end of axis options %col sep=comma, - \addplot table [x=time, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain1_dt0.01_hmax0.112_gravitiy_True_lambda17_Lw0.25_L2_errornorms_over_time.csv};% - \addplot table [x=time, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain2_dt0.01_hmax0.113_gravitiy_True_lambda17_Lw0.25_L2_errornorms_over_time.csv};% - \addplot table [x=time, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain3_dt0.01_hmax0.113_gravitiy_True_lambda17_Lw0.25_L2_errornorms_over_time.csv};% - \addplot table [x=time, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain4_dt0.01_hmax0.113_gravitiy_True_lambda17_Lw0.25_L2_errornorms_over_time.csv};% - \end{axis} - \end{tikzpicture} - -\end{document} diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/meshres20_dt0.01_subsequent_errors.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/meshres20_dt0.01_subsequent_errors.tex deleted file mode 100644 index caabb998be78a68bd7ba7543c252f53629190154..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/meshres20_dt0.01_subsequent_errors.tex +++ /dev/null @@ -1,51 +0,0 @@ -\documentclass[a4paper]{scrartcl}%scrartcl -\input{praeambels_and_definitions/artikelpraeambel.tex} -\input{praeambels_and_definitions/artikel_theoreme_und_farbe.tex} -%\input{praeambels_and_definitions/special_symbols.tex} -%%%% MAKROS %%%%%%%%%%%%% restriction -\input{./praeambels_and_definitions/L-Schema_Paper_makros.tex} -% set graphicspath -\graphicspath{ {./} } - -\usepackage{pgfplotstable} - -\begin{document} - \foreach \timestep in {0.0,0.5,1.0,1.5,2.0,2.5,3.0,3.5,4.0,4.5}{ - % Generation of Subsequent_errors_t0.00 - \tikzsetnextfilename{RR-2-patch-subsequent_errors_t\timestep} - \tikzset{external/force remake} - \begin{tikzpicture} -% % \path[draw,dashed,thick] (3.13,0) -- (3.13,5.2); - \begin{semilogyaxis}[% - width=\textwidth, - title={ Subsequent errors for $t = 0$, $ h \approx 0.113$, $\tau =1\cdot 10^{-2}$ }, - % axis lines=left, - % legend style = {draw=none}, - legend cell align = left, - xlabel= {iterations}, - ylabel= {subsequent errors}, - xmin= 0, -% xmax= 53, -% ymin= 0, -% ymax= 0.0003, - grid= both, %major or minor -% axis line style={-Latex[round]}, - legend style={ -% anchor=north east, -% at={(1,1)}, - font=\tiny - }, - legend entries={$\bigl\|p_1^i - p_1^{i-1}\bigr\|_{L^2(\dom_1)}$, - $\bigl\|p_2^i - p_2^{i-1}\bigr\|_{L^2(\dom_2)}$, - $\bigl\|p_3^i - p_3^{i-1}\bigr\|_{L^2(\dom_3)}$, - $\bigl\|p_4^i - p_4^{i-1}\bigr\|_{L^2(\dom_4)}$ - }, - ] % end of axis options %col sep=comma, - \addplot table [x=iteration, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain1_dt0.01_hmax0.112_gravitiy_True_lambda15_Lw0.25subsequent_iteration_errors_at_time\timestep000.csv};% - \addplot table [x=iteration, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain2_dt0.01_hmax0.113_gravitiy_True_lambda15_Lw0.25subsequent_iteration_errors_at_time\timestep000.csv};% - \addplot table [x=iteration, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain3_dt0.01_hmax0.113_gravitiy_True_lambda15_Lw0.25subsequent_iteration_errors_at_time\timestep000.csv};%% - \addplot table [x=iteration, y=wetting] {../output/mesh_res20_dt0.01_with_gravity/subdomain4_dt0.01_hmax0.113_gravitiy_True_lambda15_Lw0.25subsequent_iteration_errors_at_time\timestep000.csv};% - \end{semilogyaxis} - \end{tikzpicture} - } -\end{document} diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/.dropbox.attr b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/.dropbox.attr deleted file mode 100755 index 9e26dfeeb6e641a33dae4961196235bdb965b21b..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/.dropbox.attr +++ /dev/null @@ -1 +0,0 @@ -{} \ No newline at end of file diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/Diplomarbeitsskriptpraeambel/theoreme_und_farbe.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/Diplomarbeitsskriptpraeambel/theoreme_und_farbe.tex deleted file mode 100644 index 91d7dc632ef6193d8b208ccb8d37ec11eda5d2a5..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/Diplomarbeitsskriptpraeambel/theoreme_und_farbe.tex +++ /dev/null @@ -1,321 +0,0 @@ -%FARBDEFINTIONEN -%\definecolor{dunkelblau}{rgb}{0.21,0.37,0.87}definert neue Farben. Mit rgb-Werten in % mit RGB kann man die %RGB werte driket angeben -%BLAUTOENE -\definecolor{mediumblue}{RGB}{0,0,205} -\definecolor{navyblue}{RGB}{0,0,128} -\definecolor{midnightblue}{RGB}{25,25,112} -\definecolor{royalblue4}{RGB}{39,64,139} -\definecolor{blue3}{RGB}{0,0,205} - -%ROT- UND BRAUNTOENE -\definecolor{brown}{RGB}{165,42,42} %Bordaux %heller -\definecolor{brown3}{RGB}{205,51,51} %eher rot -\definecolor{brown4}{RGB}{139,35,35} %ART Bordeaux %etwas dunkler -\definecolor{red3}{RGB}{205,0,0} %bordeauxrot %noch dunkler -\definecolor{tomato}{RGB}{205,79,57} % noch dunkler aehnlich zu red3 -\definecolor{firebrick3}{RGB}{205,38,38} -\definecolor{firebrick4}{RGB}{139,26,26} - -%GELBTOENE -\definecolor{gold}{RGB}{255,215,0} -\definecolor{gold3}{RGB}{238,201,0} %dunkler - -%ORANGETOENE -\definecolor{orange}{rgb}{.9,.6,.1} -\definecolor{dunkelorange}{rgb}{.9,.5,.0} - -%Gruen -\definecolor{darkgreen}{RGB}{0,100,0} -\definecolor{green3}{RGB}{0,205,0} %dunkler als das Standartgruen -\definecolor{olivedrab}{RGB}{107,142,35} -\definecolor{forestgreen}{RGB}{34,139,34} -\definecolor{darkolivegreen}{RGB}{85,107,47} - -%Grautoene -\definecolor{grey}{rgb}{0.5,0.5,0.5} -\definecolor{dimgrey}{RGB}{105,105,105} -\definecolor{dimgrey2}{RGB}{153,153,153} -\definecolor{dimgrey3}{RGB}{181,181,181} -\definecolor{lightgrey}{RGB}{211,211,211} -\definecolor{lightergrey}{RGB}{201,201,201} -\definecolor{verylightgrey}{RGB}{222,222,222} - - -%BRAUNTOENE -\definecolor{braun}{rgb}{.6,.5,.1} -\definecolor{braun2}{rgb}{.6,.4,.1} - -%DEFINITIONEN DER SATZ- UND THEOREMUMGEBUNGEN - -%\newcommand{\<Befehlsname>}{<Definition, was hinterher im Dokument erscheinen soll>} -%"'Befehlsname"` muss %ein wirklich neuer Befehl sein -%\newcommand{\<Befehlsname>}[Anzahl der Argumente des neuen Befehls (1...9)]{#i,#(i+1)} i -%= 1...9 %Beim %Befehlsaufruf erscheint das, was man in die Argumentklammern schreibt an -%der jeweiligen Stelle #i -%Analog fuer folgenden Befehl: "<\Befehl>" muss schon existieren -%\renewcommand{\<Befehl>}{<Definition>} -%\renewcommand{\<Befehl>}[<ArgAnz>]{<Definition>} -\newcommand{\bewend}{\rule{1ex}{1ex}} -%Beweis ende: ausgefuelltes Viereck fuer das Ende eines Beweises. -\newcommand{\latop}[2]{#1 \atop #2} %gibt dem TeX-Befehl \atop eine LaTeX ueblichere Form -\newcommand{\lchoose}[2]{#1 \choose #2} -%gibt dem TeX-Befehl \choose eine LaTeX ueblichere Form - -%%%%%%%%%%%%% ZUNAECHST DIE EIGENEN STYLES %%%%%%%%%%%%% -%erst mal ein Bugfix. -%entweder -% \makeatletter -% \def\thmt@refnamewithcomma #1#2#3,#4,#5\@nil{% -% \@xa\def\csname\thmt@envname #1utorefname\endcsname{#3}% -% \ifcsname #2refname\endcsname -% \csname #2refname\expandafter\endcsname\expandafter{\thmt@envname}{#3}{#4}% -% \fi -% } -% \makeatother -%oder Zur zwischenzeitlichen Abhilfe sollte es helfen, Z.48 in thm-autoref wie folgt -%abzuaendern: \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -%Ich habe das bereits gemacht. - -%Eingener Nummerierungsstyl am Rand und grau -%Damit der Stil margincolored definiert ist muss -% \definecolor{dimgrey}{RGB}{105,105,105} -% \definecolor{dimgrey2}{RGB}{153,153,153} -% \def\thmt@headstyle@margincolored{% -% \makebox[0pt][r]{\color{dimgrey2}\NUMBER\ }\NAME\NOTE -% } - -% -% zu thm-ntheorem.sty und thm-amsthm.sty ergänzt werden. -%%%%% Definitionsstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{olivedrab}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{olivedrab}$\pmb{\triangleleft}$]{customdefintion} -%Defintion -\declaretheorem[name=Definition,numberwithin=section,style=customdefintion, -refname={Definition,Defintionen}]{df} -%Bezeichnungen -\declaretheorem[name=Bezeichnungen,sibling=df,style=customdefintion, -refname={Bezeichnungen,Bezeichnungen}]{bez} -\declaretheorem[name=Bezeichnung,sibling=df,style=customdefintion, -refname={Bezeichnung,Bezeichnungen}]{bz} -%Bezeichnungen ohne Nummer: -\declaretheorem[name=Bezeichnungen,numbered=no,style=customdefintion, -refname={Bezeichnungen,Bezeichnungen}]{bez*} - -%Festlegung mit und ohne nummer -\declaretheorem[name=Festlegung,sibling=df,style=customdefintion, -refname={Festlegungen,Festlegungen}]{festlg} -\declaretheorem[name=Festlegung,numbered=no,style=customdefintion, -refname={Festlegungen,Festlegungen}]{nnfestlg} - -%%%%% Beispiel- und Bemerkungstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber oder margin -headfont={\color{midnightblue}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\color{midnightblue}$\pmb{\triangleleft}$]{custombspbem} -%Beispiel -\declaretheorem[numberlike=df,name=Beispiel,style=custombspbem, -refname={Beispiel,Beispiele}]{bsp} -%Bemerkung -\declaretheorem[name=Bemerkung,sibling=df,style=custombspbem, -refname={Bemerkung,Bemerkungen}]{bem} - -%%%%% Lemma-,Korollarstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{tomato}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{tomato}$\pmb{\lrcorner}$]{customlemma} -%Lemma -\declaretheorem[name=Lemma,sibling=df,style=customlemma, -refname={Lemma,Lemmata}]{lm} -%Korollar -\declaretheorem[name=Korollar,sibling=df,style=customlemma, -refname={Korollar,Korollare}]{kor} - -%%%%% Notizstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{darkgreen}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{darkgreen}$\pmb{\lrcorner}$]{customnotiz} -%Notiz -\declaretheorem[name=Notiz,sibling=df,style=customnotiz, -refname={Notiz,Notizen}]{nz} -%%Spezialnotiz fuer die D-Arbeit: Prinzip der Nullstellensuche -\declaretheorem[name=Prinzip der Nullstellensuche,sibling=df,style=customnotiz, -refname={Notiz,Notizen}]{pdnss} -\declaretheorem[name=Fragestellung,sibling=df,style=customnotiz, -refname={Fragestellung,Fragestellungen}]{frage} -\declaretheorem[name=Fragestellungen,sibling=df,style=customnotiz, -refname={Fragestellungen,Fragestellungen}]{fragen} - -\declaretheorem[name=Erklärung,sibling=df,style=customnotiz, -refname={Erklärung,Erklärungen}]{erklaerung} -\declaretheorem[name=Erklärung,numbered=no,style=customnotiz, -refname={Erklärung,Erklärungen}]{erklaerung*} - - -%%%%%%%%%%%%Berechnungstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{darkgreen}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\color{darkgreen}$\pmb{\bewend}$]{customberechnung} -%Nebenrechnung -\declaretheorem[name=Nebenrechnung,sibling=df,style=customberechnung, -refname={Nebenrechnung,Nebenrechnungen}]{nr} - -%%%%% Satz-, Hauptsatz-, Satz und Definition und Propositionsstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{firebrick4}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{firebrick4}$\lrcorner$]{customsatz} -%Satz -\declaretheorem[name=Satz,sibling=df,style=customsatz, -refname={Satz,S\"atze}]{sz} -%ohne Nummer -\declaretheorem[name=Satz,numbered=no,style=customsatz, -refname={Satz,S\"atze}]{sz*} -%Hauptsatz -\declaretheorem[name=Hauptsatz,sibling=df,style=customsatz, -refname={Hauptsatz,Haupts\"atze}]{hsz} -%ohne Nummer -\declaretheorem[name=Hauptsatz,numbered=no,style=customsatz, -refname={Hauptsatz,Haupts\"atze}]{hsz*} -%Satz und Definition -\declaretheorem[name=Satz und Definition,sibling=df,style=customsatz, -refname={Satz und Definition,S\"atze und Definitionen}]{szdf} -%Proposition -\declaretheorem[sibling=df,name=Proposition,style=customsatz, -refname={Proposition,Propositionen}]{proposition} - -%%%%%%%%% Beweisumgebung -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont=\bfseries, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\bewend]{custombew} -%Satz -\declaretheorem[numbered=no,name=Beweis,style=custombew, -refname={Beweis,Beweise}]{bew} - -%%%%%%%%%%%%%%%%%%%%%%% Zitieren von Code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%allgemeine Vorgaben fuer das Zieren von Code. - -\lstset{% -numberbychapter=true, % -breaklines=true,% -prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},% -breakatwhitespace=false,% -basicstyle=\footnotesize\ttfamily,% -commentstyle=\itshape,% -fontadjust=true,% -tabsize=2,% -stringstyle=\itshape,% -numbers=left,numberstyle=\footnotesize\ttfamily,% -extendedchars=true,% -inputencoding=utf8,% -stepnumber=1,% -frame=shadowbox,% -rulesepcolor=\color{grey},% -backgroundcolor=\color{white},% -showspaces=false,% -showstringspaces=false% -aboveskip={1.5\baselineskip},% -columns=fixed,% -upquote=true,% -} -% Spezialvorgaben fuer das Zitieren von MATLAB Code. -\newcommand{\citematlab}{\lstset{language=Matlab,% -emph={if,elseif,else,end,for,while,function,return},% -emphstyle=\bfseries\color{midnightblue},emph={[2]EigMitLambda,Zerol,CotKlTan -,CotKlTanSpez,XsGrLambda,XsKlLambda,CotGrTan,ordnen,EvenSingTan,einord},% -emphstyle={[2]\bfseries\color{olivedrab}},% -emph={[3]zew,ew,l,L,lambda,ewsum,ewanz,phi,v1,v2},emphstyle={[3]\color{braun}}}} - -\crefname{lstlisting}{Listing}{Listings} -\Crefname{lstlisting}{Listing}{Listings} - -%INDEXERSTELLUNG - -%\makeindex %erstellt ein indexfile. soll man am schluss erst machen! -%\makeglossary -%\includeonly{1laag1} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - HIER BEGINNT DAS DOKUMENT - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - - -\linespread{1.35} -%setzt einen anderen Zeilenabstand fest. Dieser Befehl sollte vor -%\begin{document} stehen, damit er fuer das ganze Dokument gilt. - -%%%%%%%%%%%%%%%%%%%% Ausgemusterter Code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%Dies sind Theoremdefintionen f\"ur das ntheorem packet. -% {\theoremseparator{.} -% \theoremheaderfont{\color{olivedrab}\bfseries\scshape} -% \theoremstyle{plain} -% \newtheorem{df}{Definition}[section] } -% -% {\theoremseparator{.} -% \theoremheaderfont{\color{olivedrab}\bfseries\scshape} -% {\theoremheaderfont{\color{midnightblue}\bfseries\scshape} -% \theorembodyfont{\rmfamily} -% \theoremstyle{plain} -% \newtheorem{bem}[df]{Bemerkung} -% \newtheorem{bsp}[df]{Beispiel}} } -% -% {\theoremseparator{.} -% \theoremstyle{plain} -% {\theoremheaderfont{\color{firebrick4} \bfseries\scshape} -% \newtheorem{sz}[df]{Satz} -% \newtheorem{prop}[df]{Proposition} -% \newtheorem{szdf}[df]{Satz und Definition} -% \newtheorem{hsz}[df]{Hauptsatz}} - -%{\theoremheaderfont{\color{tomato} \bfseries\scshape} -% \newtheorem{lm}[df]{Lemma} -% \newtheorem{nz}[df]{Notiz} -% \newtheorem{nr}[df]{Nebenrechnung} -% \newtheorem{kor}[df]{Korollar}} -% } -% -% {\theoremseparator{.} -% \theoremstyle{plain} -% {\theoremheaderfont{\bfseries\scshape} -% \theorembodyfont{\rmfamily} -% \newtheorem*{bew}{Beweis}} -% } diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/L-Schema_Paper_makros.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/L-Schema_Paper_makros.tex deleted file mode 100644 index cdfeee4d2510ec024caa464947d883355d9e0879..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/L-Schema_Paper_makros.tex +++ /dev/null @@ -1,92 +0,0 @@ - -%%% THIS FILE CONTAINS MACROS FOR THE L-SCHEME-PAPER - -\newcommand{\restric}{\,\rule[-5pt]{0.4pt}{12pt}\,{}} -\newcommand{\dom}{\Omega} -\newcommand{\union}[2]{#1 \cup \, #2} -%vector -\newcommand{\vt}[1]{\boldsymbol{#1}} -% smoothness of domain -\newcommand{\smoothness}{{Lipschitz}} -\newcommand{\addnullcolor}{black!60} -% smoothness of interfac -\newcommand{\interfacesmoothness}{{Lipschitz}} -% Domain boundaries -% outer Boundaries -\newcommand{\oB}[1]{\partial\Omega^{#1}} -%\newcommand{\OuterBoundary}{$\partial\dom\cap\partial\dom_2$} - -\newcommand{\kdiff}{k^{\text{diff}}} - -% makros for the L-scheme scheme -\newcommand{\plni}[2][l]{p_{#1}^{n,#2}} -%\newcommand{\gradplni}[2][l]{\vt{p_{#1}^{n,#2}}} -\newcommand{\Splni}[1]{S_l(p_l^{n,#1})} -\newcommand{\gradplni}[1]{\vt{\nabla p_l^{n,#1}}} -\newcommand{\gradplniMinusG}[1]{\vt{\nabla \bigl( p_l^{n,#1} - z \bigr)}} -\newcommand{\klni}[2][l]{k_#1\bigl(S_#1(p_#1^{n,#2})\bigr)} -\newcommand{\kln}[1]{k_{#1}\bigl(S_{#1}(p_{#1}^{n})\bigr)} -\newcommand{\klnnull}[1]{k_{#1}\left(S_{#1}\bigl(p_{#1}^{n-1}\bigr)\right)} -\newcommand{\gli}[2][l]{g_{#1}^{#2}} -% the same for the summed variables -\newcommand{\pni}[1][i]{p^{n,#1}} -\newcommand{\gradpni}[1][i]{\nabla p^{n,#1}} -\newcommand{\gi}[1][i]{g^{#1}} -\newcommand{\epli}[2][l]{e_{p,#1}^{#2}} -\newcommand{\epliOnGamma}[2][l]{e_{p,#1|_\Gamma}^{#2}} -\newcommand{\gradepli}[2][l]{\vt{\nabla e_{p,#1}^{#2}}} -\newcommand{\egli}[2][l]{e_{g,#1}^{#2}} -\newcommand{\flux}[2][l]{\vt{F_{#1}^{n,#2}}} -% scalar product -% normal math mode sized -\newcommand{\spl}{\bigl\langle} -\newcommand{\spr}{\bigr\rangle} -% text mode sized -\newcommand{\tspl}{\langle} -\newcommand{\tspr}{\rangle} -% bigger sized -\newcommand{\bspl}{\Bigl\langle} -\newcommand{\bspr}{\Bigr\rangle} -%norms -\newcommand{\nml}{\bigl\|} -\newcommand{\nmr}{\bigr\|} -\newcommand{\Nml}{\Bigl\|} -\newcommand{\Nmr}{\Bigr\|} - -% spaces -\newcommand{\fs}[1]{H_{\oB{#1}}^1} -\newcommand{\Fs}{\mathcal{V}} -\newcommand{\Tracespace}{H^{1/2}_{00}(\Gamma)} -\newcommand{\tGamma}{{\tilde{\Gamma}}} -\newcommand{\onGamma}[1]{{#1}_{|_\Gamma}} -\newcommand{\RR}{\mathbb{R}} -\newcommand{\RRd}{\mathbb{R}^d} -\newcommand{\NN}{\mathbb{N}} -\newcommand{\CC}{\mathbb{C}} -\newcommand{\KK}{\mathbb{K}} -\newcommand{\ZZ}{\mathbb{Z}} -\newcommand{\QQ}{\mathbb{Q}} -\newcommand{\Hr}{\mathscr{H}} -\newcommand{\Lb}{\mathcal{L}} -\newcommand{\D}{\mathcal{D}} -\newcommand{\V}{\mathcal{V}} -%\newcommand{\G}{\mathcal{G}} -\newcommand{\E}{\mathcal{E}} -\DeclareMathOperator{\Span}{Span} -\DeclareMathOperator{\vol}{vol} -\DeclareMathOperator{\re}{Re} -\DeclareMathOperator{\im}{Im} -\DeclareMathOperator{\cosinus}{cosinus} -\DeclareMathOperator{\dv}{\nabla\cdot } -\DeclareMathOperator{\supp}{supp} -\DeclareMathOperator{\dist}{dist} -\DeclareMathOperator{\length}{length} -\DeclareMathOperator{\trace}{tr} -%\DeclareMathOperator{\liminf}{lim inf} -%\DeclareMathOperator{\deg}{deg} -%\DeclareMathOperator{\max}{max} -\providecommand{\abs}[1]{\lvert#1\rvert} -\providecommand{\norm}[1]{\lVert#1\rVert} -\newcommand{\tr}[1]{\trace_{#1}} - -\newcommand{\HRule}{\rule{\linewidth}{0.5mm}} diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/artikel_theoreme_und_farbe.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/artikel_theoreme_und_farbe.tex deleted file mode 100644 index 4e7bcfde9a848756731ec73a8c98253e57adf9b6..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/artikel_theoreme_und_farbe.tex +++ /dev/null @@ -1,383 +0,0 @@ -%FARBDEFINTIONEN -%\definecolor{dunkelblau}{rgb}{0.21,0.37,0.87}definert neue Farben. Mit rgb-Werten in % mit RGB kann man die %RGB werte driket angeben - -%BLAUTOENE -\definecolor{mediumblue}{RGB}{0,0,205} -\definecolor{navyblue}{RGB}{0,0,128} -\definecolor{midnightblue}{RGB}{25,25,112} -\definecolor{royalblue4}{RGB}{39,64,139} -\definecolor{blue3}{RGB}{0,0,205} -\definecolor{steelblue3}{RGB}{79,148,205} -\definecolor{steelblue4}{RGB}{54,100,139} - -%ROT- UND BRAUNTOENE -\definecolor{brown}{RGB}{165,42,42} %Bordaux %heller -\definecolor{brown3}{RGB}{205,51,51} %eher rot -\definecolor{brown4}{RGB}{139,35,35} %ART Bordeaux %etwas dunkler -\definecolor{red3}{RGB}{205,0,0} %bordeauxrot %noch dunkler -\definecolor{tomato}{RGB}{205,79,57} % noch dunkler aehnlich zu red3 -\definecolor{firebrick3}{RGB}{205,38,38} -\definecolor{firebrick4}{RGB}{139,26,26} - -%GELBTOENE -\definecolor{gold}{RGB}{255,215,0} -\definecolor{gold3}{RGB}{238,201,0} %dunkler -\definecolor{darkgoldenrod1}{RGB}{255,185,15} -\definecolor{goldenrod1}{RGB}{255,193,37} -\definecolor{goldenrod}{RGB}{218,165,32} - -%ORANGETOENE -\definecolor{orange}{rgb}{.9,.6,.1} -\definecolor{dunkelorange}{rgb}{.9,.5,.0} -\definecolor{orange2}{RGB}{238,154,0} -\definecolor{orange3}{RGB}{205,133,0} - -%Gruen -\definecolor{darkgreen}{RGB}{0,100,0} -\definecolor{green3}{RGB}{0,205,0} %dunkler als das Standartgruen -\definecolor{olivedrab}{RGB}{107,142,35} -\definecolor{olivedrab2}{RGB}{179,238,58} -\definecolor{olivedrab3}{RGB}{154,205,50} -\definecolor{forestgreen}{RGB}{34,139,34} -\definecolor{darkolivegreen}{RGB}{85,107,47} -\definecolor{darkolivegreen4}{RGB}{110,139,61} -\definecolor{khaki3}{RGB}{205,198,115} - -%Grautoene -\definecolor{grey}{rgb}{0.5,0.5,0.5} -\definecolor{dimgrey}{RGB}{105,105,105} -\definecolor{dimgrey2}{RGB}{153,153,153} -\definecolor{dimgrey3}{RGB}{181,181,181} -\definecolor{lightgrey}{RGB}{211,211,211} -\definecolor{lightergrey}{RGB}{201,201,201} -\definecolor{verylightgrey}{RGB}{222,222,222} - - -%BRAUNTOENE -\definecolor{braun}{rgb}{.6,.5,.1} -\definecolor{braun2}{rgb}{.6,.4,.1} -\definecolor{tan4}{RGB}{149,90,43} - -%%SCHATTIERUNGEN VON WEISS -\definecolor{wheat3}{RGB}{205,186,150} -\definecolor{wheat4}{RGB}{139,126,102} - - -%DEFINITIONEN DER SATZ- UND THEOREMUMGEBUNGEN - -%\newcommand{\<Befehlsname>}{<Definition, was hinterher im Dokument erscheinen soll>} -%"'Befehlsname"` muss %ein wirklich neuer Befehl sein -%\newcommand{\<Befehlsname>}[Anzahl der Argumente des neuen Befehls (1...9)]{#i,#(i+1)} i -%= 1...9 %Beim %Befehlsaufruf erscheint das, was man in die Argumentklammern schreibt an -%der jeweiligen Stelle #i -%Analog fuer folgenden Befehl: "<\Befehl>" muss schon existieren -%\renewcommand{\<Befehl>}{<Definition>} -%\renewcommand{\<Befehl>}[<ArgAnz>]{<Definition>} -\newcommand{\bewend}{\rule{1ex}{1ex}} -\renewcommand{\qedsymbol}{\rule{1ex}{1ex}} -%Beweis ende: ausgefuelltes Viereck fuer das Ende eines Beweises. -\newcommand{\latop}[2]{#1 \atop #2} %gibt dem TeX-Befehl \atop eine LaTeX ueblichere Form -\newcommand{\lchoose}[2]{#1 \choose #2} -%gibt dem TeX-Befehl \choose eine LaTeX ueblichere Form - -%%%%%%%%%%%%% ZUNAECHST DIE EIGENEN STYLES %%%%%%%%%%%%% -%erst mal ein Bugfix. -%entweder -% \makeatletter -% \def\thmt@refnamewithcomma #1#2#3,#4,#5\@nil{% -% \@xa\def\csname\thmt@envname #1utorefname\endcsname{#3}% -% \ifcsname #2refname\endcsname -% \csname #2refname\expandafter\endcsname\expandafter{\thmt@envname}{#3}{#4}% -% \fi -% } -% \makeatother -%oder Zur zwischenzeitlichen Abhilfe sollte es helfen, Z.48 in thm-autoref wie folgt -%abzuaendern: \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -%Dies ist in der TeXLive2014 bereits gefixt. - -%Eingener Nummerierungsstyl am Rand und grau -%Damit der Stil margincolored definiert ist muss -\makeatletter - \def\thmt@headstyle@margincolored{% - \makebox[0pt][r]{\color{black!40}\NUMBER\ }\NAME\NOTE - } -\makeatother -% in thm-ntheorem.sty und thm-amsthm.sty ergaenzt werden. Dies ist mit diesem Code erledigt ohne -%die Originalpakete zu veraendern. - -% General Numbering Style -%\def \customheadformat {margincolored} -%%% FARBDEFINTIONEN fuer theoremstyles -\newcommand{\definitionstylecolor}{black} -\newcommand{\exampleandremarkstylecolor}{black} -\newcommand{\lammacorollarystylecolor}{black} -\newcommand{\notestylecolor}{black} -\newcommand{\customtheoremstylecolor}{black} -%\newcommand{margincolored}{margin} -%%%%% Definitionsstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored,%margincolored, %auch moeglich ist swapnumber margin -headfont={\color{\definitionstylecolor}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{\definitionstylecolor}$\pmb{\triangleleft}$]{customdefintion} -%Defintion -\declaretheorem[name=Definition,numberwithin=section,style=customdefintion, -refname={Definition,Defintionen}]{df} -%Bezeichnungen -\declaretheorem[name=Bezeichnungen,sibling=df,style=customdefintion, -refname={Bezeichnungen,Bezeichnungen}]{bez} -\declaretheorem[name=Bezeichnung,sibling=df,style=customdefintion, -refname={Bezeichnung,Bezeichnungen}]{bz} -%Bezeichnungen ohne Nummer: -\declaretheorem[name=Bezeichnungen,numbered=no,style=customdefintion, -refname={Bezeichnungen,Bezeichnungen}]{bez*} -%notations -\declaretheorem[name=Notations,sibling=df,style=customdefintion, -refname={Notations,Notations}]{notations} -%notation -\declaretheorem[name=Notation,sibling=df,style=customdefintion, -refname={Notation,Notations}]{notation} -%notations without number: -\declaretheorem[name=Notations,numbered=no,style=customdefintion, -refname={Notations,Notations}]{notations*} -%Assumption -\declaretheorem[name=Assumption,sibling=df,style=customdefintion, -refname={assumption,assumptions}]{assumption} -%Assumptions -\declaretheorem[name=Assumptions,sibling=df,style=customdefintion, -refname={assumptions,assumptions}]{assumptions} - - -%Festlegung mit und ohne nummer -\declaretheorem[name=Festlegung,sibling=df,style=customdefintion, -refname={Festlegungen,Festlegungen}]{festlg} -\declaretheorem[name=Festlegung,numbered=no,style=customdefintion, -refname={Festlegungen,Festlegungen}]{nnfestlg} - -%%%%% Beispiel- und Bemerkungstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber oder margin -headfont={\color{\exampleandremarkstylecolor}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\color{\exampleandremarkstylecolor}$\pmb{\triangleleft}$]{custombspbem} -%Beispiel -\declaretheorem[numberlike=df,name=Beispiel,style=custombspbem, -refname={Beispiel,Beispiele}]{bsp} -%Bemerkung -\declaretheorem[name=Bemerkung,sibling=df,style=custombspbem, -refname={Bemerkung,Bemerkungen}]{bem} -%Example -\declaretheorem[numberlike=df,name=Example,style=custombspbem, -refname={Example,Examples}]{example} -%remark -\declaretheorem[name=Remark,sibling=df,style=custombspbem, -refname={Remark,Remarks}]{remark} -% observation -\declaretheorem[name=Observation,sibling=df,style=custombspbem, -refname={Observation,Observations}]{observation} -%%%%% Lemma-,Korollarstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{\lammacorollarystylecolor}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{\lammacorollarystylecolor}$\pmb{\lrcorner}$]{customlemma} -%Lemma -\declaretheorem[name=Lemma,sibling=df,style=customlemma, -refname={Lemma,Lemmata}]{lemma} -%Korollar -\declaretheorem[name=Korollar,sibling=df,style=customlemma, -refname={Korollar,Korollare}]{kor} -%Corollay -\declaretheorem[name=Corollary,sibling=df,style=customlemma, -refname={Corollary,Corollaries}]{corollary} -%Conclusion -\declaretheorem[name=Conclusion,sibling=df,style=customlemma, -refname={Conclusion,Conclusions}]{conclusion} - - - -%%%%% Notizstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored,%margincolored, %auch moeglich ist swapnumber margin -headfont={\color{\notestylecolor}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{\notestylecolor}$\pmb{\lrcorner}$]{customnotiz} -%Notiz -\declaretheorem[name=Notiz,sibling=df,style=customnotiz, -refname={Notiz,Notizen}]{notiz} -%%Spezialnotiz fuer die D-Arbeit: Prinzip der Nullstellensuche -\declaretheorem[name=Prinzip der Nullstellensuche,sibling=df,style=customnotiz, -refname={Notiz,Notizen}]{pdnss} -\declaretheorem[name=Fragestellung,sibling=df,style=customnotiz, -refname={Fragestellung,Fragestellungen}]{frage} -\declaretheorem[name=Fragestellungen,sibling=df,style=customnotiz, -refname={Fragestellungen,Fragestellungen}]{fragen} -%Idea environment -\declaretheorem[name=Idea,sibling=df,style=customnotiz, -refname={idea,ideas}]{idea} -%Main Idea environment -\declaretheorem[name=Main idea,sibling=df,style=customnotiz, -refname={main idea,main ideas}]{mainidea} -%General Idea environment -\declaretheorem[name=General idea,sibling=df,style=customnotiz, -refname={general idea,general ideas}]{generalidea} -%Questions and Tasks -\declaretheorem[name=Questions and Tasks,sibling=df,style=customnotiz, -refname={questions and tasks,question and tasks}]{QuestTasks} -%Problem -\declaretheorem[name=Problem,sibling=df,style=customnotiz, -refname={problem,problems}]{problem} -\declaretheorem[name=Problem,numbered=no,style=customnotiz, -refname={problem,problems}]{problem*} -% Note -\declaretheorem[name=Note,sibling=df,style=customnotiz, -refname={Note,Notes}]{note} - - - -\declaretheorem[name=Erklärung,sibling=df,style=customnotiz, -refname={Erklärung,Erklärungen}]{erklaerung} -\declaretheorem[name=Erklärung,numbered=no,style=customnotiz, -refname={Erklärung,Erklärungen}]{erklaerung*} - - -%%%%%%%%%%%%Berechnungstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{darkgreen}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\color{darkgreen}$\pmb{\bewend}$]{customberechnung} -%Nebenrechnung -\declaretheorem[name=Nebenrechnung,sibling=df,style=customberechnung, -refname={Nebenrechnung,Nebenrechnungen}]{nr} - -%%%%% Satz-, Hauptsatz-, Satz und Definition und Propositionsstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored,%margincolored, %auch moeglich ist swapnumber margin -headfont={\color{\customtheoremstylecolor}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{\customtheoremstylecolor}$\lrcorner$]{customsatz} -%Satz -\declaretheorem[name=Satz,sibling=df,style=customsatz, -refname={Satz,S\"atze}]{satz} -%ohne Nummer -\declaretheorem[name=Satz,numbered=no,style=customsatz, -refname={Satz,S\"atze}]{satz*} -%Hauptsatz -\declaretheorem[name=Hauptsatz,sibling=df,style=customsatz, -refname={Hauptsatz,Haupts\"atze}]{hauptsatz} -%ohne Nummer -\declaretheorem[name=Hauptsatz,numbered=no,style=customsatz, -refname={Hauptsatz,Haupts\"atze}]{hauptsatz*} -%Satz und Definition -\declaretheorem[name=Satz und Definition,sibling=df,style=customsatz, -refname={Satz und Definition,S\"atze und Definitionen}]{satzunddefiniton} -%Proposition -\declaretheorem[sibling=df,name=Proposition,style=customsatz, -refname={Proposition,Propositionen}]{proposition} -% English -%theorem -\declaretheorem[name=Theorem,sibling=df,style=customsatz, -refname={Theorem,Theorems}]{satzengl} -%ohne Nummer -\declaretheorem[name=Theorem,numbered=no,style=customsatz, -refname={Theorem,Theorems}]{satzengl*} -%Satz und Definition -\declaretheorem[name=Theorem and Definition,sibling=df,style=customsatz, -refname={Theorem and Definition,Theorems and Definitions}]{thmdf} -%Proposition -\declaretheorem[sibling=df,name=Proposition,style=customsatz, -refname={Proposition,Propositions}]{prop} - - -%%%%%%%%% Beweisumgebung -%\newcommand{\customtheoremstylecolor}{black} -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored,%margincolored, %auch moeglich ist swapnumber margin -headfont=\bfseries, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\bewend]{custombew} -%Beweis -\declaretheorem[numbered=no,name=Beweis,style=custombew, -refname={Beweis,Beweise}]{Beweis} -%1 -\declaretheorem[numbered=no,name=Proof,style=custombew,% -refname={Proof,Proofs}]{Proof} - -%%% helps cleverref to use the correct capitalization -\crefname{lstlisting}{listing}{listings} -\Crefname{lstlisting}{Listing}{Listings} -\crefname{problem}{problem}{problems} -\Crefname{problem}{Problem}{Problems} -\crefname{notation}{notation}{notations} -\Crefname{notation}{Notation}{Notations} -\crefname{lm}{lemma}{lemmata} -\Crefname{lm}{Lemma}{Lemmata} -\crefname{assumptions}{assumptions}{assumptions} -\Crefname{assumptions}{Assumptions}{Assumptions} -\crefname{satzengl}{theorem}{theorems} -\Crefname{satzengl}{Theorem}{Theorems} -\crefname{satzengl*}{theorem}{theorems} -\Crefname{satzengl*}{Theorem}{Theorems} -\crefname{cor}{corollary}{corollaries} -\Crefname{cor}{Corollary}{Corollaries} -\crefname{df}{defintion}{defintions} -\Crefname{df}{Defintion}{Defintions} -\crefname{remark}{remark}{remarks} -\Crefname{remark}{Remark}{Remarks} -\crefname{observation}{observation}{observations} -\Crefname{observation}{Observation}{Observations} -%%%%%%%%%%%%%%%%%%%%%%% Zitieren von Code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%allgemeine Vorgaben fuer das Zieren von Code. -% -% \lstset{% -% numberbychapter=true, % -% breaklines=true,% -% prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},% -% breakatwhitespace=false,% -% basicstyle=\footnotesize\ttfamily,% -% commentstyle=\itshape,% -% fontadjust=true,% -% tabsize=2,% -% stringstyle=\itshape,% -% numbers=left,numberstyle=\footnotesize\ttfamily,% -% extendedchars=true,% -% inputencoding=utf8,% -% stepnumber=1,% -% frame=shadowbox,% -% rulesepcolor=\color{grey},% -% backgroundcolor=\color{white},% -% showspaces=false,% -% showstringspaces=false% -% aboveskip={1.5\baselineskip},% -% columns=fixed,% -% upquote=true,% -% } -% % Spezialvorgaben fuer das Zitieren von MATLAB Code. -% \newcommand{\citematlab}{\lstset{language=Matlab,% -% emph={if,elseif,else,end,for,while,function,return},% -% emphstyle=\bfseries\color{midnightblue},emph={[2]EigMitLambda,Zerol,CotKlTan -% ,CotKlTanSpez,XsGrLambda,XsKlLambda,CotGrTan,ordnen,EvenSingTan,einord},% -% emphstyle={[2]\bfseries\color{olivedrab}},% -% emph={[3]zew,ew,l,L,lambda,ewsum,ewanz,phi,v1,v2},emphstyle={[3]\color{braun}}}} diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/artikelpraeambel.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/artikelpraeambel.tex deleted file mode 100644 index a72947cb8f0007347b0e96dc97a64bd7f39610f2..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/artikelpraeambel.tex +++ /dev/null @@ -1,452 +0,0 @@ -%Dies ist der Kopf meiner Skripte. Er enthaelt alle Pakete und Einstellungen - -%%% BUG FIXING SECTION -% There ist a bug in thmtools. After Latex Upgrade change line 48 in thm-autoref.sty so that -% it reads -%\csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -% then run texhash - -%MAKROPAKETE -%1.PAKETE DIE MIT DER KODIERUNG VON ZEICHEN ZU TUN HABEN. -%\usepackage[german]{babel} -%Definition von Sprachabhaengigen Komponenten insbesondere fuer Dokumente -%in anderen Sprachen als Englisch -%\usepackage{fixltx2e} -\usepackage{etex} %some fix for hyperref -%Korrektur einiger Fehler die sich in LaTeX2e eingeschlichen haben. -%\usepackage{ngerman} -% stellt Sonderzeichen und ihre Befehle wie zum Beispiel "o zur Verfuegung - -%%%%%%%%%%%% SCHRIFTEN %%%%%%%%%%%%%%%%%%%%%%%% -%\usepackage{mathpazo}%andere Schriftart -%\usepackage{lmodern} -%\usepackage{beramono} -% Using Courier font -\renewcommand{\ttdefault}{pcr} -%Tweak, damit auch im Mathemodus tt-schrift fettgedruckt werden kann. -\usepackage{ifluatex} -%%%% PDFLaTeX or LUALaTeX %%%%%%% -\ifluatex - %\usepackage{luatextra} - \usepackage{lualatex-math} -% \usepackage{unicode-math} -% \setmathfont{xits-math.otf} -\else - %% if pdflatex is used uncomment the following packages. If lualatex is used comment them. - %dieses Paket ermoeglicht die Eingabe von Sonderzeichen ueber die Tastatur - \usepackage[utf8]{inputenx} - %additions for utf8 - \input{ix-utf8enc.dfu} - %% comment \usepackage{uiinput} if lulatex is used! line 131 - %% if pdflatex is used uncomment above packages. If lualatex is used comment them. -\fi -\usepackage{microtype} -\usepackage[dvipsnames,svgnames,table]{xcolor} % Farben - -\usepackage[T1]{fontenc} %Kodierung von Zeichensaetzen. - %Das optionale Argument <Kodierung> kann eine durch Komma getrennte Liste von -%Kodierungen enthalten. Im Text koennte dann an %beliebiger %Stelle zum wechseln der -%Kodierung die Befehlsfolge: - %\fontencoding{<Kodierung>} - %\selectfont - %verwendet werden. Gaengige Kodierungen sind: -% Tabelle 5.4: Kodierungen -% T1 8-Bit-Standard fuer EC-Fonts -% TS 8-Bit-Zeichenkodierung fuer TS-Fonts -% OT1 7-Bit-Kodierung fuer Text1 , CM-Fonts -% OML 7-Bit-Kodierung fuer Formeltext1 -% OMS 7-Bit-Kodierung fuer mathematische Symbole1 -% OMX 7-Bit-Kodierung fuer erweiterte mathematische Symbole1 -\usepackage{latexsym} -%Definiert zusaetzliche Symbolbefehle. -\usepackage[full]{textcomp} -% Sammlung von Textsymbolen. Optional kann [safe] oder [full] -% als Option hinzugefuegt werden, lezteres aber nur bei -%CM und EC-Fonts - -% einige mathesymbole wie \lbrack -\usepackage{stmaryrd} -\usepackage{eucal} -%Stellt deutsche Frakturschrift im Math Modus zur Verfuegung bei \mathcal -%\usepackage{sistyle,upgreek} -%\usepackage{fixmath} -% sistyle stellt \SI{Masszahl}{Einheit} -% bereit, zur si-konformen Darstellung von phy Goessen. textcom und upgreek stellt -% fweiter Symbole bereit, welche sistyle braucht. Ausserdem diese Befehle \micro, -% \ohm, \SIdecimalsign{,}(legt die trennung bei Dezimalzahlen fest) -% \SIproductsign{\cdot} (legt das Multiplikationszeichen fest) \SIgroupfourfalse -% erzeugt bei grossen Zahlen kleine Abstaende zwischen 3ergruppen \ang{zahl} ist das -% gradzeichen. -\usepackage{mathrsfs} %Stellt schreibschrift zur verfuegung im Mathemoduns mit \mathscr - -%1.01 LAYOUTPAKETE -\usepackage[left = 2.5 cm, right = 2.5 cm, top = 2.5 cm, bottom = 3cm]{geometry} %a4paper -% left = 3.5 cm, right = 3.5 cm, top = 3.3 cm, bottom = 6.6cm -%\usepackage{fancyhdr}%Wird fuer erweiterte Kopf- und Fusszeileneinstellungen benoetigt. - -%\usepackage{enumerate}%Stellt die freie Auswahl von Aufzaehlungszeichen zur Verfuegung -\usepackage[shortlabels]{enumitem} %Anpassbare Enumerates/Itemizes mit [label=] - %shortlabels: komp. zu enumerate -%Packete zur benutzung des KOMA-Paketes fuer europaeische Layouts also zur -%Benutzung von 'scrartcl' fuer Artikel, 'scrreprt' fuer umfangreiche %Artikel und -%Artikelsammlungen, 'scrbook' fuer Buecher und %'scrlettr2' fuer Briefe: -%\usepackage{scrpage2} %fuer Kopf- und Fusszeilen, -%\usepackage{scrdate,scrtime}% fuer Wochentag und Uhrzeit, -%\usepackage{scraddr} -%zur Loesung von Problemen mit Paketabhaengigkeiten scrfile sowie fuer -%Briefadressverwaltung scraddr. - -%%%% neue Befehle -%Zahlensymbole - -%1.1PAKETE NOTWENDIG FUER MATHEMATISCHE FORMELN -\usepackage{amsfonts}%Fonts = Schriftarten der American mathematical Society (ams) -\usepackage{amssymb}%Mathematische Symbole der ams. -\usepackage{bbm} -\usepackage{amsmath} -% \ifluatex -% \usepackage{unicode-math} -% \else -% -% \fi - -%Definiert viele weitere Befehle fuer mathematischen Formeln und darueber hinaus. -\usepackage{exscale} -% Skaliert mathematische Symbole in anderen Schriftarten als ‚cmex10‘, so dass -% falls die Schriftart in anderen Groessen als 10pt vorliegt diese angepasst -% werden koennen -\usepackage{amstext} -% erlaubt es in abgesetzten Gleichungen mit \text kurzen Text einzufuegen. -%\usepackage{amsextra}%hauptsaechlich fuer die Kompatibilitaet von Dokumenten -%gebraucht. -%\usepackage[arrow,matrix,curve]{xy} -% Packet xy-pic um Kommutative Diagramme und -% zweidim Zeichnungen zu %zeichnen.in den eckigen Klammern stehen Module die -% geladen werden, je nach dem was man braucht. In der %Matheumgebung wird das so -% benutzt: \begin{xy} ...\end{xy} - -%Theoremumgebungen -\usepackage{amsthm}%Ermoeglicht kontrolle ueber die Theorem-Umgebung beisst -%sich mit ntheorem funktioniert aber mit \usepackage{thmtools} -\usepackage{thm-patch,aliasctr,parseargs,keyval} -\usepackage{thmtools} - -%stellt \declaretheorem[style=definition,qed=$\rtimes$]{definition} -%zur verfuegung -% There ist a bug in thmtools. After Latex Upgrade change line 48 in thm-autoref.sty so that -% it reads -% \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -% then run texhash - -%Erlaubt das Setzen fetter Symbole mit \boldymbol{} bzw\pmb{} -\usepackage{bm} -\usepackage{amsbsy} -% stellt die Befehle \bm \hm zur Verfuegung, um mathematische -% Symbole fett zu machen. Muss nach allen Fontpacketen geladen %werden!!! - -\ifluatex - %\usepackage{unicode-math} -\else - % if LUALaTeX is used uncomment this - %\usepackage{uniinput} %ermoeglicht die Eingabe von unicode Zeichen -\fi - -%\usepackage{listings} -%Wird verwendet um sourcecode zu TeXen, stellt -%\begin{lstlisting} .. \end{lstlisting} und \lstinputlisting zur Verfuegung - - -%2.PAKETE FUER GRAFIKEN UND GLEITOBJEKTE -\usepackage{float,scrhack} -%Stellt zusaetzliche Befehle fuer Gleitobjekte zur Verfuegung -\usepackage{wrapfig} -%Stellt die Moeglichkeit zur Verfuegung Text um Bilder herumlaufen zu lassen. -\usepackage[textfont=it,labelfont=bf,format=plain]{caption} -% Ermoeglicht das einstellen von figureumgebungen -\usepackage{subcaption} - -\usepackage{array}%Verbessert die Darstellung von Tabellen und stellt erweiterte Befehle -%zur Verfuegung. -\usepackage{hhline} %stellt den \hhline in Tabellen zur Verfuegung -\usepackage{delarray} -%stellt eine einfachere Umgebung fuer begrenzte Arrays zur -%Verfuegung.\begin{array} LB {<Spaltenvereinbarung>} RB - -% das tabu Packet, ein machtiges Tabellenpaket -\usepackage{tabu} -\usepackage{colortbl} % Farben in Tabellenzeilen - -%\usepackage{flafter} %Verhindert, dass Gleitobjekte in einem Dokument vor die -%Stelle gesetzt werden, an der sie in der Eingabedatei %aufgebaut werden. -%\usepackage{graphpap}%Zum Setzen von „Millimeter“-Papier. Es definiert den -%graphics paper-Befehl in der picture-Umgebung. - -%\usepackage[]{graphicx} %vorsicht, laedt hyperref -%\usepackage{sidecap} -%Für das malen von Graphen -%Für das malen von Grafiken -% waehle zunaechst das richtige Treiberbackend fuer Tikz. -% beamer erkennt z. T nicht das richtige backend. pgfsys-pdf.def ist die Option, die am meisten unterstuetzt. -%Für das malen von Graphen -\usepackage{tikz} -\usepackage{pgfplots} -\pgfplotsset{compat=newest,% -% width=0.49\textwidth% - every axis plot post/.append style={ - every mark/.append style={scale=0.8,solid}, - } -} -\usetikzlibrary{arrows,% - arrows.meta,% - petri,% - topaths,% - fit,% - positioning,% - decorations.pathmorphing,% - backgrounds, - calc,% -}% - -% Ausgabe von Grafiken als externe Grafik -\usetikzlibrary{external} -\usepgfplotslibrary{external} -%\tikzset{external/optimize=true}% -%% tikzset von Jim -\tikzset{external/system call={lualatex \tikzexternalcheckshellescape --shell-escape -halt-on-error --interaction=batchmode -jobname "\image" "\texsource"}} - -%%%%%%% convert externalized tikzgraphics to png -%optional png setup -\tikzset{ - png export/.style={ - external/system call=% - {lualatex \tikzexternalcheckshellescape --shell-escape -halt-on-error -interaction=batchmode -jobname -"\image" "\texsource" && % - convert -density 300 "\image.pdf" "\image.png"}, - } -} - -\tikzset{% - % Add size information to the .dpth file (png is in density not size) - /pgf/images/external info, - % Use the png export AND the import - use png/.style={png export,png import}, - png import/.code={% - \tikzset{% - /pgf/images/include external/.code={% - % Here you can alter to whatever you want - % \pgfexternalwidth is only available if /pgf/images/external info - % is set - \includegraphics% - [width=\pgfexternalwidth,height=\pgfexternalheight]% - {{##1}.png}% - }% - }% - }% -} - -% dann kann man das mit -\tikzset{png export} -% \tikzset{use png} -% im dokument aktivieren. -%%%%%%% END convert externalized tikzgraphics to png %%%%%%%%%%%%%%%%%%% - -% \tikzset{external/system call= {pdflatex -enable-write18 -shell-escape % -% % % -save-size=80000 % -% % % -pool-size=100000000 % -% % % -extra-mem-top=500000000 % -% % % -extra-mem-bot=100000000 % -% % % -main-memory=900000000 % -% \tikzexternalcheckshellescape % -% -halt-on-error % -% -interaction=batchmode % -% -jobname "\image" "\texsource"}} -\tikzexternalize[% -% %mode=graphics if exists, - up to date check=md5, - figure list=true, - prefix=Tikzcache/,% - ] -\tikzifexternalizing{% -% don’t include package XYZ here -}{% -%hier kommen Pakete hinzu, die Probleme mit der external library von tikz haben -\usepackage{pdfpages} -%\usepackage{vmargin} -% this package is incompatible with tikz externalization and is problematic -%\usepackage[textsize=normal,textwidth=2cm,obeyFinal]{todonotes} -% %obeyDraft lässt die Notes erscheinen, wenn man draft an hat und nicht, wenn nicht. Vertraegt sich nicht mit hyperref -% % % additional todo stuff -% % % extra functionality for todonotes taken from the manual -% % % usage: \mycomment[HSM]{Testing second time.}. -% \newcounter{mycomment} -% \newcommand{\mycomment}[2][]{% -% % initials of the author (optional) + note in the margin -% \refstepcounter{mycomment}% -% {% -% \setstretch{0.7}% spacing -% \todo[color={red!100!green!33},size=\small]{% -% \textbf{Comment [\uppercase{#1}\themycomment]:}~#2}% -% }} -% % -% % mark whole section -% \newcommand\todoin[2][]{\todo[color={green},inline, caption={2do}, #1]{ -% \begin{minipage}{\textwidth-4pt}#2\end{minipage}}} -% % This example renders like -% % \todoin{ -% % Some text. -% % \begin{align} -% % \sin(\theta)^2 + \cos(\theta)^2 = 1 -% % \end{align} -% % A formula and a list -% % \begin{itemize} -% % \item An item -% % \end{itemize} -% % } -% % -% % numbered todonotes -% \newcommand{\ntodo}[2][]{\todo[#1]{\thesubsection{}. #2}} -% % combining everything -% \newcounter{todoListItems} -% \newcommand{\sstodo}[2][] -% {\addtocounter{todoListItems}{1} -% \todo[caption={\protect\hypertarget{todo\thetodoListItems}{}\thesection. #2}, #1] -% {\begin{spacing}{1} \hfill \hyperlink{todo\thetodoListItems}{#2} \end{spacing} }} -}% - - -%\usepackage[position=top]{subfig} -% % BIBLIOGRAPHIE -% \usepackage[ -% backend=biber, -% % bibliographystyle=alphabetic, -% style=nature, %globaler Style (Zitier- und Bibstil) -% citestyle=numeric, % Zitierstil -% % % % bibliographystyle=chem-acs, % Bibliographiestil -% % firstinits=true, % Vornamen abruerzen -% % sorting=nty, %sort by name,title,year -% % maxbibnames=99, -% % % maxnames=99, -% % language=british, -% % % abbreviate=true, -% doi=false, -% % isbn=false, -% url=false, -% sortcites=true, -% backref=true, -% defernumbers=true, -% ]{biblatex} -% \addbibresource{articlebibliography.bib} -% - -%3.PAKETE, DIE DAS ERSTELLEN EINES INDEX ERLEICHTERN -%\usepackage{makeidx} -%'makeidx' Stellt Befehle fuer Indexerstellung zur Verfuegung. -%\usepackage{showidx}%'showidx'bewirkt die Anzeige von Indexeintraegen %im -%Randbereich. - -%3.SONSTIGE NUETZLICHE PAKETE -%\usepackage{ifthen}%Definiert einfache Strukturen der Programmiersprachen -\usepackage{verbatim} -%\usepackage{alltt} % verbatim-Umgebung mit Interpretation von Befehlen. -%Analysepaket zur ueberpruefung der Korrektheit der Syntax bei unterdrueckter -%Ausgabe: -%\usepackage{syntonly}% stellt dem Anwender den Befehl '\syntaxonly'zur Verfuegung, -%der in der Praeambel angegeben werden muss, um beim -%Formatieren die Ausgabe zu unterdruecken; eine bereits vorhandene .dvi-Datei -%bleibt also erhalten. - - -%%%% REFERENZIERUNG %%%%% -% Die Reihenfolge der folgenden 4 Packete ist wichtig. -\usepackage{nameref} -\usepackage[english]{varioref}%Stellt erweiterte Befehle zur Referenzierung von -%Gleitobjekten zur Verfuegung -\usepackage{hyperref} -\hypersetup{ -% pdfpagelabels=true, % set pdf page lables -% naturalnames=true, % use \Latex-computed names for links -% bookmarks=true, % show bookmarks bar? - unicode=true, % non-Latin characters in Acrobat’s bookmarks -% pdftoolbar=true, % show Acrobat’s toolbar? -% pdfmenubar=true, % show Acrobat’s menu? -% pdffitwindow=false, % window fit to page when opened -% pdfstartview={FitH}, % fits the width of the page to the window -% pdftitle={My title}, % title -% pdfauthor={Author}, % author -% pdfsubject={Subject}, % subject of the document -% pdfcreator={Creator}, % creator of the document -% pdfproducer={Producer}, % producer of the document -% pdfkeywords={keyword1, key2, key3}, % list of keywords -% pdfnewwindow=true, % links in new PDF window - plainpages=false, % do page number anchors as plain arabic -% colorlinks=false, % false: boxed links; true: colored links -% hidelinks=true, -% hyperfigures=true, - linkcolor=blue, % color of internal links (change box color with linkbordercolor) - citecolor=darkgreen, % color of links to bibliography - filecolor=black, % color of file links - urlcolor=blue % color of external links - pdfborder={0 0 1}, % width of pdf link border 0 0 1, 0 0 0 = colorlinks - linkbordercolor=gray!15, - citebordercolor=green!15, -} -% Old hyperref options -%[citecolor=black,urlcolor=blue,linkcolor=blue,colorlinks=true,pdfborder={0 0 % -%0},pdfpagelabels,plainpages=false,naturalnames,unicode] -\usepackage{memhfixc} -%\usepackage[ngerman,capitalize]{cleveref} -\usepackage[capitalize]{cleveref} - -\usepackage{bookmark} -% Fix fuer das referenzieren von figures -%\usepackage[all]{hypcap} - - -%SEITENEINSTELLUNGEN -\setlength{\parindent}{0cm} %Hebt die Einrueckung von Absaetzen auf. -\linespread{1.35} -%\setlength{\textwidth}{14.5cm} %Legt die Textbreite fest -\pagestyle{myheadings} -%\usepackage{titlepage} - -%'plain' wuerde den Seitenkopf leer lassen aber die Seiten unten -%mittig durchnummerieren. 'empty' laesst die Seite komplett leer -%\markright{\today\hfill} -%\usepackage{changepage} -\allowdisplaybreaks[1] %Erlaubt bei der Align-Umgebung dass Zeilen auf -%verschiedene Seiten gesetzt werden. die zahlen 1-4 koennen angegeben werden um -%das Umbrechen noch weiter zu forcieren. - -%\pagestyle{fancy} \fancyhf{} -%\renewcommand{\headrulewidth}{0.4 pt}%Strichdicke -%\setlength{\headheight}{1.2 cm}%Hoehe der Kopfzeile - -%\fancyhead[EL]{\page} -%\fancyhead[ER]{\textsc{\rightmark}} -%\fancyhead[C]{{\Large \textbf{FK019 freier Fall, g-Leiter}}\\\small 24.10.2008} -%\fancyhead[OR]{\page} -%\fancyhead[OL]{\textsc{\rightmark}} - -%% todo makros - -% self made todo solution -\newcommand{\todo}[1]{\marginpar{\textcolor{red}{[\textbf{TODO:} #1]}}} -\newcommand{\todox}[1]{\textcolor{red}{[\textbf{TODO:} #1]}} - -%INDEXERSTELLUNG - -%\makeindex %erstellt ein indexfile. soll man am schluss erst machen! -%\makeglossary -%\includeonly{1laag1} - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - HIER BEGINNT DAS DOKUMENT - -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% - - diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/lualatexartikelpraeambel.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/lualatexartikelpraeambel.tex deleted file mode 100644 index 7955feed323ac1dc0202e85f0f605346c16a403e..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/lualatexartikelpraeambel.tex +++ /dev/null @@ -1,340 +0,0 @@ -%Dies ist der Kopf meiner Skripte. Er enthaelt alle Pakete und Einstellungen - -%%% BUG FIXING SECTION -% There ist a bug in thmtools. After Latex Upgrade change line 48 in thm-autoref.sty so that -% it reads -%\csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -% then run texhash - -%MAKROPAKETE -%1.PAKETE DIE MIT DER KODIERUNG VON ZEICHEN ZU TUN HABEN. -%\usepackage[german]{babel} -%Definition von Sprachabhaengigen Komponenten insbesondere fuer Dokumente -%in anderen Sprachen als Englisch -\usepackage{fixltx2e} -\usepackage{etex} %some fix for hyperref -%Korrektur einiger Fehler die sich in LaTeX2e eingeschlichen haben. -%\usepackage{ngerman} -% stellt Sonderzeichen und ihre Befehle wie zum Beispiel "o zur Verfuegung - -%%%%%%%%%%%% SCHRIFTEN %%%%%%%%%%%%%%%%%%%%%%%% -%\usepackage{mathpazo}%andere Schriftart -%\usepackage{lmodern} -%\usepackage{beramono} -% Using Courier font -\renewcommand{\ttdefault}{pcr} -%Tweak, damit auch im Mathemodus tt-schrift fettgedruckt werden kann. - -%%%% PDFLaTeX or LUALaTeX %%%%%%% -%% if pdflatex is used uncomment the following packages. If lualatex is used comment them. -%dieses Paket ermoeglicht die Eingabe von Sonderzeichen ueber die Tastatur -% \usepackage[utf8]{inputenx} -% %additions for utf8 -% \input{ix-utf8enc.dfu} -%% comment \usepackage{uiinput} if lulatex is used! line 131 -%% if pdflatex is used uncomment above packages. If lualatex is used comment them. -\usepackage{microtype} -\usepackage[dvipsnames,svgnames,table]{xcolor} % Farben - -\usepackage[T1]{fontenc} %Kodierung von Zeichensaetzen. - %Das optionale Argument <Kodierung> kann eine durch Komma getrennte Liste von -%Kodierungen enthalten. Im Text koennte dann an %beliebiger %Stelle zum wechseln der -%Kodierung die Befehlsfolge: - %\fontencoding{<Kodierung>} - %\selectfont - %verwendet werden. Gaengige Kodierungen sind: -% Tabelle 5.4: Kodierungen -% T1 8-Bit-Standard fuer EC-Fonts -% TS 8-Bit-Zeichenkodierung fuer TS-Fonts -% OT1 7-Bit-Kodierung fuer Text1 , CM-Fonts -% OML 7-Bit-Kodierung fuer Formeltext1 -% OMS 7-Bit-Kodierung fuer mathematische Symbole1 -% OMX 7-Bit-Kodierung fuer erweiterte mathematische Symbole1 -\usepackage{latexsym} -%Definiert zusaetzliche Symbolbefehle. -\usepackage[full]{textcomp} -% Sammlung von Textsymbolen. Optional kann [safe] oder [full] -% als Option hinzugefuegt werden, lezteres aber nur bei -%CM und EC-Fonts - -\usepackage{eucal} -%Stellt deutsche Frakturschrift im Math Modus zur Verfuegung bei \mathcal -%\usepackage{sistyle,upgreek} -%\usepackage{fixmath} -% sistyle stellt \SI{Masszahl}{Einheit} -% bereit, zur si-konformen Darstellung von phy Goessen. textcom und upgreek stellt -% fweiter Symbole bereit, welche sistyle braucht. Ausserdem diese Befehle \micro, -% \ohm, \SIdecimalsign{,}(legt die trennung bei Dezimalzahlen fest) -% \SIproductsign{\cdot} (legt das Multiplikationszeichen fest) \SIgroupfourfalse -% erzeugt bei grossen Zahlen kleine Abstaende zwischen 3ergruppen \ang{zahl} ist das -% gradzeichen. -\usepackage{mathrsfs} %Stellt schreibschrift zur verfuegung im Mathemoduns mit \mathscr - -%1.01 LAYOUTPAKETE -\usepackage[left = 2.5 cm, right = 2.5 cm, top = 2.5 cm, bottom = 3cm]{geometry} %a4paper -% left = 3.5 cm, right = 3.5 cm, top = 3.3 cm, bottom = 6.6cm -%\usepackage{fancyhdr}%Wird fuer erweiterte Kopf- und Fusszeileneinstellungen benoetigt. - -%\usepackage{enumerate}%Stellt die freie Auswahl von Aufzaehlungszeichen zur Verfuegung -\usepackage[shortlabels]{enumitem} %Anpassbare Enumerates/Itemizes mit [label=] - %shortlabels: komp. zu enumerate -%Packete zur benutzung des KOMA-Paketes fuer europaeische Layouts also zur -%Benutzung von 'scrartcl' fuer Artikel, 'scrreprt' fuer umfangreiche %Artikel und -%Artikelsammlungen, 'scrbook' fuer Buecher und %'scrlettr2' fuer Briefe: -%\usepackage{scrpage2} %fuer Kopf- und Fusszeilen, -%\usepackage{scrdate,scrtime}% fuer Wochentag und Uhrzeit, -%\usepackage{scraddr} -%zur Loesung von Problemen mit Paketabhaengigkeiten scrfile sowie fuer -%Briefadressverwaltung scraddr. - -%%%% neue Befehle -%Zahlensymbole - -%1.1PAKETE NOTWENDIG FUER MATHEMATISCHE FORMELN -\usepackage{amsfonts}%Fonts = Schriftarten der American mathematical Society (ams) -\usepackage{amssymb}%Mathematische Symbole der ams. -\usepackage{bbm} -\usepackage{amsmath} -%Definiert viele weitere Befehle fuer mathematischen Formeln und darueber hinaus. -\usepackage{exscale} -% Skaliert mathematische Symbole in anderen Schriftarten als ‚cmex10‘, so dass -% falls die Schriftart in anderen Groessen als 10pt vorliegt diese angepasst -% werden koennen -\usepackage{amstext} -% erlaubt es in abgesetzten Gleichungen mit \text kurzen Text einzufuegen. -%\usepackage{amsextra}%hauptsaechlich fuer die Kompatibilitaet von Dokumenten -%gebraucht. -%\usepackage[arrow,matrix,curve]{xy} -% Packet xy-pic um Kommutative Diagramme und -% zweidim Zeichnungen zu %zeichnen.in den eckigen Klammern stehen Module die -% geladen werden, je nach dem was man braucht. In der %Matheumgebung wird das so -% benutzt: \begin{xy} ...\end{xy} - -%Theoremumgebungen -\usepackage{amsthm}%Ermoeglicht kontrolle ueber die Theorem-Umgebung beisst -%sich mit ntheorem funktioniert aber mit \usepackage{thmtools} -\usepackage{thm-patch,aliasctr,parseargs,keyval} -\usepackage{thmtools} -%stellt \declaretheorem[style=definition,qed=$\rtimes$]{definition} -%zur verfuegung -% There ist a bug in thmtools. After Latex Upgrade change line 48 in thm-autoref.sty so that -% it reads -% \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -% then run texhash - -%Erlaubt das Setzen fetter Symbole mit \boldymbol{} bzw\pmb{} -\usepackage{bm} -\usepackage{amsbsy} -% stellt die Befehle \bm \hm zur Verfuegung, um mathematische -% Symbole fett zu machen. Muss nach allen Fontpacketen geladen %werden!!! - -% if LUALaTeX is used uncomment this -%\usepackage{uniinput} %ermoeglicht die Eingabe von unicode Zeichen - - -%\usepackage{listings} -%Wird verwendet um sourcecode zu TeXen, stellt -%\begin{lstlisting} .. \end{lstlisting} und \lstinputlisting zur Verfuegung - - -%2.PAKETE FUER GRAFIKEN UND GLEITOBJEKTE -\usepackage{float,scrhack} -%Stellt zusaetzliche Befehle fuer Gleitobjekte zur Verfuegung -\usepackage{wrapfig} -%Stellt die Moeglichkeit zur Verfuegung Text um Bilder herumlaufen zu lassen. -\usepackage[textfont=it,labelfont=bf,format=plain]{caption} -% Ermoeglicht das einstellen von figureumgebungen -\usepackage{subcaption} - -\usepackage{array}%Verbessert die Darstellung von Tabellen und stellt erweiterte Befehle -%zur Verfuegung. -\usepackage{hhline} %stellt den \hhline in Tabellen zur Verfuegung -\usepackage{delarray} -%stellt eine einfachere Umgebung fuer begrenzte Arrays zur -%Verfuegung.\begin{array} LB {<Spaltenvereinbarung>} RB - -% das tabu Packet, ein machtiges Tabellenpaket -\usepackage{tabu} -\usepackage{colortbl} % Farben in Tabellenzeilen - -%\usepackage{flafter} %Verhindert, dass Gleitobjekte in einem Dokument vor die -%Stelle gesetzt werden, an der sie in der Eingabedatei %aufgebaut werden. -%\usepackage{graphpap}%Zum Setzen von „Millimeter“-Papier. Es definiert den -%graphics paper-Befehl in der picture-Umgebung. - -%\usepackage[]{graphicx} %vorsicht, laedt hyperref -%\usepackage{sidecap} -%Für das malen von Graphen -%Für das malen von Grafiken -% waehle zunaechst das richtige Treiberbackend fuer Tikz. -% beamer erkennt z. T nicht das richtige backend. pgfsys-pdf.def ist die Option, die am meisten unterstuetzt. -%Für das malen von Graphen -\usepackage{tikz} -\usepackage{pgfplots} -\pgfplotsset{compat=newest} -\usetikzlibrary{arrows,% -% petri,% -% topaths,% -% fit,% -% positioning,% -% decorations.pathmorphing,% -% backgrounds,% -}% - -% Ausgabe von Grafiken als externe Grafik -\usetikzlibrary{external} -% \usepgfplotslibrary{external} -\tikzset{external/optimize=true}% -% \tikzset{external/system call= {pdflatex -enable-write18 -shell-escape % -% % % -save-size=80000 % -% % % -pool-size=100000000 % -% % % -extra-mem-top=500000000 % -% % % -extra-mem-bot=100000000 % -% % % -main-memory=900000000 % -% \tikzexternalcheckshellescape % -% -halt-on-error % -% -interaction=batchmode % -% -jobname "\image" "\texsource"}} -\tikzexternalize[% -% %mode=graphics if exists, - up to date check=md5, - figure list=true, - prefix=Tikzcache/,% - ] -\tikzifexternalizing{% -% don’t include package XYZ here -}{% -%hier kommen Pakete hinzu, die Probleme mit der external library von tikz haben -%\usepackage{pdfpages} -%\usepackage{vmargin} -% this package is incompatible with tikz externalization and is problematic -}% -% \usepackage[textsize=normal,textwidth=2cm,obeyFinal]{todonotes} -% %obeyDraft lässt die Notes erscheinen, wenn man draft an hat und nicht, wenn nicht. Vertraegt sich nicht mit hyperref - -% % additional todo stuff -% % extra functionality for todonotes taken from the manual -% % usage: \mycomment[HSM]{Testing second time.}. -% \newcounter{mycomment} -% \newcommand{\mycomment}[2][]{% -% % initials of the author (optional) + note in the margin -% \refstepcounter{mycomment}% -% {% -% \setstretch{0.7}% spacing -% \todo[color={red!100!green!33},size=\small]{% -% \textbf{Comment [\uppercase{#1}\themycomment]:}~#2}% -% }} -% -% % mark whole section -% \newcommand\todoin[2][]{\todo[color={green},inline, caption={2do}, #1]{ -% \begin{minipage}{\textwidth-4pt}#2\end{minipage}}} -% % This example renders like -% % \todoin{ -% % Some text. -% % \begin{align} -% % \sin(\theta)^2 + \cos(\theta)^2 = 1 -% % \end{align} -% % A formula and a list -% % \begin{itemize} -% % \item An item -% % \end{itemize} -% % } -% -% % numbered todonotes -% \newcommand{\ntodo}[2][]{\todo[#1]{\thesubsection{}. #2}} -% % combining everything -% \newcounter{todoListItems} -% \newcommand{\sstodo}[2][] -% {\addtocounter{todoListItems}{1} -% \todo[caption={\protect\hypertarget{todo\thetodoListItems}{}\thesection. #2}, #1] -% {\begin{spacing}{1} \hfill \hyperlink{todo\thetodoListItems}{#2} \end{spacing} }} - - -%\usepackage[position=top]{subfig} -% BIBLIOGRAPHIE -\usepackage[ - backend=biber, -% bibliographystyle=alphabetic, -% style=ieee, %globaler Style (Zitier- und Bibstil) - citestyle=numeric, % Zitierstil -% bibliographystyle=chem-acs, % Bibliographiestil - firstinits=true, % Vornamen abruerzen - sorting=nty, %sort by name,title,year - maxbibnames=99, -% maxnames=99, - language=british, -% abbreviate=true, - doi=false, - isbn=false, - url=false, - sortcites=true, - backref=true, - defernumbers=true, -]{biblatex} -\addbibresource{/home/seusdd/Dissertation/Bibliographie/dissertationsliteratur.bib} - - -%3.PAKETE, DIE DAS ERSTELLEN EINES INDEX ERLEICHTERN -%\usepackage{makeidx} -%'makeidx' Stellt Befehle fuer Indexerstellung zur Verfuegung. -%\usepackage{showidx}%'showidx'bewirkt die Anzeige von Indexeintraegen %im -%Randbereich. - -%3.SONSTIGE NUETZLICHE PAKETE -%\usepackage{ifthen}%Definiert einfache Strukturen der Programmiersprachen -%\usepackage{alltt} % verbatim-Umgebung mit Interpretation von Befehlen. -%Analysepaket zur ueberpruefung der Korrektheit der Syntax bei unterdrueckter -%Ausgabe: -%\usepackage{syntonly}% stellt dem Anwender den Befehl '\syntaxonly'zur Verfuegung, -%der in der Praeambel angegeben werden muss, um beim -%Formatieren die Ausgabe zu unterdruecken; eine bereits vorhandene .dvi-Datei -%bleibt also erhalten. - - -%%%% REFERENZIERUNG %%%%% -% Die Reihenfolge der folgenden 4 Packete ist wichtig. -\usepackage{nameref} -\usepackage[english]{varioref}%Stellt erweiterte Befehle zur Referenzierung von -%Gleitobjekten zur Verfuegung -\usepackage[citecolor=black,urlcolor=blue,linkcolor=blue,colorlinks=true,pdfborder={0 0 % -0},pdfpagelabels,plainpages=false,naturalnames,unicode]{hyperref} -\usepackage{memhfixc} -%\usepackage[ngerman,capitalize]{cleveref} -\usepackage[]{cleveref} - -\usepackage{bookmark} -% Fix fuer das referenzieren von figures -%\usepackage[all]{hypcap} - - -%SEITENEINSTELLUNGEN -\setlength{\parindent}{0cm} %Hebt die Einrueckung von Absaetzen auf. -%\setlength{\textwidth}{14.5cm} %Legt die Textbreite fest -\pagestyle{myheadings} -%\usepackage{titlepage} - -%'plain' wuerde den Seitenkopf leer lassen aber die Seiten unten -%mittig durchnummerieren. 'empty' laesst die Seite komplett leer -%\markright{\today\hfill} -%\usepackage{changepage} -\allowdisplaybreaks[1] %Erlaubt bei der Align-Umgebung dass Zeilen auf -%verschiedene Seiten gesetzt werden. die zahlen 1-4 koennen angegeben werden um -%das Umbrechen noch weiter zu forcieren. - -%\pagestyle{fancy} \fancyhf{} -%\renewcommand{\headrulewidth}{0.4 pt}%Strichdicke -%\setlength{\headheight}{1.2 cm}%Hoehe der Kopfzeile - -%\fancyhead[EL]{\page} -%\fancyhead[ER]{\textsc{\rightmark}} -%\fancyhead[C]{{\Large \textbf{FK019 freier Fall, g-Leiter}}\\\small 24.10.2008} -%\fancyhead[OR]{\page} -%\fancyhead[OL]{\textsc{\rightmark}} - -%% todo makros - -% self made todo solution -\newcommand{\todo}[1]{\marginpar{\textcolor{red}{[\textbf{TODO:} #1]}}} -\newcommand{\todox}[1]{\textcolor{red}{[\textbf{TODO:} #1]}} -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/special_symbols.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/special_symbols.tex deleted file mode 100644 index c6977169ae2efa5af5fdff33dcc636a2ec2d541b..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/special_symbols.tex +++ /dev/null @@ -1,206 +0,0 @@ -%% SPECIAL INTEGRAL SIGNS -% The following example defines macro -% -% \mint{<symbol>}\limits_{...} ^{...} %statt \limits kann auch \nolimits \displaylimits_stehen -% -% The first argument is the symbol that is put in smaller math style in the middle of the integral symbol. -% Then a limits specification follows, any number and order. The last one is used. -% Then one subscript and/or one superscript can follow in any order, but at most one of each type. -% -% The implementation takes care of: -% -% the current math style, -% calculates the correct position for the middle of the integral -% even, if subscript and/or superscript are given with \limits, -% lets the horizontal spacing around the symbol intact and -% is aware of \mathsurround. - - -\makeatletter -\newcommand*{\mint}[1]{% - % #1: overlay symbol - \mint@l{#1}{}% -} -\newcommand*{\mint@l}[2]{% - % #1: overlay symbol - % #2: limits - \@ifnextchar\limits{% - \mint@l{#1}% - }{% - \@ifnextchar\nolimits{% - \mint@l{#1}% - }{% - \@ifnextchar\displaylimits{% - \mint@l{#1}% - }{% - \mint@s{#2}{#1}% - }% - }% - }% -} -\newcommand*{\mint@s}[2]{% - % #1: limits - % #2: overlay symbol - \@ifnextchar_{% - \mint@sub{#1}{#2}% - }{% - \@ifnextchar^{% - \mint@sup{#1}{#2}% - }{% - \mint@{#1}{#2}{}{}% - }% - }% -} -\def\mint@sub#1#2_#3{% - \@ifnextchar^{% - \mint@sub@sup{#1}{#2}{#3}% - }{% - \mint@{#1}{#2}{#3}{}% - }% -} -\def\mint@sup#1#2^#3{% - \@ifnextchar_{% - \mint@sub@sup{#1}{#2}{#3}% - }{% - \mint@{#1}{#2}{}{#3}% - }% -} -\def\mint@sub@sup#1#2#3^#4{% - \mint@{#1}{#2}{#3}{#4}% -} -\def\mint@sup@sub#1#2#3_#4{% - \mint@{#1}{#2}{#4}{#3}% -} -\newcommand*{\mint@}[4]{% - % #1: \limits, \nolimits, \displaylimits - % #2: overlay symbol: -, =, ... - % #3: subscript - % #4: superscript - \mathop{}% - \mkern-\thinmuskip - \mathchoice{% - \mint@@{#1}{#2}{#3}{#4}% - \displaystyle\textstyle\scriptstyle - }{% - \mint@@{#1}{#2}{#3}{#4}% - \textstyle\scriptstyle\scriptstyle - }{% - \mint@@{#1}{#2}{#3}{#4}% - \scriptstyle\scriptscriptstyle\scriptscriptstyle - }{% - \mint@@{#1}{#2}{#3}{#4}% - \scriptscriptstyle\scriptscriptstyle\scriptscriptstyle - }% - \mkern-\thinmuskip - \int#1% - \ifx\\#3\\\else_{#3}\fi - \ifx\\#4\\\else^{#4}\fi -} -\newcommand*{\mint@@}[7]{% - % #1: limits - % #2: overlay symbol - % #3: subscript - % #4: superscript - % #5: math style - % #6: math style for overlay symbol - % #7: math style for subscript/superscript - \begingroup - \sbox0{$#5\int\m@th$}% - \sbox2{$#5\int_{}\m@th$}% - \dimen2=\wd0 % - % => \dimen2 = width of \int - \let\mint@limits=#1\relax - \ifx\mint@limits\relax - \sbox4{$#5\int_{\kern1sp}^{\kern1sp}\m@th$}% - \ifdim\wd4>\wd2 % - \let\mint@limits=\nolimits - \else - \let\mint@limits=\limits - \fi - \fi - \ifx\mint@limits\displaylimits - \ifx#5\displaystyle - \let\mint@limits=\limits - \fi - \fi - \ifx\mint@limits\limits - \sbox0{$#7#3\m@th$}% - \sbox2{$#7#4\m@th$}% - \ifdim\wd0>\dimen2 % - \dimen2=\wd0 % - \fi - \ifdim\wd2>\dimen2 % - \dimen2=\wd2 % - \fi - \fi - \rlap{% - $#5% - \vcenter{% - \hbox to\dimen2{% - \hss - $#6{#2}\m@th$% - \hss - }% - }% - $% - }% - \endgroup -} -% EXAMPLE INTEGRAL SIGNS -% \begin{document} -% \[ -% \displaystyle A\int B -% \textstyle A\int B -% \scriptstyle A\int B -% \scriptscriptstyle A\int B -% \] -% \[ -% \displaystyle A\mint{-} B -% \textstyle A\mint{-} B -% \scriptstyle A\mint{-} B -% \scriptscriptstyle A\mint{-} B -% \] -% \[ -% \displaystyle A\mint{-}_{123}^{456} B -% \textstyle A\mint{-}_{123}^{456} B -% \scriptstyle A\mint{-}_{123}^{456} B -% \scriptscriptstyle A\mint{-}_{123}^{456} B -% \] -% \[ -% \displaystyle A\mint{-}\limits_{12345}^{6} B -% \textstyle A\mint{-}\limits_{12345}^{6} B -% \scriptstyle A\mint{-}\limits_{12345}^{6} B -% \scriptscriptstyle A\mint{-}\limits_{12345}^{6} B -% \] -% \[ -% \displaystyle A\mint{-}\limits_{1}^{23456} B -% \textstyle A\mint{-}\limits_{1}^{23456} B -% \scriptstyle A\mint{-}\limits_{1}^{23456} B -% \scriptscriptstyle A\mint{-}\limits_{1}^{23456} B -% \] -% \[ -% \displaystyle A\mint{-}\displaylimits_{0}^{\infty} B -% \textstyle A\mint{-}\displaylimits_{0}^{\infty} B -% \scriptstyle A\mint{-}\displaylimits_{0}^{\infty} B -% \scriptscriptstyle A\mint{-}\displaylimits_{0}^{\infty} B -% \] -% \[ -% \displaystyle A\mint{=} B -% \textstyle A\mint{=} B -% \scriptstyle A\mint{=} B -% \scriptscriptstyle A\mint{=} B -% \] -% \[ -% \displaystyle A\mint{\equiv} B -% \textstyle A\mint{\equiv} B -% \scriptstyle A\mint{\equiv} B -% \scriptscriptstyle A\mint{\equiv} B -% \] -% \[ -% \displaystyle A\mint{\circ} B -% \textstyle A\mint{\circ} B -% \scriptstyle A\mint{\circ} B -% \scriptscriptstyle A\mint{\circ} B -% \] -%\end{document} - \ No newline at end of file diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/theoreme_und_farbe.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/theoreme_und_farbe.tex deleted file mode 100644 index 2ca623f6d1a3cce89aa1325ca7f3ab9968046b53..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/praeambels_and_definitions/theoreme_und_farbe.tex +++ /dev/null @@ -1,366 +0,0 @@ -%FARBDEFINTIONEN -%\definecolor{dunkelblau}{rgb}{0.21,0.37,0.87}definert neue Farben. Mit rgb-Werten in % mit RGB kann man die %RGB werte driket angeben - -%BLAUTOENE -\definecolor{mediumblue}{RGB}{0,0,205} -\definecolor{navyblue}{RGB}{0,0,128} -\definecolor{midnightblue}{RGB}{25,25,112} -\definecolor{royalblue4}{RGB}{39,64,139} -\definecolor{blue3}{RGB}{0,0,205} -\definecolor{steelblue3}{RGB}{79,148,205} -\definecolor{steelblue4}{RGB}{54,100,139} - -%ROT- UND BRAUNTOENE -\definecolor{brown}{RGB}{165,42,42} %Bordaux %heller -\definecolor{brown3}{RGB}{205,51,51} %eher rot -\definecolor{brown4}{RGB}{139,35,35} %ART Bordeaux %etwas dunkler -\definecolor{red3}{RGB}{205,0,0} %bordeauxrot %noch dunkler -\definecolor{tomato}{RGB}{205,79,57} % noch dunkler aehnlich zu red3 -\definecolor{firebrick3}{RGB}{205,38,38} -\definecolor{firebrick4}{RGB}{139,26,26} - -%GELBTOENE -\definecolor{gold}{RGB}{255,215,0} -\definecolor{gold3}{RGB}{238,201,0} %dunkler -\definecolor{darkgoldenrod1}{RGB}{255,185,15} -\definecolor{goldenrod1}{RGB}{255,193,37} -\definecolor{goldenrod}{RGB}{218,165,32} - -%ORANGETOENE -\definecolor{orange}{rgb}{.9,.6,.1} -\definecolor{dunkelorange}{rgb}{.9,.5,.0} -\definecolor{orange2}{RGB}{238,154,0} -\definecolor{orange3}{RGB}{205,133,0} - -%Gruen -\definecolor{darkgreen}{RGB}{0,100,0} -\definecolor{green3}{RGB}{0,205,0} %dunkler als das Standartgruen -\definecolor{olivedrab}{RGB}{107,142,35} -\definecolor{olivedrab2}{RGB}{179,238,58} -\definecolor{olivedrab3}{RGB}{154,205,50} -\definecolor{forestgreen}{RGB}{34,139,34} -\definecolor{darkolivegreen}{RGB}{85,107,47} -\definecolor{darkolivegreen4}{RGB}{110,139,61} -\definecolor{khaki3}{RGB}{205,198,115} - -%Grautoene -\definecolor{grey}{rgb}{0.5,0.5,0.5} -\definecolor{dimgrey}{RGB}{105,105,105} -\definecolor{dimgrey2}{RGB}{153,153,153} -\definecolor{dimgrey3}{RGB}{181,181,181} -\definecolor{lightgrey}{RGB}{211,211,211} -\definecolor{lightergrey}{RGB}{201,201,201} -\definecolor{verylightgrey}{RGB}{222,222,222} - - -%BRAUNTOENE -\definecolor{braun}{rgb}{.6,.5,.1} -\definecolor{braun2}{rgb}{.6,.4,.1} -\definecolor{tan4}{RGB}{149,90,43} - -%%SCHATTIERUNGEN VON WEISS -\definecolor{wheat3}{RGB}{205,186,150} -\definecolor{wheat4}{RGB}{139,126,102} - - -%DEFINITIONEN DER SATZ- UND THEOREMUMGEBUNGEN - -%\newcommand{\<Befehlsname>}{<Definition, was hinterher im Dokument erscheinen soll>} -%"'Befehlsname"` muss %ein wirklich neuer Befehl sein -%\newcommand{\<Befehlsname>}[Anzahl der Argumente des neuen Befehls (1...9)]{#i,#(i+1)} i -%= 1...9 %Beim %Befehlsaufruf erscheint das, was man in die Argumentklammern schreibt an -%der jeweiligen Stelle #i -%Analog fuer folgenden Befehl: "<\Befehl>" muss schon existieren -%\renewcommand{\<Befehl>}{<Definition>} -%\renewcommand{\<Befehl>}[<ArgAnz>]{<Definition>} -\newcommand{\bewend}{\rule{1ex}{1ex}} -%Beweis ende: ausgefuelltes Viereck fuer das Ende eines Beweises. -\newcommand{\latop}[2]{#1 \atop #2} %gibt dem TeX-Befehl \atop eine LaTeX ueblichere Form -\newcommand{\lchoose}[2]{#1 \choose #2} -%gibt dem TeX-Befehl \choose eine LaTeX ueblichere Form - -%%%%%%%%%%%%% ZUNAECHST DIE EIGENEN STYLES %%%%%%%%%%%%% -%erst mal ein Bugfix. -%entweder -% \makeatletter -% \def\thmt@refnamewithcomma #1#2#3,#4,#5\@nil{% -% \@xa\def\csname\thmt@envname #1utorefname\endcsname{#3}% -% \ifcsname #2refname\endcsname -% \csname #2refname\expandafter\endcsname\expandafter{\thmt@envname}{#3}{#4}% -% \fi -% } -% \makeatother -%oder Zur zwischenzeitlichen Abhilfe sollte es helfen, Z.48 in thm-autoref wie folgt -%abzuaendern: \csname #2refname\@xa\endcsname\@xa{\thmt@envname}{#3}{#4}% -%Dies ist in der TeXLive2014 bereits gefixt. - -%Eingener Nummerierungsstyl am Rand und grau -%Damit der Stil margincolored definiert ist muss -% \definecolor{dimgrey}{RGB}{105,105,105} -% \definecolor{dimgrey2}{RGB}{153,153,153} -\makeatletter - \def\thmt@headstyle@margincolored{% - \makebox[0pt][r]{\color{dimgrey}\NUMBER\ }\NAME\NOTE - } -\makeatother -% zu thm-ntheorem.sty und thm-amsthm.sty ergänzt werden. - - -%%%%% Definitionsstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{olivedrab}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -%numbercolor=\color{dimgrey2}, -postheadspace=1em, -qed=\color{olivedrab}$\pmb{\triangleleft}$]{customdefintion} -%Defintion -\declaretheorem[name=Definition,numberwithin=section,style=customdefintion, -refname={Definition,Defintionen}]{df} -%Bezeichnungen -\declaretheorem[name=Bezeichnungen,sibling=df,style=customdefintion, -refname={Bezeichnungen,Bezeichnungen}]{bez} -\declaretheorem[name=Bezeichnung,sibling=df,style=customdefintion, -refname={Bezeichnung,Bezeichnungen}]{bz} -%Bezeichnungen ohne Nummer: -\declaretheorem[name=Bezeichnungen,numbered=no,style=customdefintion, -refname={Bezeichnungen,Bezeichnungen}]{bez*} -%notations -\declaretheorem[name=Notations,sibling=df,style=customdefintion, -refname={Notations,Notations}]{notations} -%notation -\declaretheorem[name=Notation,sibling=df,style=customdefintion, -refname={Notation,Notations}]{notation} -%notations without number: -\declaretheorem[name=Notations,numbered=no,style=customdefintion, -refname={Notations,Notations}]{notations*} -%Assumption -\declaretheorem[name=Assumption,sibling=df,style=customdefintion, -refname={assumption,assumptions}]{assumption} -%Assumptions -\declaretheorem[name=Assumptions,sibling=df,style=customdefintion, -refname={assumptions,assumptions}]{assumptions} - - -%Festlegung mit und ohne nummer -\declaretheorem[name=Festlegung,sibling=df,style=customdefintion, -refname={Festlegungen,Festlegungen}]{festlg} -\declaretheorem[name=Festlegung,numbered=no,style=customdefintion, -refname={Festlegungen,Festlegungen}]{nnfestlg} - -%%%%% Beispiel- und Bemerkungstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber oder margin -headfont={\color{midnightblue}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\color{midnightblue}$\pmb{\triangleleft}$]{custombspbem} -%Beispiel -\declaretheorem[numberlike=df,name=Beispiel,style=custombspbem, -refname={Beispiel,Beispiele}]{bsp} -%Bemerkung -\declaretheorem[name=Bemerkung,sibling=df,style=custombspbem, -refname={Bemerkung,Bemerkungen}]{bem} -%Example -\declaretheorem[numberlike=df,name=Example,style=custombspbem, -refname={Example,Examples}]{example} -%remark -\declaretheorem[name=Remark,sibling=df,style=custombspbem, -refname={Remark,Remarks}]{remark} - -%%%%% Lemma-,Korollarstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{steelblue4}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{steelblue4}$\pmb{\lrcorner}$]{customlemma} -%Lemma -\declaretheorem[name=Lemma,sibling=df,style=customlemma, -refname={Lemma,Lemmata}]{lm} -%Korollar -\declaretheorem[name=Korollar,sibling=df,style=customlemma, -refname={Korollar,Korollare}]{kor} -%Corollay -\declaretheorem[name=Corollary,sibling=df,style=customlemma, -refname={Corollary,Corollaries}]{cor} -%Conclusion -\declaretheorem[name=Conclusion,sibling=df,style=customlemma, -refname={Conclusion,Conclusions}]{conclusion} - - - -%%%%% Notizstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{darkgreen}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{darkgreen}$\pmb{\lrcorner}$]{customnotiz} -%Notiz -\declaretheorem[name=Notiz,sibling=df,style=customnotiz, -refname={Notiz,Notizen}]{nz} -%%Spezialnotiz fuer die D-Arbeit: Prinzip der Nullstellensuche -\declaretheorem[name=Prinzip der Nullstellensuche,sibling=df,style=customnotiz, -refname={Notiz,Notizen}]{pdnss} -\declaretheorem[name=Fragestellung,sibling=df,style=customnotiz, -refname={Fragestellung,Fragestellungen}]{frage} -\declaretheorem[name=Fragestellungen,sibling=df,style=customnotiz, -refname={Fragestellungen,Fragestellungen}]{fragen} -%Idea environment -\declaretheorem[name=Idea,sibling=df,style=customnotiz, -refname={idea,ideas}]{idea} -%Main Idea environment -\declaretheorem[name=Main idea,sibling=df,style=customnotiz, -refname={main idea,main ideas}]{mainidea} -%General Idea environment -\declaretheorem[name=General idea,sibling=df,style=customnotiz, -refname={general idea,general ideas}]{generalidea} -%Questions and Tasks -\declaretheorem[name=Questions and Tasks,sibling=df,style=customnotiz, -refname={questions and tasks,question and tasks}]{QuestTasks} -%Problem -\declaretheorem[name=Problem,sibling=df,style=customnotiz, -refname={problem,problems}]{problem} -\declaretheorem[name=Problem,numbered=no,style=customnotiz, -refname={problem,problems}]{problem*} - - - -\declaretheorem[name=Erklärung,sibling=df,style=customnotiz, -refname={Erklärung,Erklärungen}]{erklaerung} -\declaretheorem[name=Erklärung,numbered=no,style=customnotiz, -refname={Erklärung,Erklärungen}]{erklaerung*} - - -%%%%%%%%%%%%Berechnungstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{darkgreen}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\color{darkgreen}$\pmb{\bewend}$]{customberechnung} -%Nebenrechnung -\declaretheorem[name=Nebenrechnung,sibling=df,style=customberechnung, -refname={Nebenrechnung,Nebenrechnungen}]{nr} - -%%%%% Satz-, Hauptsatz-, Satz und Definition und Propositionsstyle -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont={\color{firebrick4}\scshape \bfseries}, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\itshape, -postheadspace=1em, -qed=\color{firebrick4}$\lrcorner$]{customsatz} -%Satz -\declaretheorem[name=Satz,sibling=df,style=customsatz, -refname={Satz,S\"atze}]{sz} -%ohne Nummer -\declaretheorem[name=Satz,numbered=no,style=customsatz, -refname={Satz,S\"atze}]{sz*} -%Hauptsatz -\declaretheorem[name=Hauptsatz,sibling=df,style=customsatz, -refname={Hauptsatz,Haupts\"atze}]{hsz} -%ohne Nummer -\declaretheorem[name=Hauptsatz,numbered=no,style=customsatz, -refname={Hauptsatz,Haupts\"atze}]{hsz*} -%Satz und Definition -\declaretheorem[name=Satz und Definition,sibling=df,style=customsatz, -refname={Satz und Definition,S\"atze und Definitionen}]{szdf} -%Proposition -\declaretheorem[sibling=df,name=Proposition,style=customsatz, -refname={Proposition,Propositionen}]{proposition} -% -%theorem -\declaretheorem[name=Theorem,sibling=df,style=customsatz, -refname={Theorem,Theorems}]{satzengl} -%ohne Nummer -\declaretheorem[name=Theorem,numbered=no,style=customsatz, -refname={Theorem,Theorems}]{satzengl*} -%Satz und Definition -\declaretheorem[name=Theorem and Definition,sibling=df,style=customsatz, -refname={Theorem and Definition,Theorems and Definitions}]{thmdf} -%Proposition -\declaretheorem[sibling=df,name=Proposition,style=customsatz, -refname={Proposition,Propositions}]{prop} - - -%%%%%%%%% Beweisumgebung -\declaretheoremstyle[ -spaceabove=6pt, spacebelow=6pt, -headformat=margincolored, %auch moeglich ist swapnumber margin -headfont=\bfseries, -notefont=\normalfont\bfseries, notebraces={(}{)}, -bodyfont=\normalfont, -postheadspace=1em, -qed=\bewend]{custombew} -%Beweis -\declaretheorem[numbered=no,name=Beweis,style=custombew, -refname={Beweis,Beweise}]{bew} -%Proof -\declaretheorem[numbered=no,name=Proof,style=custombew, -refname={Proof,Proofs}]{Proof} - -%%%%%%%%%%%%%%%%%%%%%%% Zitieren von Code %%%%%%%%%%%%%%%%%%%%%%%%%%%%%% -%allgemeine Vorgaben fuer das Zieren von Code. - -\lstset{% -numberbychapter=true, % -breaklines=true,% -prebreak = \raisebox{0ex}[0ex][0ex]{\ensuremath{\hookleftarrow}},% -breakatwhitespace=false,% -basicstyle=\footnotesize\ttfamily,% -commentstyle=\itshape,% -fontadjust=true,% -tabsize=2,% -stringstyle=\itshape,% -numbers=left,numberstyle=\footnotesize\ttfamily,% -extendedchars=true,% -inputencoding=utf8,% -stepnumber=1,% -frame=shadowbox,% -rulesepcolor=\color{grey},% -backgroundcolor=\color{white},% -showspaces=false,% -showstringspaces=false% -aboveskip={1.5\baselineskip},% -columns=fixed,% -upquote=true,% -} -% Spezialvorgaben fuer das Zitieren von MATLAB Code. -\newcommand{\citematlab}{\lstset{language=Matlab,% -emph={if,elseif,else,end,for,while,function,return},% -emphstyle=\bfseries\color{midnightblue},emph={[2]EigMitLambda,Zerol,CotKlTan -,CotKlTanSpez,XsGrLambda,XsKlLambda,CotGrTan,ordnen,EvenSingTan,einord},% -emphstyle={[2]\bfseries\color{olivedrab}},% -emph={[3]zew,ew,l,L,lambda,ewsum,ewanz,phi,v1,v2},emphstyle={[3]\color{braun}}}} - -\crefname{lstlisting}{listing}{listings} -\Crefname{lstlisting}{Listing}{Listings} -\crefname{problem}{problem}{problems} -\Crefname{problem}{Problem}{Problems} -\crefname{notation}{notation}{notations} -\Crefname{notation}{Notation}{Notations} -\crefname{lm}{lemma}{lemmata} -\Crefname{lm}{Lemma}{Lemmata} -\crefname{assumptions}{assumptions}{assumptions} -\Crefname{assumptions}{Assumptions}{Assumptions} -\crefname{satzengl}{theorem}{theorems} -\Crefname{satzengl}{Theorem}{Theorems} -\crefname{satzengl*}{theorem}{theorems} -\Crefname{satzengl*}{Theorem}{Theorems} -\crefname{cor}{corollary}{corollaries} -\Crefname{cor}{Corollary}{Corollaries} -\crefname{df}{defintion}{defintions} -\Crefname{df}{Defintion}{Defintions} diff --git a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/subsequent_errors.tex b/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/subsequent_errors.tex deleted file mode 100644 index 7df36b5208b55c5f2e9336e911b45f55ceed27f8..0000000000000000000000000000000000000000 --- a/Usecases/Richards-Richards/multi-patch/RR-multi-patch-plus-gravity/plots/subsequent_errors.tex +++ /dev/null @@ -1,149 +0,0 @@ -\documentclass[a4paper]{scrartcl}%scrartcl -\input{praeambels_and_definitions/artikelpraeambel.tex} -\input{praeambels_and_definitions/artikel_theoreme_und_farbe.tex} -%\input{praeambels_and_definitions/special_symbols.tex} -%%%% MAKROS %%%%%%%%%%%%% restriction -\input{./praeambels_and_definitions/L-Schema_Paper_makros.tex} -% set graphicspath -\graphicspath{ {./} } - -\usepackage{pgfplotstable} - -\begin{document} - % Generation of Subsequent_errors_t0.00 - \tikzsetnextfilename{Subsequent_errors_t0.00} - \tikzset{external/force remake} - \begin{tikzpicture} -% % \path[draw,dashed,thick] (3.13,0) -- (3.13,5.2); - \begin{semilogyaxis}[% - width=\textwidth, - title={ Subsequent errors for $t = 0$, $ h \approx 0.02$, $\tau = 4\cdot 10^{-4}$ }, - % axis lines=left, - % legend style = {draw=none}, - legend cell align = left, - xlabel= {iterations}, - ylabel= {subsequent errors}, - xmin= 0, -% xmax= 53, -% ymin= 0, -% ymax= 0.0003, - grid= both, %major or minor - axis line style={-Latex[round]}, - legend style={ -% anchor=north east, -% at={(1,1)}, - font=\tiny - }, - legend entries={$\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_1)}$, - $\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_2)}$}, - ] % end of axis options %col sep=comma, - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain1_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.00.csv};% - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain2_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.00.csv};% -% \addplot table [col sep=comma] {../output/subdomain1_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% -% % \addplot table [col sep=comma] {../output/subdomain2_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% - \end{semilogyaxis} - \end{tikzpicture} - - % Generation of Subsequent_errors_t0.00 - \tikzsetnextfilename{Subsequent_errors_t0.05} - \tikzset{external/force remake} - \begin{tikzpicture} -% % \path[draw,dashed,thick] (3.13,0) -- (3.13,5.2); - \begin{semilogyaxis}[% - width=\textwidth, - title={ Subsequent errors for $t = 0.05$, $ h \approx 0.02$, $\tau = 4\cdot 10^{-4}$ }, - % axis lines=left, - % legend style = {draw=none}, - legend cell align = left, - xlabel= {iterations}, - ylabel= {subsequent errors}, -% xmin= 0, -% xmax= 53, -% ymin= 0, -% ymax= 0.0003, - grid= both, %major or minor - axis line style={-Latex[round]}, - legend style={ -% anchor=north east, -% at={(1,1)}, - font=\tiny - }, - legend entries={$\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_1)}$, - $\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_2)}$}, - ] % end of axis options %col sep=comma, - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain1_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.05.csv};% - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain2_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.05.csv};% -% \addplot table [col sep=comma] {../output/subdomain1_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% -% % \addplot table [col sep=comma] {../output/subdomain2_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% - \end{semilogyaxis} - \end{tikzpicture} - - % Generation of Subsequent_errors_t0.00 - \tikzsetnextfilename{Subsequent_errors_t0.1} - \tikzset{external/force remake} - \begin{tikzpicture} -% % \path[draw,dashed,thick] (3.13,0) -- (3.13,5.2); - \begin{semilogyaxis}[% - width=\textwidth, - title={ Subsequent errors for $t = 0.1$, $ h \approx 0.02$, $\tau = 4\cdot 10^{-4}$ }, - % axis lines=left, - % legend style = {draw=none}, - legend cell align = left, - xlabel= {iterations}, - ylabel= {subsequent errors}, -% xmin= 0, -% xmax= 53, -% ymin= 0, -% ymax= 0.0003, - grid= both, %major or minor - axis line style={-Latex[round]}, - legend style={ -% anchor=north east, -% at={(1,1)}, - font=\tiny - }, - legend entries={$\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_1)}$, - $\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_2)}$}, - ] % end of axis options %col sep=comma, - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain1_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.10.csv};% - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain2_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.10.csv};% -% \addplot table [col sep=comma] {../output/subdomain1_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% -% % \addplot table [col sep=comma] {../output/subdomain2_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% - \end{semilogyaxis} - \end{tikzpicture} - - % Generation of Subsequent_errors_t0.00 - \tikzsetnextfilename{Subsequent_errors_t0.14} - \tikzset{external/force remake} - \begin{tikzpicture} -% % \path[draw,dashed,thick] (3.13,0) -- (3.13,5.2); - \begin{semilogyaxis}[% - width=\textwidth, - title={ Subsequent errors for $t = 0.14$, $ h \approx 0.02$, $\tau = 4\cdot 10^{-4}$ }, - % axis lines=left, - % legend style = {draw=none}, - legend cell align = left, - xlabel= {iterations}, - ylabel= {subsequent errors}, -% xmin= 0, -% xmax= 53, -% ymin= 0, -% ymax= 0.0003, - grid= both, %major or minor - axis line style={-Latex[round]}, - legend style={ -% anchor=north east, -% at={(1,1)}, - font=\tiny - }, - legend entries={$\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_1)}$, - $\bigl\|p_l^i - p_l^{i-1}\bigr\|_{L^2(\dom_2)}$}, - ] % end of axis options %col sep=comma, - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain1_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.14.csv};% - \addplot table [x=iteration, y=wetting] {../output/mesh_res30_dt0.004/subdomain2_dt0.004_hmin0.019_lambda70_Lw0.25subsequent_iteration_errors_at_time0.14.csv};% -% \addplot table [col sep=comma] {../output/subdomain1_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% -% % \addplot table [col sep=comma] {../output/subdomain2_subsequent_iteration_error_for_phase_wetting_at_time0.csv};% - \end{semilogyaxis} - \end{tikzpicture} - -\end{document}