From 3f9e6a157c1c349a344cf141de8ab68fd60932db Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Sun, 12 Oct 2025 17:45:28 +0200 Subject: [PATCH 1/8] Use preCICE version 3.3.0. --- .github/workflows/4-1-partitioned-oscillator.yml | 8 ++++---- .../workflows/4-2-partitioned-heat-conduction.yml | 12 ++++++------ .github/workflows/4-3-perpendicular-flap.yml | 8 ++++---- .github/workflows/publish-docker.yml | 6 +++--- experiments/README.md | 10 +++++----- tools/docker/fenics-openfoam/Dockerfile | 6 +++--- tools/docker/precice-openfoam/Dockerfile | 2 +- 7 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/4-1-partitioned-oscillator.yml b/.github/workflows/4-1-partitioned-oscillator.yml index ca48f94..21bcf5d 100644 --- a/.github/workflows/4-1-partitioned-oscillator.yml +++ b/.github/workflows/4-1-partitioned-oscillator.yml @@ -31,7 +31,7 @@ jobs: defaults: run: working-directory: experiments/oscillator-overlap - container: precice/precice:3.2.0 + container: precice/precice:3.3.0 steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -59,12 +59,12 @@ jobs: path: | # working directory is ignored by actions/upload-artifact experiments/oscillator-overlap/results - + visualize: name: Create plots and tables to visualize experiments from Section 4.1 needs: section_4_1 runs-on: ubuntu-latest - container: + container: image: benjaminrodenberg/latex:wi-paper steps: - name: Checkout Repository @@ -117,7 +117,7 @@ jobs: publish-pages: permissions: contents: write - needs: + needs: - merge - visualize runs-on: ubuntu-latest diff --git a/.github/workflows/4-2-partitioned-heat-conduction.yml b/.github/workflows/4-2-partitioned-heat-conduction.yml index 68fe27e..eae4c0b 100644 --- a/.github/workflows/4-2-partitioned-heat-conduction.yml +++ b/.github/workflows/4-2-partitioned-heat-conduction.yml @@ -33,7 +33,7 @@ jobs: defaults: run: working-directory: experiments/partitioned-heat-conduction - container: precice/precice:3.2.0 + container: precice/precice:3.3.0 steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -80,7 +80,7 @@ jobs: defaults: run: working-directory: experiments/partitioned-heat-conduction - container: precice/precice:3.2.0 + container: precice/precice:3.3.0 steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -112,11 +112,11 @@ jobs: visualize: name: Create plots to visualize experiments from Section 4.2 - needs: + needs: - section_4_2_partitioned - section_4_2_monolithic runs-on: ubuntu-latest - container: + container: image: benjaminrodenberg/latex:wi-paper steps: - name: Checkout Repository @@ -154,7 +154,7 @@ jobs: merge: name: Merge output artifacts runs-on: ubuntu-latest - needs: + needs: - section_4_2_partitioned - section_4_2_monolithic steps: @@ -166,7 +166,7 @@ jobs: publish-pages: permissions: contents: write - needs: + needs: - merge - visualize runs-on: ubuntu-latest diff --git a/.github/workflows/4-3-perpendicular-flap.yml b/.github/workflows/4-3-perpendicular-flap.yml index 7f277fc..98a0aa1 100644 --- a/.github/workflows/4-3-perpendicular-flap.yml +++ b/.github/workflows/4-3-perpendicular-flap.yml @@ -21,7 +21,7 @@ jobs: shell: bash working-directory: experiments/perpendicular-flap # built using tools/docker/fenics-openfoam/Dockerfile - container: benjaminrodenberg/fenics-openfoam:3.2.0 + container: benjaminrodenberg/fenics-openfoam:3.3.0 steps: - name: Checkout Repository uses: actions/checkout@v4 @@ -71,10 +71,10 @@ jobs: visualize: name: Create plots to visualize experiments from Section 4.3 - needs: + needs: - section_4_3 runs-on: ubuntu-latest - container: + container: image: benjaminrodenberg/latex:wi-paper steps: - name: Checkout Repository @@ -122,7 +122,7 @@ jobs: publish-pages: permissions: contents: write - needs: + needs: - merge - visualize runs-on: ubuntu-latest diff --git a/.github/workflows/publish-docker.yml b/.github/workflows/publish-docker.yml index 3cf9375..fafdc5a 100644 --- a/.github/workflows/publish-docker.yml +++ b/.github/workflows/publish-docker.yml @@ -4,7 +4,7 @@ on: jobs: build_precice_openfoam: - name: "Build preCICE 3.2.0 on top of opencfd/openfoam-dev:2412" + name: "Build preCICE 3.3.0 on top of opencfd/openfoam-dev:2412" runs-on: ubuntu-latest env: docker_username: benjaminrodenberg @@ -21,7 +21,7 @@ jobs: with: push: true file: "./tools/docker/precice-openfoam/Dockerfile" - tags: ${{ env.docker_username }}/precice-openfoam:3.2.0 + tags: ${{ env.docker_username }}/precice-openfoam:3.3.0 build_fenics_openfoam: name: "Build FEniCS-OpenFOAM" needs: build_precice_openfoam @@ -41,4 +41,4 @@ jobs: with: push: true file: "./tools/docker/fenics-openfoam/Dockerfile" - tags: ${{ env.docker_username }}/fenics-openfoam:3.2.0 + tags: ${{ env.docker_username }}/fenics-openfoam:3.3.0 diff --git a/experiments/README.md b/experiments/README.md index 7aa655d..eb692e5 100644 --- a/experiments/README.md +++ b/experiments/README.md @@ -20,8 +20,8 @@ In contrast to the preCICE distribution version v2404.0 a more recent version of ### preCICE components -* preCICE [`3.2.0`](https://github.com/precice/precice/releases/tag/v3.2.0) -* pyprecice [`3.2.1`](https://github.com/precice/python-bindings/releases/tag/v3.2.1) (automatically installed via `requirements.txt` of the respective case) +* preCICE [`3.3.0`](https://github.com/precice/precice/releases/tag/v3.3.0) +* pyprecice [`3.3.0`](https://github.com/precice/python-bindings/releases/tag/v3.3.0) (automatically installed via `requirements.txt` of the respective case) * FEniCS adapter [`2.2.0`](https://github.com/precice/fenics-adapter/releases/tag/v2.2.0) (automatically installed via `requirements.txt` of the respective case) * OpenFOAM adapter [`1.3.1`](https://github.com/precice/openfoam-adapter/releases/tag/v1.3.1) @@ -37,11 +37,11 @@ In contrast to the preCICE distribution version v2404.0 a more recent version of The following steps will install the required dependencies: -1. **preCICE**: Download the Debian package (`.deb`) of preCICE 3.2.0 from [here](https://github.com/precice/precice/releases/tag/v3.2.0) and install it on your system by running the command +1. **preCICE**: Download the Debian package (`.deb`) of preCICE 3.3.0 from [here](https://github.com/precice/precice/releases/tag/v3.3.0) and install it on your system by running the command ```sh - wget https://github.com/precice/precice/releases/download/v3.2.0/libprecice3_3.2.0_noble.deb - sudo apt install -y libprecice3_3.2.0_noble.deb + wget https://github.com/precice/precice/releases/download/v3.3.0/libprecice3_3.3.0_noble.deb + sudo apt install -y libprecice3_3.3.0_noble.deb ``` Note: The code name `noble` refers to Ubuntu 24.04, see [here](https://documentation.ubuntu.com/project/release-team/list-of-releases/). If you are using a different Ubuntu version, please replace `noble` with the respective code name. diff --git a/tools/docker/fenics-openfoam/Dockerfile b/tools/docker/fenics-openfoam/Dockerfile index 9b3f40b..69b8e1e 100644 --- a/tools/docker/fenics-openfoam/Dockerfile +++ b/tools/docker/fenics-openfoam/Dockerfile @@ -1,4 +1,4 @@ -FROM benjaminrodenberg/precice-openfoam:3.2.0 +FROM benjaminrodenberg/precice-openfoam:3.3.0 USER root @@ -6,7 +6,7 @@ USER root RUN apt-get -qq update && \ apt-get -qq install --no-install-recommends wget software-properties-common -# OpenFOAM.com does not work; OpenFOAM installation already provided in benjaminrodenberg/precice-openfoam:3.2.0 +# OpenFOAM.com does not work; OpenFOAM installation already provided in benjaminrodenberg/precice-openfoam:3.3.0 # # Install OpenFOAM # RUN wget -q -O - https://dl.openfoam.com/add-debian-repo.sh | bash && \ # apt-get -qq install openfoam2412-dev && \ @@ -19,7 +19,7 @@ RUN add-apt-repository -y ppa:fenics-packages/fenics && \ apt-get -qq update && \ apt-get -qq install --no-install-recommends fenics && \ rm -rf /var/lib/apt/lists/* - + # Install OpenFOAM adapter (Overwrite FOAM_USER_LIBBIN to install globally) RUN wget https://github.com/precice/openfoam-adapter/releases/download/v1.3.1/openfoam-adapter-v1.3.1-OpenFOAMv1812-v2406-newer.tar.gz && \ tar -xzf openfoam-adapter-v1.3.1-OpenFOAMv1812-v2406-newer.tar.gz && \ diff --git a/tools/docker/precice-openfoam/Dockerfile b/tools/docker/precice-openfoam/Dockerfile index 280152a..3d7f57d 100644 --- a/tools/docker/precice-openfoam/Dockerfile +++ b/tools/docker/precice-openfoam/Dockerfile @@ -11,7 +11,7 @@ ARG TIMEZONE=Europe/Berlin RUN export TZ=$TIMEZONE && echo $TZ > /etc/timezone && ln -snf /usr/share/zoneinfo/$TZ /etc/localtime && \ apt-get -yy update && apt-get -yy install wget tzdata lsb-release && rm -rf /var/lib/apt/lists/* # The version to fetch the package for: X.Y.Z -ARG version=3.2.0 +ARG version=3.3.0 RUN echo "$version" | grep "[0-9]\+\.[0-9]\+\.[0-9]\+" > /dev/null # The version must follow the format X.Y.Z RUN wget -q -O libprecice.deb https://github.com/precice/precice/releases/download/v${version}/libprecice`echo ${version} | sed 's/\([0-9]\+\)\.\([0-9]\+\.[0-9]\+\)/\1_\1.\2/'`_$(lsb_release -sc).deb && \ apt-get update && apt-get -yy install ./libprecice.deb && \ From 23df75a41396089aaaeefd1052726e64d187d0a4 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Sun, 12 Oct 2025 18:27:23 +0200 Subject: [PATCH 2/8] Use updated results Section 4.1 and 4.2. * From CI run triggered by https://github.com/BenjaminRodenberg/test-cases-dissertation/commit/66cb4053b02c7ab4be345ba083cd4408caa35f13 * Currently using pyprecice 3.2.1 * Most results identical, minor changes in iterations of LIIIC3_3 --- .../Fig10/data/constant.csv | 10 ++++----- .../oscillator-overlap/Fig10/data/linear.csv | 10 ++++----- .../Fig10/data/piecewise_linear.csv | 10 ++++----- .../Fig10/data/third_degree_b-spline.csv | 10 ++++----- .../Fig11/data/contour_data.csv | 10 ++++----- plotting/oscillator-overlap/Tab1/data/FP.csv | 10 ++++----- plotting/oscillator-overlap/Tab1/data/fQN.csv | 10 ++++----- plotting/oscillator-overlap/Tab1/data/rQN.csv | 10 ++++----- .../Fig13/data/GL2_2.csv | 10 ++++----- .../Fig13/data/GL2_3.csv | 10 ++++----- .../Fig13/data/GL2_5.csv | 10 ++++----- .../Fig13/data/GL2_mono.csv | 4 ++-- .../Fig13/data/GL3_3.csv | 10 ++++----- .../Fig13/data/GL3_5.csv | 10 ++++----- .../Fig13/data/GL3_mono.csv | 4 ++-- .../Fig13/data/IE_3.csv | 10 ++++----- .../Fig13/data/IE_mono.csv | 4 ++-- .../Fig13extra/data/LIIIC3_2.csv | 10 ++++----- .../Fig13extra/data/LIIIC3_3.csv | 22 +++++++++---------- .../Fig13extra/data/LIIIC3_5.csv | 10 ++++----- .../Fig13extra/data/LIIIC3_mono.csv | 4 ++-- 21 files changed, 99 insertions(+), 99 deletions(-) diff --git a/plotting/oscillator-overlap/Fig10/data/constant.csv b/plotting/oscillator-overlap/Fig10/data/constant.csv index 3570b99..ca834d8 100644 --- a/plotting/oscillator-overlap/Fig10/data/constant.csv +++ b/plotting/oscillator-overlap/Fig10/data/constant.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-FP.xml --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 0 -o results/Fig10/data/constant.csv -# args:Namespace(template_path='configs/precice-config-template-FP.xml', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=0, exchange_substeps=False, out_filename='results/Fig10/data/constant.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 0 -o results/Fig10/data/constant.csv +# args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=0, exchange_substeps=False, out_filename='results/Fig10/data/constant.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 0, 'substeps': False} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Fig10/data/linear.csv b/plotting/oscillator-overlap/Fig10/data/linear.csv index e05c748..a01ec34 100644 --- a/plotting/oscillator-overlap/Fig10/data/linear.csv +++ b/plotting/oscillator-overlap/Fig10/data/linear.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-FP.xml --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 -o results/Fig10/data/linear.csv -# args:Namespace(template_path='configs/precice-config-template-FP.xml', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=False, out_filename='results/Fig10/data/linear.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 -o results/Fig10/data/linear.csv +# args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=False, out_filename='results/Fig10/data/linear.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 1, 'substeps': False} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv b/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv index edb537b..759c270 100644 --- a/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv +++ b/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-FP.xml --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 --exchange-substeps -o results/Fig10/data/piecewise_linear.csv -# args:Namespace(template_path='configs/precice-config-template-FP.xml', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=True, out_filename='results/Fig10/data/piecewise_linear.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 --exchange-substeps -o results/Fig10/data/piecewise_linear.csv +# args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=True, out_filename='results/Fig10/data/piecewise_linear.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 1, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv b/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv index f36a299..2715be6 100644 --- a/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv +++ b/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-FP.xml --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig10/data/third_degree_b-spline.csv -# args:Namespace(template_path='configs/precice-config-template-FP.xml', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig10/data/third_degree_b-spline.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig10/data/third_degree_b-spline.csv +# args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig10/data/third_degree_b-spline.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Fig11/data/contour_data.csv b/plotting/oscillator-overlap/Fig11/data/contour_data.csv index 27769b4..3036b3b 100644 --- a/plotting/oscillator-overlap/Fig11/data/contour_data.csv +++ b/plotting/oscillator-overlap/Fig11/data/contour_data.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-FP.xml --silent --executor Github --config configs/fig11_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig11/data/contour_data.csv -# args:Namespace(template_path='configs/precice-config-template-FP.xml', config='configs/fig11_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig11/data/contour_data.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig11_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig11/data/contour_data.csv +# args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig11_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig11/data/contour_data.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.00125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Tab1/data/FP.csv b/plotting/oscillator-overlap/Tab1/data/FP.csv index 9807384..a66d64c 100644 --- a/plotting/oscillator-overlap/Tab1/data/FP.csv +++ b/plotting/oscillator-overlap/Tab1/data/FP.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-FP.xml --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/FP.csv -# args:Namespace(template_path='configs/precice-config-template-FP.xml', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/FP.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/FP.csv +# args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/FP.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Tab1/data/fQN.csv b/plotting/oscillator-overlap/Tab1/data/fQN.csv index ac208ea..cb71cf6 100644 --- a/plotting/oscillator-overlap/Tab1/data/fQN.csv +++ b/plotting/oscillator-overlap/Tab1/data/fQN.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-fQN.xml --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/fQN.csv -# args:Namespace(template_path='configs/precice-config-template-fQN.xml', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/fQN.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-fQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/fQN.csv +# args:Namespace(template_path='precice-config-fQN.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/fQN.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/oscillator-overlap/Tab1/data/rQN.csv b/plotting/oscillator-overlap/Tab1/data/rQN.csv index dbf747c..027a67e 100644 --- a/plotting/oscillator-overlap/Tab1/data/rQN.csv +++ b/plotting/oscillator-overlap/Tab1/data/rQN.csv @@ -1,8 +1,8 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Mass-Left': , 'Mass-Right': } -# run cmd:python3 doConvergenceStudy.py configs/precice-config-template-rQN.xml --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/rQN.csv -# args:Namespace(template_path='configs/precice-config-template-rQN.xml', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/rQN.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Mass-Left': , 'Mass-Right': } +# run cmd:python3 doConvergenceStudy.py precice-config-rQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/rQN.csv +# args:Namespace(template_path='precice-config-rQN.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/rQN.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv index 82591ac..d0694ea 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_2.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13/data/GL2_2.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_2.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13/data/GL2_2.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 2, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv index fe4e34f..6dc202c 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_3.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL2_3.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_3.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL2_3.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv index 835af22..6abc2a9 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_5.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL2_5.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_5.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL2_5.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 5, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv index bb7292c..85958dc 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss GaussLegendre2 -o results/Fig13/data/GL2_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['GaussLegendre2'], out_filename='results/Fig13/data/GL2_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv index a0eb08c..6aed4d4 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_3.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL3_3.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_3.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL3_3.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv index 04359c0..d7280f2 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_5.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL3_5.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_5.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL3_5.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 5, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv index cdb340c..811eef8 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss GaussLegendre3 -o results/Fig13/data/GL3_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['GaussLegendre3'], out_filename='results/Fig13/data/GL3_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv index 4cdb108..f0e3fdc 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss BackwardEuler BackwardEuler --exchange-substeps -o results/Fig13/data/IE_3.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['BackwardEuler', 'BackwardEuler'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/IE_3.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss BackwardEuler BackwardEuler --exchange-substeps -o results/Fig13/data/IE_3.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['BackwardEuler', 'BackwardEuler'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/IE_3.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv index 3c939fb..e2c4cc0 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss BackwardEuler -o results/Fig13/data/IE_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['BackwardEuler'], out_filename='results/Fig13/data/IE_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv index 877f954..cbbfdde 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_2.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_2.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_2.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_2.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 2, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv index c84b0fd..364e58d 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv @@ -1,14 +1,14 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_3.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_3.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_3.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_3.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann -1.0,0.2,0.2,5,18.0,18,2.981600118978861e-06,5,8.163472328314331e-07 -0.5,0.1,0.1,5,19.5,21,3.752574014962723e-07,5,9.617954383648265e-08 -0.25,0.05,0.05,5,19.75,21,3.5597453278116624e-08,5,1.2734453680993648e-08 -0.125,0.025,0.025,5,18.25,21,2.8518998513104754e-09,5,1.1131893926072486e-09 -0.0625,0.0125,0.0125,5,19.1875,24,2.39188487394981e-10,5,8.984640456121587e-11 -0.03125,0.00625,0.00625,5,15.15625,17,2.0157053538939518e-11,5,7.03374230772496e-12 +1.0,0.2,0.2,5,18.0,18,2.9816001182359984e-06,5,8.163472327116251e-07 +0.5,0.1,0.1,5,19.5,21,3.75257401958948e-07,5,9.617954398413165e-08 +0.25,0.05,0.05,5,21.0,26,3.559745317413358e-08,5,1.2734453483515092e-08 +0.125,0.025,0.025,5,19.875,24,2.8518997916407274e-09,5,1.1131894427089679e-09 +0.0625,0.0125,0.0125,5,16.5,22,2.3927295999672286e-10,5,8.983422767403362e-11 +0.03125,0.00625,0.00625,5,16.9375,22,2.016044047236412e-11,5,7.041874292428453e-12 diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv index 5136732..88b93f4 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv @@ -1,8 +1,8 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Dirichlet': , 'Neumann': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_5.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_5.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Dirichlet': , 'Neumann': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_5.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_5.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 5, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv index 09d9b8b..a73e24e 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss LobattoIIIC3 -o results/Fig13extra/data/LIIIC3_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3'], out_filename='results/Fig13extra/data/LIIIC3_mono.csv') time step size Monolithic,error Monolithic From ec8ba9c0a0e90e7ab0e191b7596e7759ad4b9d86 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Sun, 12 Oct 2025 20:21:21 +0200 Subject: [PATCH 3/8] Use updated results Section 4.3. * From CI run triggered by https://github.com/BenjaminRodenberg/test-cases-dissertation/commit/66cb4053b02c7ab4be345ba083cd4408caa35f13 * Currently using pyprecice 3.2.1 * Results identical --- plotting/perpendicular-flap/Fig15/data/result.csv | 10 +++++----- plotting/perpendicular-flap/Fig16/data/result.csv | 10 +++++----- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/plotting/perpendicular-flap/Fig15/data/result.csv b/plotting/perpendicular-flap/Fig15/data/result.csv index 7d93d03..d5ad262 100644 --- a/plotting/perpendicular-flap/Fig15/data/result.csv +++ b/plotting/perpendicular-flap/Fig15/data/result.csv @@ -1,8 +1,8 @@ -# participants version:{'Fluid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Solid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Fluid': , 'Solid': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github configs/Fig15.csv -o results/Fig15/data/result.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', time_config='configs/Fig15.csv', out_filename='results/Fig15/data/result.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Fluid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Solid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Fluid': , 'Solid': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github configs/Fig15.csv -o results/Fig15/data/result.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', time_config='configs/Fig15.csv', out_filename='results/Fig15/data/result.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 5.0, 'max_time': 10, 'waveform_degree': 3, 'reduced': True, 'substeps': True, 'acceleration': 'qn'} time window size,time step size Fluid,time step size Solid,substeps,waveform degree,reduced,acceleration,substeps Fluid,avg(iterations / window),max(iterations / window),no. QN,substeps Solid diff --git a/plotting/perpendicular-flap/Fig16/data/result.csv b/plotting/perpendicular-flap/Fig16/data/result.csv index c0ac3e5..db6d654 100644 --- a/plotting/perpendicular-flap/Fig16/data/result.csv +++ b/plotting/perpendicular-flap/Fig16/data/result.csv @@ -1,8 +1,8 @@ -# participants version:{'Fluid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}, 'Solid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/7/merge', 'chash': '4c031f00c705d9847942442c9c62ac413c142825'}} -# participants:{'Fluid': , 'Solid': } -# run cmd:python3 doConvergenceStudy.py precice-config-template.xml --silent --executor Github configs/Fig16.csv -o results/Fig16/data/result.csv -# args:Namespace(template_path='precice-config-template.xml', silent=True, executor='Github', time_config='configs/Fig16.csv', out_filename='results/Fig16/data/result.csv') -# precice.get_version_information():b'3.2.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' +# participants version:{'Fluid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Solid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} +# participants:{'Fluid': , 'Solid': } +# run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github configs/Fig16.csv -o results/Fig16/data/result.csv +# args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', time_config='configs/Fig16.csv', out_filename='results/Fig16/data/result.csv') +# precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.2.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1, 'waveform_degree': 3, 'reduced': True, 'substeps': True, 'acceleration': 'qn'} time window size,time step size Fluid,time step size Solid,substeps,waveform degree,reduced,acceleration,substeps Fluid,avg(iterations / window),max(iterations / window),no. QN,substeps Solid From 7372aa2f34cbc059bde4901a5fb97fe7c488f10c Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Tue, 14 Oct 2025 18:40:13 +0200 Subject: [PATCH 4/8] Remove data deployment to github pages. --- .../workflows/4-1-partitioned-oscillator.yml | 28 ------------------- .../4-2-partitioned-heat-conduction.yml | 28 ------------------- .github/workflows/4-3-perpendicular-flap.yml | 28 ------------------- README.md | 2 +- 4 files changed, 1 insertion(+), 85 deletions(-) diff --git a/.github/workflows/4-1-partitioned-oscillator.yml b/.github/workflows/4-1-partitioned-oscillator.yml index 21bcf5d..fe1ab79 100644 --- a/.github/workflows/4-1-partitioned-oscillator.yml +++ b/.github/workflows/4-1-partitioned-oscillator.yml @@ -113,31 +113,3 @@ jobs: uses: actions/upload-artifact/merge@v4 with: name: results - - publish-pages: - permissions: - contents: write - needs: - - merge - - visualize - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Download merge output - uses: actions/download-artifact@v4 - with: - name: results - path: pages/oscillator-overlap/results - - - name: Download visualizations - uses: actions/download-artifact@v4 - with: - name: visualizations - path: pages/oscillator-overlap/visualizations - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: pages diff --git a/.github/workflows/4-2-partitioned-heat-conduction.yml b/.github/workflows/4-2-partitioned-heat-conduction.yml index eae4c0b..670db04 100644 --- a/.github/workflows/4-2-partitioned-heat-conduction.yml +++ b/.github/workflows/4-2-partitioned-heat-conduction.yml @@ -162,31 +162,3 @@ jobs: uses: actions/upload-artifact/merge@v4 with: name: results - - publish-pages: - permissions: - contents: write - needs: - - merge - - visualize - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Download merge output - uses: actions/download-artifact@v4 - with: - name: results - path: pages/partitioned-heat-conduction/results - - - name: Download visualizations - uses: actions/download-artifact@v4 - with: - name: visualizations - path: pages/partitioned-heat-conduction/visualizations - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: pages diff --git a/.github/workflows/4-3-perpendicular-flap.yml b/.github/workflows/4-3-perpendicular-flap.yml index 98a0aa1..4248af3 100644 --- a/.github/workflows/4-3-perpendicular-flap.yml +++ b/.github/workflows/4-3-perpendicular-flap.yml @@ -118,31 +118,3 @@ jobs: uses: actions/upload-artifact/merge@v4 with: name: results - - publish-pages: - permissions: - contents: write - needs: - - merge - - visualize - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v4 - - - name: Download merge output - uses: actions/download-artifact@v4 - with: - name: results - path: pages/perpendicular-flap/results - - - name: Download visualizations - uses: actions/download-artifact@v4 - with: - name: visualizations - path: pages/perpendicular-flap/visualizations - - - name: Deploy to GitHub Pages - uses: peaceiris/actions-gh-pages@v4 - with: - github_token: ${{ secrets.GITHUB_TOKEN }} - publish_dir: pages diff --git a/README.md b/README.md index d71ea37..339def6 100644 --- a/README.md +++ b/README.md @@ -21,7 +21,7 @@ If you want to run the experiments from the paper, please refer to `experiments/ The following folders contain job definitions and Dockerfiles that allow to run the experiments and create the plots using GitHub Actions. You can ignore these folders if you want to run the experiments locally. -* `.github/workflows`: Definition of pipelines that allow to perform the experiments using [GitHub Actions](https://github.com/features/actions). You can fork this repository to run the experiments and create the plots with GitHub Actions. Alternatively, you can also find the artifacts created by the GitHub Actions pipeline on the branch [`gh-pages`](https://github.com/BenjaminRodenberg/test-cases-dissertation/tree/gh-pages). +* `.github/workflows`: Definition of pipelines that allow to perform the experiments using [GitHub Actions](https://github.com/features/actions). You can fork this repository to run the experiments and create the plots with GitHub Actions. * `tools/docker`: Docker files used by the CI job `.github/workflows/publish-docker.yml` to create docker images for running the experiments. The docker images can be found under https://hub.docker.com/r/benjaminrodenberg/fenics-openfoam and https://hub.docker.com/r/benjaminrodenberg/precice-openfoam. [^RodenbergUekermann2025]: Rodenberg, Benjamin; Uekermann, Benjamin. *A waveform iteration implementation for black-box multi-rate higher-order coupling*. [Manuscript in preparation] From c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Thu, 16 Oct 2025 14:30:42 +0200 Subject: [PATCH 5/8] Trigger CI; pyprecice 3.3.1 should be used * pyprecice 3.3.1 has been released https://pypi.org/project/pyprecice/3.3.1/ From 0fa9f8d6ebf9806cbb3d69e9b66fafe6adc18e3e Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Thu, 16 Oct 2025 18:43:57 +0200 Subject: [PATCH 6/8] Update results. --- plotting/oscillator-overlap/Fig10/data/constant.csv | 6 +++--- plotting/oscillator-overlap/Fig10/data/linear.csv | 6 +++--- plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv | 6 +++--- .../oscillator-overlap/Fig10/data/third_degree_b-spline.csv | 6 +++--- plotting/oscillator-overlap/Fig11/data/contour_data.csv | 6 +++--- plotting/oscillator-overlap/Tab1/data/FP.csv | 6 +++--- plotting/oscillator-overlap/Tab1/data/fQN.csv | 6 +++--- plotting/oscillator-overlap/Tab1/data/rQN.csv | 6 +++--- plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv | 6 +++--- plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv | 6 +++--- plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv | 6 +++--- .../partitioned-heat-conduction/Fig13/data/GL2_mono.csv | 4 ++-- plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv | 6 +++--- plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv | 6 +++--- .../partitioned-heat-conduction/Fig13/data/GL3_mono.csv | 4 ++-- plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv | 6 +++--- plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv | 4 ++-- .../Fig13extra/data/LIIIC3_2.csv | 6 +++--- .../Fig13extra/data/LIIIC3_3.csv | 6 +++--- .../Fig13extra/data/LIIIC3_5.csv | 6 +++--- .../Fig13extra/data/LIIIC3_mono.csv | 4 ++-- plotting/perpendicular-flap/Fig15/data/result.csv | 6 +++--- plotting/perpendicular-flap/Fig16/data/result.csv | 6 +++--- 23 files changed, 65 insertions(+), 65 deletions(-) diff --git a/plotting/oscillator-overlap/Fig10/data/constant.csv b/plotting/oscillator-overlap/Fig10/data/constant.csv index ca834d8..d24f15b 100644 --- a/plotting/oscillator-overlap/Fig10/data/constant.csv +++ b/plotting/oscillator-overlap/Fig10/data/constant.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 0 -o results/Fig10/data/constant.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=0, exchange_substeps=False, out_filename='results/Fig10/data/constant.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 0, 'substeps': False} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.2,0.04000000000000015,0.002000000000000113,4.3584747497862884e+154,8.391895061357974e+154 diff --git a/plotting/oscillator-overlap/Fig10/data/linear.csv b/plotting/oscillator-overlap/Fig10/data/linear.csv index a01ec34..9dd7b1b 100644 --- a/plotting/oscillator-overlap/Fig10/data/linear.csv +++ b/plotting/oscillator-overlap/Fig10/data/linear.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 -o results/Fig10/data/linear.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=False, out_filename='results/Fig10/data/linear.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 1, 'substeps': False} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.2,0.04000000000000001,0.0020000000000000018,3.3437602237727053,1.7357639088739552 diff --git a/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv b/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv index 759c270..a0bec75 100644 --- a/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv +++ b/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 --exchange-substeps -o results/Fig10/data/piecewise_linear.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=True, out_filename='results/Fig10/data/piecewise_linear.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 1, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.2,0.04000000000000001,0.0020000000000000018,0.050868037767638,0.0509483467981368 diff --git a/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv b/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv index 2715be6..0d781f2 100644 --- a/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv +++ b/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig10/data/third_degree_b-spline.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig10/data/third_degree_b-spline.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.0125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.2,0.04000000000000001,0.0020000000000000018,0.0044898733576939,0.0044894317643563 diff --git a/plotting/oscillator-overlap/Fig11/data/contour_data.csv b/plotting/oscillator-overlap/Fig11/data/contour_data.csv index 3036b3b..3e90b39 100644 --- a/plotting/oscillator-overlap/Fig11/data/contour_data.csv +++ b/plotting/oscillator-overlap/Fig11/data/contour_data.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig11_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig11/data/contour_data.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig11_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig11/data/contour_data.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.00125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.2,0.05,0.05,0.1922588167763372,0.1604466389881712 diff --git a/plotting/oscillator-overlap/Tab1/data/FP.csv b/plotting/oscillator-overlap/Tab1/data/FP.csv index a66d64c..dfcb927 100644 --- a/plotting/oscillator-overlap/Tab1/data/FP.csv +++ b/plotting/oscillator-overlap/Tab1/data/FP.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/FP.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/FP.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.005,0.0050000000000000044,0.00019999999999998448,0.0007804368001303,0.0007463369771522 diff --git a/plotting/oscillator-overlap/Tab1/data/fQN.csv b/plotting/oscillator-overlap/Tab1/data/fQN.csv index cb71cf6..08d9a31 100644 --- a/plotting/oscillator-overlap/Tab1/data/fQN.csv +++ b/plotting/oscillator-overlap/Tab1/data/fQN.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-fQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/fQN.csv # args:Namespace(template_path='precice-config-fQN.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/fQN.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.005,0.0050000000000000044,0.00019999999999998448,0.0007804368007245,0.0007463369807518 diff --git a/plotting/oscillator-overlap/Tab1/data/rQN.csv b/plotting/oscillator-overlap/Tab1/data/rQN.csv index 027a67e..28ec8ff 100644 --- a/plotting/oscillator-overlap/Tab1/data/rQN.csv +++ b/plotting/oscillator-overlap/Tab1/data/rQN.csv @@ -1,9 +1,9 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Mass-Right': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-rQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/rQN.csv # args:Namespace(template_path='precice-config-rQN.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/rQN.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Mass-Left,time step size Mass-Right,error Mass-Left,error Mass-Right 0.005,0.0050000000000000044,0.00019999999999998448,0.0007804367997321,0.0007463369768833 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv index d0694ea..ed98ff4 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_2.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13/data/GL2_2.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 2, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,18.0,18,1.4426104449847668e-05,5,1.8361175797834453e-05 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv index 6dc202c..26a9192 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL2_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,18.0,18,1.2878486866900426e-06,5,8.780353110171512e-07 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv index 6abc2a9..0980160 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_5.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL2_5.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 5, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,18.0,18,1.8316038901498851e-06,5,1.4234006611027355e-06 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv index 85958dc..0e8505f 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss GaussLegendre2 -o results/Fig13/data/GL2_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['GaussLegendre2'], out_filename='results/Fig13/data/GL2_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv index 6aed4d4..442f271 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL3_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,19.0,19,3.192797279911416e-06,5,5.817420252525208e-07 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv index d7280f2..67b6761 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_5.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL3_5.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 5, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,20.0,20,7.128777370208952e-08,5,1.2246048820845836e-08 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv index 811eef8..0f239e8 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss GaussLegendre3 -o results/Fig13/data/GL3_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['GaussLegendre3'], out_filename='results/Fig13/data/GL3_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv index f0e3fdc..d124c4f 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss BackwardEuler BackwardEuler --exchange-substeps -o results/Fig13/data/IE_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['BackwardEuler', 'BackwardEuler'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/IE_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,24.0,24,0.0246440592744771,5,0.0478496830310836 diff --git a/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv index e2c4cc0..a89a901 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss BackwardEuler -o results/Fig13/data/IE_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['BackwardEuler'], out_filename='results/Fig13/data/IE_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv index cbbfdde..10fa18c 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_2.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_2.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 2, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,20.0,20,2.6503124034032543e-05,5,2.16762965037276e-05 diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv index 364e58d..ba88a8f 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,18.0,18,2.9816001182359984e-06,5,8.163472327116251e-07 diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv index 88b93f4..2f77e32 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv @@ -1,9 +1,9 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Neumann': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_5.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_5.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 5, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann 1.0,0.2,0.2,5,18.0,18,5.23115300096288e-07,5,3.750056928196948e-07 diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv index a73e24e..2c01fe7 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss LobattoIIIC3 -o results/Fig13extra/data/LIIIC3_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3'], out_filename='results/Fig13extra/data/LIIIC3_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/perpendicular-flap/Fig15/data/result.csv b/plotting/perpendicular-flap/Fig15/data/result.csv index d5ad262..1936182 100644 --- a/plotting/perpendicular-flap/Fig15/data/result.csv +++ b/plotting/perpendicular-flap/Fig15/data/result.csv @@ -1,9 +1,9 @@ -# participants version:{'Fluid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Solid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Fluid': , 'Solid': } +# participants version:{'Fluid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Solid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Fluid': , 'Solid': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github configs/Fig15.csv -o results/Fig15/data/result.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', time_config='configs/Fig15.csv', out_filename='results/Fig15/data/result.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 5.0, 'max_time': 10, 'waveform_degree': 3, 'reduced': True, 'substeps': True, 'acceleration': 'qn'} time window size,time step size Fluid,time step size Solid,substeps,waveform degree,reduced,acceleration,substeps Fluid,avg(iterations / window),max(iterations / window),no. QN,substeps Solid 0.01,0.01,0.01,False,1,True,qn,1,2.0,4,2000,1 diff --git a/plotting/perpendicular-flap/Fig16/data/result.csv b/plotting/perpendicular-flap/Fig16/data/result.csv index db6d654..ef9ff3b 100644 --- a/plotting/perpendicular-flap/Fig16/data/result.csv +++ b/plotting/perpendicular-flap/Fig16/data/result.csv @@ -1,9 +1,9 @@ -# participants version:{'Fluid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}, 'Solid': {'url': 'BenjaminRodenberg/test-cases-dissertation', 'repo': 'refs/pull/8/merge', 'chash': '3202eb513f485596bf76ab992ea7ac77fea1d47d'}} -# participants:{'Fluid': , 'Solid': } +# participants version:{'Fluid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Solid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} +# participants:{'Fluid': , 'Solid': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github configs/Fig16.csv -o results/Fig16/data/result.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', time_config='configs/Fig16.csv', out_filename='results/Fig16/data/result.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' -# precice.__version__:3.2.1 +# precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.2, 'max_time': 1, 'waveform_degree': 3, 'reduced': True, 'substeps': True, 'acceleration': 'qn'} time window size,time step size Fluid,time step size Solid,substeps,waveform degree,reduced,acceleration,substeps Fluid,avg(iterations / window),max(iterations / window),no. QN,substeps Solid 0.02,0.001,0.001,True,3,True,qn,20,5.34,8,267,20 From 913a7709b70d4fa9b365c0d39c5e3fb41695efbd Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Thu, 16 Oct 2025 18:45:47 +0200 Subject: [PATCH 7/8] Update version in README. --- experiments/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/experiments/README.md b/experiments/README.md index 66a9179..d70c5b4 100644 --- a/experiments/README.md +++ b/experiments/README.md @@ -19,7 +19,7 @@ You can start from a recent Linux-based system (Ubuntu 24.04 is recommended). Th ### preCICE components * preCICE [`3.3.0`](https://github.com/precice/precice/releases/tag/v3.3.0) -* pyprecice [`3.3.0`](https://github.com/precice/python-bindings/releases/tag/v3.3.0) (automatically installed via `requirements.txt` of the respective cases) +* pyprecice [`3.3.1`](https://github.com/precice/python-bindings/releases/tag/v3.3.1) (automatically installed via `requirements.txt` of the respective cases) * FEniCS adapter [`2.2.0`](https://github.com/precice/fenics-adapter/releases/tag/v2.2.0) (automatically installed via `requirements.txt` of the respective cases) * OpenFOAM adapter [`1.3.1`](https://github.com/precice/openfoam-adapter/releases/tag/v1.3.1) From f239342c6829ea2a85cfab954532d280cafc5a59 Mon Sep 17 00:00:00 2001 From: Benjamin Rodenberg Date: Thu, 16 Oct 2025 19:41:57 +0200 Subject: [PATCH 8/8] Update results. --- .../Fig10/data/constant.csv | 4 +- .../oscillator-overlap/Fig10/data/linear.csv | 4 +- .../Fig10/data/piecewise_linear.csv | 4 +- .../Fig10/data/third_degree_b-spline.csv | 4 +- .../Fig11/data/contour_data.csv | 4 +- plotting/oscillator-overlap/Tab1/data/FP.csv | 4 +- plotting/oscillator-overlap/Tab1/data/fQN.csv | 4 +- plotting/oscillator-overlap/Tab1/data/rQN.csv | 4 +- .../Fig13/data/GL2_2.csv | 4 +- .../Fig13/data/GL2_3.csv | 4 +- .../Fig13/data/GL2_5.csv | 4 +- .../Fig13/data/GL2_mono.csv | 4 +- .../Fig13/data/GL3_3.csv | 4 +- .../Fig13/data/GL3_5.csv | 4 +- .../Fig13/data/GL3_mono.csv | 4 +- .../Fig13/data/IE_3.csv | 4 +- .../Fig13/data/IE_mono.csv | 4 +- .../Fig13extra/data/LIIIC3_2.csv | 4 +- .../Fig13extra/data/LIIIC3_3.csv | 16 +- .../Fig13extra/data/LIIIC3_5.csv | 4 +- .../Fig13extra/data/LIIIC3_mono.csv | 4 +- .../perpendicular-flap/Fig15/data/result.csv | 40 +- .../data/result/watchpoint_MC_S100_rQNWI | 7 +- .../Fig15/data/result/watchpoint_MC_S10_rQNWI | 52 +- .../data/result/watchpoint_MC_S250_rQNWI | 4 +- .../Fig15/data/result/watchpoint_MC_S25_rQNWI | 22 +- .../Fig15/data/result/watchpoint_MC_S3_rQNWI | 169 +----- .../data/result/watchpoint_MC_S500_rQNWI | 3 +- .../Fig15/data/result/watchpoint_MC_S50_rQNWI | 12 +- .../Fig15/data/result/watchpoint_MC_S5_rQNWI | 102 +--- .../Fig15/data/result/watchpoint_REF | 502 +----------------- .../Fig15/data/result/watchpoint_SC_S10 | 52 +- .../Fig15/data/result/watchpoint_SC_S100 | 7 +- .../Fig15/data/result/watchpoint_SC_S25 | 22 +- .../Fig15/data/result/watchpoint_SC_S250 | 4 +- .../Fig15/data/result/watchpoint_SC_S3 | 169 +----- .../Fig15/data/result/watchpoint_SC_S5 | 102 +--- .../Fig15/data/result/watchpoint_SC_S50 | 12 +- .../Fig15/data/result/watchpoint_SC_S500 | 3 +- .../perpendicular-flap/Fig16/data/result.csv | 4 +- 40 files changed, 87 insertions(+), 1297 deletions(-) diff --git a/plotting/oscillator-overlap/Fig10/data/constant.csv b/plotting/oscillator-overlap/Fig10/data/constant.csv index d24f15b..b0251f9 100644 --- a/plotting/oscillator-overlap/Fig10/data/constant.csv +++ b/plotting/oscillator-overlap/Fig10/data/constant.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 0 -o results/Fig10/data/constant.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=0, exchange_substeps=False, out_filename='results/Fig10/data/constant.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Fig10/data/linear.csv b/plotting/oscillator-overlap/Fig10/data/linear.csv index 9dd7b1b..df1e12a 100644 --- a/plotting/oscillator-overlap/Fig10/data/linear.csv +++ b/plotting/oscillator-overlap/Fig10/data/linear.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 -o results/Fig10/data/linear.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=False, out_filename='results/Fig10/data/linear.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv b/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv index a0bec75..d009bf0 100644 --- a/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv +++ b/plotting/oscillator-overlap/Fig10/data/piecewise_linear.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 1 --exchange-substeps -o results/Fig10/data/piecewise_linear.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=1, exchange_substeps=True, out_filename='results/Fig10/data/piecewise_linear.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv b/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv index 0d781f2..3bf79b3 100644 --- a/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv +++ b/plotting/oscillator-overlap/Fig10/data/third_degree_b-spline.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig10_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig10/data/third_degree_b-spline.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig10_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig10/data/third_degree_b-spline.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Fig11/data/contour_data.csv b/plotting/oscillator-overlap/Fig11/data/contour_data.csv index 3e90b39..2b178d9 100644 --- a/plotting/oscillator-overlap/Fig11/data/contour_data.csv +++ b/plotting/oscillator-overlap/Fig11/data/contour_data.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/fig11_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Fig11/data/contour_data.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/fig11_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig11/data/contour_data.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Tab1/data/FP.csv b/plotting/oscillator-overlap/Tab1/data/FP.csv index dfcb927..1016bba 100644 --- a/plotting/oscillator-overlap/Tab1/data/FP.csv +++ b/plotting/oscillator-overlap/Tab1/data/FP.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-FP.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/FP.csv # args:Namespace(template_path='precice-config-FP.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/FP.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Tab1/data/fQN.csv b/plotting/oscillator-overlap/Tab1/data/fQN.csv index 08d9a31..dd52e04 100644 --- a/plotting/oscillator-overlap/Tab1/data/fQN.csv +++ b/plotting/oscillator-overlap/Tab1/data/fQN.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-fQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/fQN.csv # args:Namespace(template_path='precice-config-fQN.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/fQN.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/oscillator-overlap/Tab1/data/rQN.csv b/plotting/oscillator-overlap/Tab1/data/rQN.csv index 28ec8ff..f7db71f 100644 --- a/plotting/oscillator-overlap/Tab1/data/rQN.csv +++ b/plotting/oscillator-overlap/Tab1/data/rQN.csv @@ -1,5 +1,5 @@ -# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Mass-Left': , 'Mass-Right': } +# participants version:{'Mass-Left': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Mass-Right': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Mass-Left': , 'Mass-Right': } # run cmd:python3 doConvergenceStudy.py precice-config-rQN.xml.jinja2 --silent --executor Github --config configs/tab1_dts.csv -tss runge_kutta_4 generalized_alpha -wd 3 --exchange-substeps -o results/Tab1/data/rQN.csv # args:Namespace(template_path='precice-config-rQN.xml.jinja2', config='configs/tab1_dts.csv', silent=True, executor='Github', max_time=1.0, base_time_window_size=0.04, time_window_refinements=5, base_time_step_refinement=[1, 1], time_step_refinements=1, time_step_refinement_factor=[2, 2], time_stepping_scheme=['runge_kutta_4', 'generalized_alpha'], waveform_degree=3, exchange_substeps=True, out_filename='results/Tab1/data/rQN.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv index ed98ff4..fc76822 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_2.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_2.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13/data/GL2_2.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv index 26a9192..2f9c95f 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_3.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL2_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv index 0980160..0839af1 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_5.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre2 GaussLegendre2 --exchange-substeps -o results/Fig13/data/GL2_5.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre2', 'GaussLegendre2'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL2_5.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv index 0e8505f..253f7dd 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL2_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss GaussLegendre2 -o results/Fig13/data/GL2_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['GaussLegendre2'], out_filename='results/Fig13/data/GL2_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv index 442f271..ed3f135 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_3.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/GL3_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv index 67b6761..c59209a 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_5.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss GaussLegendre3 GaussLegendre3 --exchange-substeps -o results/Fig13/data/GL3_5.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['GaussLegendre3', 'GaussLegendre3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13/data/GL3_5.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv index 0f239e8..cd13167 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/GL3_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss GaussLegendre3 -o results/Fig13/data/GL3_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['GaussLegendre3'], out_filename='results/Fig13/data/GL3_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv b/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv index d124c4f..f8ddbda 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/IE_3.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss BackwardEuler BackwardEuler --exchange-substeps -o results/Fig13/data/IE_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['BackwardEuler', 'BackwardEuler'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13/data/IE_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv b/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv index a89a901..61d2408 100644 --- a/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13/data/IE_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss BackwardEuler -o results/Fig13/data/IE_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['BackwardEuler'], out_filename='results/Fig13/data/IE_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv index 10fa18c..1aaefc5 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_2.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 2 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_2.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=2, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_2.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv index ba88a8f..e832367 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_3.csv @@ -1,14 +1,14 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 3 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_3.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=3, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_3.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.3.1 # precice_config_params:{'time_window_size': 0.03125, 'max_time': 1.0, 'waveform_degree': 3, 'substeps': True} time window size,time step size Dirichlet,time step size Neumann,substeps Dirichlet,avg(iterations / window),max(iterations / window),error Dirichlet,substeps Neumann,error Neumann -1.0,0.2,0.2,5,18.0,18,2.9816001182359984e-06,5,8.163472327116251e-07 -0.5,0.1,0.1,5,19.5,21,3.75257401958948e-07,5,9.617954398413165e-08 -0.25,0.05,0.05,5,21.0,26,3.559745317413358e-08,5,1.2734453483515092e-08 -0.125,0.025,0.025,5,19.875,24,2.8518997916407274e-09,5,1.1131894427089679e-09 -0.0625,0.0125,0.0125,5,16.5,22,2.3927295999672286e-10,5,8.983422767403362e-11 -0.03125,0.00625,0.00625,5,16.9375,22,2.016044047236412e-11,5,7.041874292428453e-12 +1.0,0.2,0.2,5,18.0,18,2.981600118978861e-06,5,8.163472328314331e-07 +0.5,0.1,0.1,5,19.5,21,3.752574014962723e-07,5,9.617954383648265e-08 +0.25,0.05,0.05,5,19.75,21,3.5597453278116624e-08,5,1.2734453680993648e-08 +0.125,0.025,0.025,5,18.25,21,2.8518998513104754e-09,5,1.1131893926072486e-09 +0.0625,0.0125,0.0125,5,19.1875,24,2.39188487394981e-10,5,8.984640456121587e-11 +0.03125,0.00625,0.00625,5,15.15625,17,2.0157053538939518e-11,5,7.03374230772496e-12 diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv index 2f77e32..8ddd55a 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_5.csv @@ -1,5 +1,5 @@ -# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Dirichlet': , 'Neumann': } +# participants version:{'Dirichlet': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Neumann': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Dirichlet': , 'Neumann': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github --experiment sincos -w 6 -s 1 -wd 5 -sb 5 5 -dt 1 -tss LobattoIIIC3 LobattoIIIC3 --exchange-substeps -o results/Fig13extra/data/LIIIC3_5.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', max_time=1.0, base_time_window_size=1.0, time_window_refinements=6, base_time_step_refinement=[5, 5], time_step_refinements=1, time_step_refinement_factor=[2, 2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3', 'LobattoIIIC3'], waveform_degree=5, exchange_substeps=True, out_filename='results/Fig13extra/data/LIIIC3_5.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' diff --git a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv index 2c01fe7..3c6e101 100644 --- a/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv +++ b/plotting/partitioned-heat-conduction/Fig13extra/data/LIIIC3_mono.csv @@ -1,5 +1,5 @@ -# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Monolithic': } +# participants version:{'Monolithic': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Monolithic': } # run cmd:python3 doConvergenceStudyMonolithic.py --silent --executor Github --experiment sincos -s 6 -dt 0.2 -tss LobattoIIIC3 -o results/Fig13extra/data/LIIIC3_mono.csv # args:Namespace(silent=True, executor='Github', max_time=1.0, base_time_step_size=0.2, time_step_refinements=6, time_step_refinement_factor=[2], experiment='sincos', time_stepping_scheme=['LobattoIIIC3'], out_filename='results/Fig13extra/data/LIIIC3_mono.csv') time step size Monolithic,error Monolithic diff --git a/plotting/perpendicular-flap/Fig15/data/result.csv b/plotting/perpendicular-flap/Fig15/data/result.csv index 1936182..e14d989 100644 --- a/plotting/perpendicular-flap/Fig15/data/result.csv +++ b/plotting/perpendicular-flap/Fig15/data/result.csv @@ -1,25 +1,25 @@ -# participants version:{'Fluid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Solid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Fluid': , 'Solid': } +# participants version:{'Fluid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Solid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Fluid': , 'Solid': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github configs/Fig15.csv -o results/Fig15/data/result.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', time_config='configs/Fig15.csv', out_filename='results/Fig15/data/result.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS=' # precice.__version__:3.3.1 -# precice_config_params:{'time_window_size': 5.0, 'max_time': 10, 'waveform_degree': 3, 'reduced': True, 'substeps': True, 'acceleration': 'qn'} +# precice_config_params:{'time_window_size': 5.0, 'max_time': 5, 'waveform_degree': 3, 'reduced': True, 'substeps': True, 'acceleration': 'qn'} time window size,time step size Fluid,time step size Solid,substeps,waveform degree,reduced,acceleration,substeps Fluid,avg(iterations / window),max(iterations / window),no. QN,substeps Solid -0.01,0.01,0.01,False,1,True,qn,1,2.0,4,2000,1 -0.03,0.01,0.01,False,1,True,qn,3,2.0089820359281436,6,671,3 -0.03,0.01,0.01,True,3,True,qn,3,2.2095808383233533,6,738,3 -0.05,0.01,0.01,False,1,True,qn,5,2.035,5,407,5 -0.05,0.01,0.01,True,3,True,qn,5,2.27,8,454,5 -0.1,0.01,0.01,False,1,True,qn,10,2.34,7,234,10 -0.1,0.01,0.01,True,3,True,qn,10,2.39,9,239,10 -0.25,0.01,0.01,False,1,True,qn,25,3.35,8,134,25 -0.25,0.01,0.01,True,3,True,qn,25,3.025,8,121,25 -0.5,0.01,0.01,False,1,True,qn,50,4.4,8,88,50 -0.5,0.01,0.01,True,3,True,qn,50,4.3,9,86,50 -1.0,0.01,0.01,False,1,True,qn,100,11.5,28,115,100 -1.0,0.01,0.01,True,3,True,qn,100,6.1,11,61,100 -2.5,0.01,0.01,False,1,True,qn,250,15.75,33,63,250 -2.5,0.01,0.01,True,3,True,qn,250,9.75,14,39,250 -5.0,0.01,0.01,False,1,True,qn,500,6.5,8,13,500 -5.0,0.01,0.01,True,3,True,qn,500,19.0,19,38,500 +0.01,0.01,0.01,False,1,True,qn,1,2.012,4,1006,1 +0.03,0.01,0.01,False,1,True,qn,3,2.035928143712575,4,340,3 +0.03,0.01,0.01,True,3,True,qn,3,2.4011976047904193,6,401,3 +0.05,0.01,0.01,False,1,True,qn,5,2.07,5,207,5 +0.05,0.01,0.01,True,3,True,qn,5,2.54,8,254,5 +0.1,0.01,0.01,False,1,True,qn,10,2.62,7,131,10 +0.1,0.01,0.01,True,3,True,qn,10,2.78,9,139,10 +0.25,0.01,0.01,False,1,True,qn,25,3.75,8,75,25 +0.25,0.01,0.01,True,3,True,qn,25,3.9,8,78,25 +0.5,0.01,0.01,False,1,True,qn,50,4.8,8,48,50 +0.5,0.01,0.01,True,3,True,qn,50,5.2,9,52,50 +1.0,0.01,0.01,False,1,True,qn,100,9.6,16,48,100 +1.0,0.01,0.01,True,3,True,qn,100,6.8,11,34,100 +2.5,0.01,0.01,False,1,True,qn,250,24.0,33,48,250 +2.5,0.01,0.01,True,3,True,qn,250,12.5,14,25,250 +5.0,0.01,0.01,False,1,True,qn,500,8.0,8,8,500 +5.0,0.01,0.01,True,3,True,qn,500,19.0,19,19,500 diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S100_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S100_rQNWI index 88a87b9..41335cc 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S100_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S100_rQNWI @@ -4,9 +4,4 @@ 2.00000000e+00 0.00000000e+00 1.00000000e+00 1.17562685e-01 1.87226766e-04 8.51468872e-01 1.24725649e+00 3.00000000e+00 0.00000000e+00 1.00000000e+00 3.28399664e-02 1.03996989e-04 7.97590064e-01 1.53977722e+00 4.00000000e+00 0.00000000e+00 1.00000000e+00 1.56643212e-01 -4.47437108e-05 1.13018510e+00 2.05330095e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.84042368e-02 7.91015034e-05 8.03613575e-01 1.14189441e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 8.00267404e-02 1.60829749e-04 8.50969324e-01 1.81415255e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.38220538e-01 4.11997890e-05 1.00118660e+00 1.76284810e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 5.35786936e-02 8.84889876e-06 7.99895646e-01 1.33775864e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.11810838e-01 1.05659000e-04 9.40524360e-01 1.90066827e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.08853047e-01 1.17235176e-04 8.86692195e-01 1.51761835e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.84042375e-02 7.91015028e-05 8.03613561e-01 1.14189442e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S10_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S10_rQNWI index d23ca17..cb4ecda 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S10_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S10_rQNWI @@ -49,54 +49,4 @@ 4.70000000e+00 0.00000000e+00 1.00000000e+00 2.74781096e-02 2.31146751e-04 7.18505669e-01 1.68594901e+00 4.80000000e+00 0.00000000e+00 1.00000000e+00 3.42603524e-02 1.85560748e-04 7.20692831e-01 1.67129586e+00 4.90000000e+00 0.00000000e+00 1.00000000e+00 4.83521847e-02 1.19544189e-04 7.61125614e-01 1.65536243e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.37157507e-02 4.79784326e-05 7.62181217e-01 1.63313631e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 9.21367866e-02 -2.06106567e-05 8.49723036e-01 1.63241383e+00 - 5.20000000e+00 0.00000000e+00 1.00000000e+00 1.14172166e-01 -6.71902560e-05 9.10039328e-01 1.62377921e+00 - 5.30000000e+00 0.00000000e+00 1.00000000e+00 1.32393830e-01 -8.57306252e-05 9.37669662e-01 1.62127636e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.51373214e-01 -7.57321538e-05 1.03721322e+00 1.63451452e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.53063010e-01 -3.32000873e-05 1.02401180e+00 1.63545345e+00 - 5.60000000e+00 0.00000000e+00 1.00000000e+00 1.50621743e-01 2.75740853e-05 1.01634110e+00 1.64771564e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.42335454e-01 9.37162296e-05 1.02971961e+00 1.66526020e+00 - 5.80000000e+00 0.00000000e+00 1.00000000e+00 1.19555854e-01 1.57006674e-04 9.37083944e-01 1.67471703e+00 - 5.90000000e+00 0.00000000e+00 1.00000000e+00 1.01498520e-01 1.99226780e-04 9.03916462e-01 1.68951674e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 8.01099112e-02 2.15501302e-04 8.64348761e-01 1.69933749e+00 - 6.10000000e+00 0.00000000e+00 1.00000000e+00 5.74807021e-02 2.04494801e-04 7.85263123e-01 1.69643652e+00 - 6.20000000e+00 0.00000000e+00 1.00000000e+00 4.90723771e-02 1.63893213e-04 7.79938858e-01 1.69565493e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 4.09570662e-02 1.09716575e-04 7.56210670e-01 1.68258356e+00 - 6.40000000e+00 0.00000000e+00 1.00000000e+00 4.21410010e-02 4.93209251e-05 7.33259823e-01 1.66588023e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 5.65185751e-02 -6.12227100e-06 7.81326281e-01 1.65848238e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 6.82961713e-02 -4.04960856e-05 7.86937391e-01 1.63949954e+00 - 6.70000000e+00 0.00000000e+00 1.00000000e+00 8.91808451e-02 -5.33629234e-05 8.30868302e-01 1.63451985e+00 - 6.80000000e+00 0.00000000e+00 1.00000000e+00 1.11277449e-01 -4.06365374e-05 9.13105026e-01 1.63418041e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.24076163e-01 -3.15822805e-06 9.19214368e-01 1.62681546e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.39896443e-01 4.47072178e-05 9.86225425e-01 1.63687699e+00 - 7.10000000e+00 0.00000000e+00 1.00000000e+00 1.44895903e-01 9.76350477e-05 1.01402958e+00 1.64205078e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.39828158e-01 1.44346125e-04 9.75520371e-01 1.64690554e+00 - 7.30000000e+00 0.00000000e+00 1.00000000e+00 1.35332578e-01 1.71295578e-04 9.98380273e-01 1.66318264e+00 - 7.40000000e+00 0.00000000e+00 1.00000000e+00 1.18029064e-01 1.79324005e-04 9.43740173e-01 1.67185989e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 9.98573496e-02 1.63592229e-04 8.84938859e-01 1.68049032e+00 - 7.60000000e+00 0.00000000e+00 1.00000000e+00 8.54171996e-02 1.27537434e-04 8.76087013e-01 1.69144491e+00 - 7.70000000e+00 0.00000000e+00 1.00000000e+00 6.53202229e-02 8.46076299e-05 8.08627793e-01 1.68949260e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 5.60418640e-02 3.82286532e-05 7.83533805e-01 1.68711213e+00 - 7.90000000e+00 0.00000000e+00 1.00000000e+00 5.23077376e-02 1.55009497e-06 7.86797092e-01 1.68179526e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 4.98679591e-02 -1.66355602e-05 7.53517407e-01 1.66549284e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 6.15768647e-02 -1.81941299e-05 7.85515135e-01 1.65979909e+00 - 8.20000000e+00 0.00000000e+00 1.00000000e+00 7.33921687e-02 2.32344414e-06 8.12980494e-01 1.64783357e+00 - 8.30000000e+00 0.00000000e+00 1.00000000e+00 8.70505728e-02 3.70967201e-05 8.22034762e-01 1.63701375e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 1.07643837e-01 7.56586768e-05 9.00658669e-01 1.63981853e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.19010800e-01 1.15365601e-04 9.18921023e-01 1.63310029e+00 - 8.60000000e+00 0.00000000e+00 1.00000000e+00 1.29699988e-01 1.43141722e-04 9.42471993e-01 1.63605412e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.37634609e-01 1.53390120e-04 9.96462235e-01 1.64513857e+00 - 8.80000000e+00 0.00000000e+00 1.00000000e+00 1.32459147e-01 1.48515140e-04 9.59785828e-01 1.64681483e+00 - 8.90000000e+00 0.00000000e+00 1.00000000e+00 1.27972681e-01 1.24117660e-04 9.60468780e-01 1.65882394e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.17111999e-01 8.96524121e-05 9.49466999e-01 1.66987905e+00 - 9.10000000e+00 0.00000000e+00 1.00000000e+00 9.92684343e-02 5.34626592e-05 8.80457683e-01 1.67501116e+00 - 9.20000000e+00 0.00000000e+00 1.00000000e+00 8.80384567e-02 1.87753084e-05 8.71876198e-01 1.68505934e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 7.29980796e-02 -1.73930377e-06 8.35094225e-01 1.68667270e+00 - 9.40000000e+00 0.00000000e+00 1.00000000e+00 6.16567421e-02 -5.60939784e-06 7.89557927e-01 1.68201304e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 6.05555992e-02 5.65183420e-06 8.03220669e-01 1.68078531e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 5.79556818e-02 3.43716837e-05 7.80766062e-01 1.66769250e+00 - 9.70000000e+00 0.00000000e+00 1.00000000e+00 6.48743363e-02 6.89916546e-05 7.84860465e-01 1.65873807e+00 - 9.80000000e+00 0.00000000e+00 1.00000000e+00 7.75426757e-02 1.04044490e-04 8.29853701e-01 1.65300777e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 8.68262160e-02 1.34573580e-04 8.27913637e-01 1.63979006e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.03326729e-01 1.48735511e-04 8.78479661e-01 1.64013385e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.37157507e-02 4.79784318e-05 7.62181285e-01 1.63313631e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S250_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S250_rQNWI index f01f7a6..33464b5 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S250_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S250_rQNWI @@ -1,6 +1,4 @@ Time Coordinate0 Coordinate1 Displacement0 Displacement1 Force0 Force1 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.29427968e+00 -3.02282515e-14 2.50000000e+00 0.00000000e+00 1.00000000e+00 1.53864474e-01 -5.35750132e-05 8.82795028e-01 1.59734955e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.86609337e-02 6.56441745e-05 7.96773625e-01 1.10599649e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 9.69687747e-02 1.44437453e-04 8.67921189e-01 1.84612096e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.06768596e-01 1.18287704e-04 8.84596998e-01 1.58838447e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.86609337e-02 6.56441745e-05 7.96773625e-01 1.10599649e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S25_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S25_rQNWI index 8cfbb05..7010310 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S25_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S25_rQNWI @@ -19,24 +19,4 @@ 4.25000000e+00 0.00000000e+00 1.00000000e+00 1.01601408e-01 1.00511056e-04 9.15795733e-01 1.62486261e+00 4.50000000e+00 0.00000000e+00 1.00000000e+00 4.62325400e-02 1.68255684e-04 7.73598205e-01 1.60285106e+00 4.75000000e+00 0.00000000e+00 1.00000000e+00 3.70133876e-02 -1.72781848e-05 7.22736730e-01 1.62165129e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 7.64874370e-02 8.32507046e-05 7.83836465e-01 1.69232076e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.28294129e-01 1.68361167e-04 9.27842717e-01 1.73432832e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.47039702e-01 -2.17134532e-05 1.01701231e+00 1.70563049e+00 - 5.75000000e+00 0.00000000e+00 1.00000000e+00 1.17627029e-01 3.64387516e-05 9.55566471e-01 1.66031182e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 7.08731871e-02 1.76198769e-04 8.45461435e-01 1.62583373e+00 - 6.25000000e+00 0.00000000e+00 1.00000000e+00 4.96047113e-02 2.47869625e-05 7.89387801e-01 1.61445623e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 6.98543297e-02 2.74571273e-05 8.11837764e-01 1.65006594e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 1.12789465e-01 1.66831541e-04 9.12291046e-01 1.69246214e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.39607047e-01 3.39446505e-05 1.00199540e+00 1.69004329e+00 - 7.25000000e+00 0.00000000e+00 1.00000000e+00 1.26158548e-01 -7.32311902e-06 9.60065080e-01 1.65696278e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 8.69313668e-02 1.56954684e-04 8.52373535e-01 1.63074915e+00 - 7.75000000e+00 0.00000000e+00 1.00000000e+00 5.69690663e-02 7.89212350e-05 7.80129505e-01 1.62599498e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 5.99715372e-02 1.38163878e-06 7.66256878e-01 1.65402559e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 9.19995934e-02 1.44456192e-04 8.31435281e-01 1.69468477e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.23680096e-01 9.23547313e-05 9.40955781e-01 1.70803071e+00 - 8.75000000e+00 0.00000000e+00 1.00000000e+00 1.27097582e-01 -2.04367359e-05 9.69789324e-01 1.68304121e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.02904222e-01 1.13832403e-04 9.13648507e-01 1.64753585e+00 - 9.25000000e+00 0.00000000e+00 1.00000000e+00 7.46924007e-02 1.18958513e-04 8.50984536e-01 1.62614248e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 6.68293913e-02 -2.29930266e-06 8.16126723e-01 1.62957211e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 8.58447105e-02 9.82524387e-05 8.40968905e-01 1.65587840e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.13191299e-01 1.27676338e-04 9.13997227e-01 1.68025009e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 7.64874372e-02 8.32507065e-05 7.83836407e-01 1.69232077e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S3_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S3_rQNWI index 8e52050..3a8d0af 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S3_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S3_rQNWI @@ -166,171 +166,4 @@ 4.92000000e+00 0.00000000e+00 1.00000000e+00 3.94693139e-02 2.02658925e-04 7.31527699e-01 1.64574498e+00 4.95000000e+00 0.00000000e+00 1.00000000e+00 4.40200458e-02 5.32072319e-05 7.32711510e-01 1.63680661e+00 4.98000000e+00 0.00000000e+00 1.00000000e+00 4.90925568e-02 -2.67325593e-05 7.39097802e-01 1.63073494e+00 - 5.01000000e+00 0.00000000e+00 1.00000000e+00 5.50531734e-02 1.47614053e-04 7.41880827e-01 1.62841462e+00 - 5.04000000e+00 0.00000000e+00 1.00000000e+00 6.34875888e-02 1.61861595e-04 7.52941821e-01 1.61996440e+00 - 5.07000000e+00 0.00000000e+00 1.00000000e+00 7.33660439e-02 -2.21476828e-05 7.88408308e-01 1.60902520e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 8.22294903e-02 2.21448825e-05 8.20357379e-01 1.60484335e+00 - 5.13000000e+00 0.00000000e+00 1.00000000e+00 9.05346270e-02 1.83733042e-04 8.41034322e-01 1.60369607e+00 - 5.16000000e+00 0.00000000e+00 1.00000000e+00 9.87295502e-02 7.77994599e-05 8.63051707e-01 1.59893989e+00 - 5.19000000e+00 0.00000000e+00 1.00000000e+00 1.05611573e-01 -4.89720704e-05 8.84579443e-01 1.59791257e+00 - 5.22000000e+00 0.00000000e+00 1.00000000e+00 1.10997963e-01 9.91273271e-05 8.85414627e-01 1.60211681e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.17427852e-01 1.70832122e-04 8.87383334e-01 1.60391550e+00 - 5.28000000e+00 0.00000000e+00 1.00000000e+00 1.24999922e-01 -4.47379399e-06 9.09107368e-01 1.60081785e+00 - 5.31000000e+00 0.00000000e+00 1.00000000e+00 1.32326741e-01 -1.70728814e-05 9.36820966e-01 1.60160004e+00 - 5.34000000e+00 0.00000000e+00 1.00000000e+00 1.39440175e-01 1.57979148e-04 9.59039880e-01 1.60380589e+00 - 5.37000000e+00 0.00000000e+00 1.00000000e+00 1.47035120e-01 1.04480058e-04 9.93280726e-01 1.60247145e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.52952651e-01 -5.46682703e-05 1.03099875e+00 1.60244187e+00 - 5.43000000e+00 0.00000000e+00 1.00000000e+00 1.56058499e-01 5.18138963e-05 1.04239684e+00 1.60921016e+00 - 5.46000000e+00 0.00000000e+00 1.00000000e+00 1.57855074e-01 1.71809379e-04 1.03798031e+00 1.61630651e+00 - 5.49000000e+00 0.00000000e+00 1.00000000e+00 1.59236943e-01 2.36520457e-05 1.03901803e+00 1.62045949e+00 - 5.52000000e+00 0.00000000e+00 1.00000000e+00 1.59265545e-01 -4.25913729e-05 1.03773798e+00 1.62757098e+00 - 5.55000000e+00 0.00000000e+00 1.00000000e+00 1.58859941e-01 1.28845929e-04 1.02560970e+00 1.63635437e+00 - 5.58000000e+00 0.00000000e+00 1.00000000e+00 1.59660124e-01 1.34855271e-04 1.03060258e+00 1.63964998e+00 - 5.61000000e+00 0.00000000e+00 1.00000000e+00 1.60389012e-01 -3.81444117e-05 1.05182361e+00 1.64070361e+00 - 5.64000000e+00 0.00000000e+00 1.00000000e+00 1.59315195e-01 1.64439714e-05 1.06407464e+00 1.64703652e+00 - 5.67000000e+00 0.00000000e+00 1.00000000e+00 1.56958421e-01 1.69371946e-04 1.06045025e+00 1.65391038e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.53721549e-01 6.23483609e-05 1.06092241e+00 1.65861877e+00 - 5.73000000e+00 0.00000000e+00 1.00000000e+00 1.48063062e-01 -4.96795261e-05 1.04803050e+00 1.66719039e+00 - 5.76000000e+00 0.00000000e+00 1.00000000e+00 1.40676064e-01 9.97646688e-05 1.01402760e+00 1.68035379e+00 - 5.79000000e+00 0.00000000e+00 1.00000000e+00 1.33747843e-01 1.62606882e-04 9.80836184e-01 1.68853556e+00 - 5.82000000e+00 0.00000000e+00 1.00000000e+00 1.27629809e-01 -3.82722922e-06 9.66301503e-01 1.69242627e+00 - 5.85000000e+00 0.00000000e+00 1.00000000e+00 1.21092138e-01 -4.26478426e-06 9.51464142e-01 1.69851042e+00 - 5.88000000e+00 0.00000000e+00 1.00000000e+00 1.15111517e-01 1.64664201e-04 9.35690148e-01 1.70344435e+00 - 5.91000000e+00 0.00000000e+00 1.00000000e+00 1.09919776e-01 1.08327371e-04 9.33324985e-01 1.70267338e+00 - 5.94000000e+00 0.00000000e+00 1.00000000e+00 1.03686862e-01 -3.75592068e-05 9.32985290e-01 1.70453510e+00 - 5.97000000e+00 0.00000000e+00 1.00000000e+00 9.54969467e-02 7.25789673e-05 9.12386055e-01 1.71214729e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 8.71017760e-02 1.83423945e-04 8.82188784e-01 1.71778964e+00 - 6.03000000e+00 0.00000000e+00 1.00000000e+00 7.88686087e-02 4.05050821e-05 8.59191428e-01 1.72002671e+00 - 6.06000000e+00 0.00000000e+00 1.00000000e+00 7.02200425e-02 -1.36541383e-05 8.32111111e-01 1.72480948e+00 - 6.09000000e+00 0.00000000e+00 1.00000000e+00 6.25209882e-02 1.52606273e-04 8.01545166e-01 1.72820557e+00 - 6.12000000e+00 0.00000000e+00 1.00000000e+00 5.73069695e-02 1.51697809e-04 7.84371161e-01 1.72329002e+00 - 6.15000000e+00 0.00000000e+00 1.00000000e+00 5.33198864e-02 -1.08974935e-05 7.84718780e-01 1.71671807e+00 - 6.18000000e+00 0.00000000e+00 1.00000000e+00 4.92015015e-02 4.88259678e-05 7.80300963e-01 1.71389938e+00 - 6.21000000e+00 0.00000000e+00 1.00000000e+00 4.57631629e-02 1.90432300e-04 7.73121326e-01 1.70998480e+00 - 6.24000000e+00 0.00000000e+00 1.00000000e+00 4.27260163e-02 8.22705629e-05 7.71109210e-01 1.70350132e+00 - 6.27000000e+00 0.00000000e+00 1.00000000e+00 3.87408864e-02 -1.86263232e-05 7.64978214e-01 1.70146904e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 3.44724059e-02 1.26995720e-04 7.43748380e-01 1.70165911e+00 - 6.33000000e+00 0.00000000e+00 1.00000000e+00 3.21210041e-02 1.78365189e-04 7.25721410e-01 1.69667858e+00 - 6.36000000e+00 0.00000000e+00 1.00000000e+00 3.13901811e-02 1.64008804e-05 7.20279068e-01 1.68841720e+00 - 6.39000000e+00 0.00000000e+00 1.00000000e+00 3.16910381e-02 2.27383401e-05 7.17067044e-01 1.68217196e+00 - 6.42000000e+00 0.00000000e+00 1.00000000e+00 3.38789587e-02 1.80214943e-04 7.15306341e-01 1.67396495e+00 - 6.45000000e+00 0.00000000e+00 1.00000000e+00 3.80592156e-02 1.14724560e-04 7.28802142e-01 1.66219195e+00 - 6.48000000e+00 0.00000000e+00 1.00000000e+00 4.19603988e-02 -2.22271509e-05 7.47963764e-01 1.65317378e+00 - 6.51000000e+00 0.00000000e+00 1.00000000e+00 4.50964018e-02 8.83717207e-05 7.53766710e-01 1.64900154e+00 - 6.54000000e+00 0.00000000e+00 1.00000000e+00 4.86416236e-02 1.82802531e-04 7.55090624e-01 1.64409721e+00 - 6.57000000e+00 0.00000000e+00 1.00000000e+00 5.25181674e-02 3.79430578e-05 7.60706110e-01 1.63833667e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 5.60545826e-02 -6.15569777e-06 7.61283006e-01 1.63541248e+00 - 6.63000000e+00 0.00000000e+00 1.00000000e+00 6.08081941e-02 1.51735603e-04 7.56836580e-01 1.63245043e+00 - 6.66000000e+00 0.00000000e+00 1.00000000e+00 6.78717401e-02 1.37391934e-04 7.68845282e-01 1.62539036e+00 - 6.69000000e+00 0.00000000e+00 1.00000000e+00 7.57753200e-02 -1.86449539e-05 7.94446290e-01 1.61799349e+00 - 6.72000000e+00 0.00000000e+00 1.00000000e+00 8.35235966e-02 4.55988884e-05 8.17835543e-01 1.61375918e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 9.16613627e-02 1.72656828e-04 8.40855252e-01 1.60976376e+00 - 6.78000000e+00 0.00000000e+00 1.00000000e+00 9.94779614e-02 5.91395811e-05 8.71551024e-01 1.60587189e+00 - 6.81000000e+00 0.00000000e+00 1.00000000e+00 1.05348144e-01 -3.11813679e-05 8.88889196e-01 1.60553525e+00 - 6.84000000e+00 0.00000000e+00 1.00000000e+00 1.10231262e-01 1.10444572e-04 8.90123172e-01 1.60832096e+00 - 6.87000000e+00 0.00000000e+00 1.00000000e+00 1.15660242e-01 1.48559548e-04 8.94793069e-01 1.60934897e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.21296227e-01 -7.14959796e-06 9.09586976e-01 1.60955728e+00 - 6.93000000e+00 0.00000000e+00 1.00000000e+00 1.26636617e-01 7.90979477e-06 9.20328049e-01 1.61090923e+00 - 6.96000000e+00 0.00000000e+00 1.00000000e+00 1.32915563e-01 1.54747338e-04 9.37646112e-01 1.61175700e+00 - 6.99000000e+00 0.00000000e+00 1.00000000e+00 1.39655760e-01 8.52593750e-05 9.71631048e-01 1.61038680e+00 - 7.02000000e+00 0.00000000e+00 1.00000000e+00 1.44873727e-01 -3.98030492e-05 1.00306986e+00 1.61112908e+00 - 7.05000000e+00 0.00000000e+00 1.00000000e+00 1.48152364e-01 7.01351590e-05 1.01530410e+00 1.61512040e+00 - 7.08000000e+00 0.00000000e+00 1.00000000e+00 1.50575726e-01 1.54204281e-04 1.02270076e+00 1.61981275e+00 - 7.11000000e+00 0.00000000e+00 1.00000000e+00 1.51564974e-01 1.50369998e-05 1.02820035e+00 1.62488357e+00 - 7.14000000e+00 0.00000000e+00 1.00000000e+00 1.50846021e-01 -1.93790226e-05 1.01753841e+00 1.63225229e+00 - 7.17000000e+00 0.00000000e+00 1.00000000e+00 1.50122336e-01 1.32164362e-04 1.00356687e+00 1.63942047e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.50350997e-01 1.14233937e-04 1.00113844e+00 1.64083716e+00 - 7.23000000e+00 0.00000000e+00 1.00000000e+00 1.50225129e-01 -3.02413645e-05 1.01682871e+00 1.64628885e+00 - 7.26000000e+00 0.00000000e+00 1.00000000e+00 1.49268379e-01 3.96639529e-05 1.02104712e+00 1.65085846e+00 - 7.29000000e+00 0.00000000e+00 1.00000000e+00 1.48138567e-01 1.58909642e-04 1.02783480e+00 1.65449585e+00 - 7.32000000e+00 0.00000000e+00 1.00000000e+00 1.45809072e-01 4.81044763e-05 1.03603012e+00 1.65847855e+00 - 7.35000000e+00 0.00000000e+00 1.00000000e+00 1.41045783e-01 -3.03771525e-05 1.02596599e+00 1.66620233e+00 - 7.38000000e+00 0.00000000e+00 1.00000000e+00 1.34928698e-01 1.10010904e-04 9.97635816e-01 1.67555904e+00 - 7.41000000e+00 0.00000000e+00 1.00000000e+00 1.28957990e-01 1.42566132e-04 9.74945383e-01 1.68314799e+00 - 7.44000000e+00 0.00000000e+00 1.00000000e+00 1.22646801e-01 -4.39062077e-06 9.55571987e-01 1.68946230e+00 - 7.47000000e+00 0.00000000e+00 1.00000000e+00 1.16262085e-01 1.88068881e-05 9.32448320e-01 1.69557134e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 1.11077491e-01 1.59826467e-04 9.17227840e-01 1.69818129e+00 - 7.53000000e+00 0.00000000e+00 1.00000000e+00 1.06730028e-01 8.96989483e-05 9.18531130e-01 1.69836661e+00 - 7.56000000e+00 0.00000000e+00 1.00000000e+00 1.01357328e-01 -2.39078589e-05 9.16219381e-01 1.70016623e+00 - 7.59000000e+00 0.00000000e+00 1.00000000e+00 9.51130443e-02 8.80934077e-05 9.01345076e-01 1.70369757e+00 - 7.62000000e+00 0.00000000e+00 1.00000000e+00 8.87136216e-02 1.64422468e-04 8.85966123e-01 1.70659877e+00 - 7.65000000e+00 0.00000000e+00 1.00000000e+00 8.15543741e-02 3.01650321e-05 8.68754678e-01 1.71039686e+00 - 7.68000000e+00 0.00000000e+00 1.00000000e+00 7.35883664e-02 5.95403547e-06 8.40047328e-01 1.71529274e+00 - 7.71000000e+00 0.00000000e+00 1.00000000e+00 6.67714526e-02 1.52632064e-04 8.10523874e-01 1.71711564e+00 - 7.74000000e+00 0.00000000e+00 1.00000000e+00 6.18010439e-02 1.29205820e-04 7.96343902e-01 1.71485301e+00 - 7.77000000e+00 0.00000000e+00 1.00000000e+00 5.76150101e-02 -5.63441234e-06 7.89200818e-01 1.71152773e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 5.41884115e-02 6.68171032e-05 7.81326225e-01 1.70737425e+00 - 7.83000000e+00 0.00000000e+00 1.00000000e+00 5.20464795e-02 1.76358063e-04 7.79831845e-01 1.70144727e+00 - 7.86000000e+00 0.00000000e+00 1.00000000e+00 4.99545467e-02 6.60756378e-05 7.84884344e-01 1.69664993e+00 - 7.89000000e+00 0.00000000e+00 1.00000000e+00 4.67644745e-02 -3.69708833e-06 7.78360835e-01 1.69446302e+00 - 7.92000000e+00 0.00000000e+00 1.00000000e+00 4.36850576e-02 1.31906560e-04 7.62673295e-01 1.69249629e+00 - 7.95000000e+00 0.00000000e+00 1.00000000e+00 4.16505787e-02 1.55403172e-04 7.51033435e-01 1.68903083e+00 - 7.98000000e+00 0.00000000e+00 1.00000000e+00 4.02231898e-02 1.36235797e-05 7.43125147e-01 1.68527615e+00 - 8.01000000e+00 0.00000000e+00 1.00000000e+00 3.98163688e-02 4.09524559e-05 7.32153207e-01 1.67996522e+00 - 8.04000000e+00 0.00000000e+00 1.00000000e+00 4.17813554e-02 1.72318333e-04 7.30061771e-01 1.67191007e+00 - 8.07000000e+00 0.00000000e+00 1.00000000e+00 4.52908564e-02 9.70675715e-05 7.43257511e-01 1.66292998e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 4.87844462e-02 -1.02614291e-05 7.57245803e-01 1.65538430e+00 - 8.13000000e+00 0.00000000e+00 1.00000000e+00 5.23233745e-02 9.91629619e-05 7.64899596e-01 1.64893055e+00 - 8.16000000e+00 0.00000000e+00 1.00000000e+00 5.62803629e-02 1.64503385e-04 7.75164875e-01 1.64374139e+00 - 8.19000000e+00 0.00000000e+00 1.00000000e+00 5.95755518e-02 3.01996768e-05 7.83325136e-01 1.64034982e+00 - 8.22000000e+00 0.00000000e+00 1.00000000e+00 6.23696834e-02 1.07384144e-05 7.79410835e-01 1.63793191e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 6.63453141e-02 1.49917953e-04 7.75888024e-01 1.63474100e+00 - 8.28000000e+00 0.00000000e+00 1.00000000e+00 7.18615615e-02 1.18631099e-04 7.85318355e-01 1.63054440e+00 - 8.31000000e+00 0.00000000e+00 1.00000000e+00 7.78922809e-02 -1.15705766e-05 8.00323204e-01 1.62577805e+00 - 8.34000000e+00 0.00000000e+00 1.00000000e+00 8.46399620e-02 6.16213141e-05 8.15541826e-01 1.62066702e+00 - 8.37000000e+00 0.00000000e+00 1.00000000e+00 9.23303494e-02 1.60996597e-04 8.42102646e-01 1.61607171e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 9.93879176e-02 4.85698437e-05 8.72316091e-01 1.61314938e+00 - 8.43000000e+00 0.00000000e+00 1.00000000e+00 1.04813958e-01 -1.47488167e-05 8.88290457e-01 1.61218252e+00 - 8.46000000e+00 0.00000000e+00 1.00000000e+00 1.09592374e-01 1.16494248e-04 8.94037343e-01 1.61285053e+00 - 8.49000000e+00 0.00000000e+00 1.00000000e+00 1.14266192e-01 1.31384997e-04 9.03715914e-01 1.61476678e+00 - 8.52000000e+00 0.00000000e+00 1.00000000e+00 1.18230183e-01 -5.93797507e-06 9.09326269e-01 1.61668772e+00 - 8.55000000e+00 0.00000000e+00 1.00000000e+00 1.22273743e-01 2.64237822e-05 9.10797668e-01 1.61795604e+00 - 8.58000000e+00 0.00000000e+00 1.00000000e+00 1.27490005e-01 1.49728346e-04 9.24526097e-01 1.61834915e+00 - 8.61000000e+00 0.00000000e+00 1.00000000e+00 1.33023658e-01 7.16822063e-05 9.52433102e-01 1.61854462e+00 - 8.64000000e+00 0.00000000e+00 1.00000000e+00 1.37455309e-01 -2.63977273e-05 9.74630238e-01 1.61880902e+00 - 8.67000000e+00 0.00000000e+00 1.00000000e+00 1.41097378e-01 8.29901577e-05 9.90464150e-01 1.62036361e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.43854036e-01 1.40151629e-04 1.00750994e+00 1.62386979e+00 - 8.73000000e+00 0.00000000e+00 1.00000000e+00 1.44668913e-01 1.05135684e-05 1.01357145e+00 1.62917277e+00 - 8.76000000e+00 0.00000000e+00 1.00000000e+00 1.43848262e-01 -7.57388389e-07 1.00135315e+00 1.63510163e+00 - 8.79000000e+00 0.00000000e+00 1.00000000e+00 1.43097290e-01 1.33351653e-04 9.90147032e-01 1.64121040e+00 - 8.82000000e+00 0.00000000e+00 1.00000000e+00 1.42552166e-01 9.90693926e-05 9.89846117e-01 1.64670474e+00 - 8.85000000e+00 0.00000000e+00 1.00000000e+00 1.41587785e-01 -2.13896284e-05 9.88450808e-01 1.65075450e+00 - 8.88000000e+00 0.00000000e+00 1.00000000e+00 1.40756098e-01 5.54422328e-05 9.88262813e-01 1.65339970e+00 - 8.91000000e+00 0.00000000e+00 1.00000000e+00 1.40211557e-01 1.48480927e-04 9.99332406e-01 1.65606812e+00 - 8.94000000e+00 0.00000000e+00 1.00000000e+00 1.38418179e-01 3.95954133e-05 1.00972162e+00 1.66011978e+00 - 8.97000000e+00 0.00000000e+00 1.00000000e+00 1.34694814e-01 -1.37701416e-05 1.00152112e+00 1.66526912e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.30092368e-01 1.15276019e-04 9.85476995e-01 1.67160136e+00 - 9.03000000e+00 0.00000000e+00 1.00000000e+00 1.24858673e-01 1.25958039e-04 9.69872567e-01 1.67914893e+00 - 9.06000000e+00 0.00000000e+00 1.00000000e+00 1.18684558e-01 -2.53997628e-06 9.47298889e-01 1.68644706e+00 - 9.09000000e+00 0.00000000e+00 1.00000000e+00 1.12656993e-01 3.54079719e-05 9.20431611e-01 1.69123328e+00 - 9.12000000e+00 0.00000000e+00 1.00000000e+00 1.07980432e-01 1.53325351e-04 9.07374326e-01 1.69390499e+00 - 9.15000000e+00 0.00000000e+00 1.00000000e+00 1.03767949e-01 7.67462511e-05 9.05101284e-01 1.69571553e+00 - 9.18000000e+00 0.00000000e+00 1.00000000e+00 9.91658912e-02 -1.16803535e-05 8.99079290e-01 1.69648239e+00 - 9.21000000e+00 0.00000000e+00 1.00000000e+00 9.45586550e-02 9.72389140e-05 8.91137804e-01 1.69666149e+00 - 9.24000000e+00 0.00000000e+00 1.00000000e+00 8.97400287e-02 1.49404598e-04 8.86710958e-01 1.69876429e+00 - 9.27000000e+00 0.00000000e+00 1.00000000e+00 8.36146665e-02 2.54726827e-05 8.73097664e-01 1.70262978e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 7.68389069e-02 2.03577976e-05 8.46746700e-01 1.70557757e+00 - 9.33000000e+00 0.00000000e+00 1.00000000e+00 7.09233731e-02 1.49462476e-04 8.23403343e-01 1.70708002e+00 - 9.36000000e+00 0.00000000e+00 1.00000000e+00 6.59563075e-02 1.13476926e-04 8.08552988e-01 1.70797204e+00 - 9.39000000e+00 0.00000000e+00 1.00000000e+00 6.16049015e-02 5.24774357e-07 7.94535300e-01 1.70627163e+00 - 9.42000000e+00 0.00000000e+00 1.00000000e+00 5.87040180e-02 7.78702140e-05 7.84334365e-01 1.70103814e+00 - 9.45000000e+00 0.00000000e+00 1.00000000e+00 5.72205125e-02 1.63862003e-04 7.87073655e-01 1.69578641e+00 - 9.48000000e+00 0.00000000e+00 1.00000000e+00 5.56284189e-02 5.69738768e-05 7.91993979e-01 1.69212439e+00 - 9.51000000e+00 0.00000000e+00 1.00000000e+00 5.34722156e-02 9.01371119e-06 7.87467681e-01 1.68821120e+00 - 9.54000000e+00 0.00000000e+00 1.00000000e+00 5.15794050e-02 1.32564329e-04 7.79656569e-01 1.68468070e+00 - 9.57000000e+00 0.00000000e+00 1.00000000e+00 4.98806448e-02 1.37813602e-04 7.74085350e-01 1.68337877e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 4.80757226e-02 1.43718235e-05 7.62567668e-01 1.68152960e+00 - 9.63000000e+00 0.00000000e+00 1.00000000e+00 4.74338522e-02 5.37657621e-05 7.49239637e-01 1.67647707e+00 - 9.66000000e+00 0.00000000e+00 1.00000000e+00 4.88393140e-02 1.63130997e-04 7.47258754e-01 1.67031364e+00 - 9.69000000e+00 0.00000000e+00 1.00000000e+00 5.14114081e-02 8.43440990e-05 7.55787456e-01 1.66451668e+00 - 9.72000000e+00 0.00000000e+00 1.00000000e+00 5.44434339e-02 1.01379913e-06 7.63617579e-01 1.65697899e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 5.83095960e-02 1.06110577e-04 7.74442523e-01 1.64933047e+00 - 9.78000000e+00 0.00000000e+00 1.00000000e+00 6.23092437e-02 1.48881598e-04 7.90494137e-01 1.64490704e+00 - 9.81000000e+00 0.00000000e+00 1.00000000e+00 6.53407960e-02 2.61777467e-05 7.98643845e-01 1.64228937e+00 - 9.84000000e+00 0.00000000e+00 1.00000000e+00 6.79753671e-02 2.46875624e-05 7.95747984e-01 1.63891173e+00 - 9.87000000e+00 0.00000000e+00 1.00000000e+00 7.14261955e-02 1.45978521e-04 7.95712917e-01 1.63647718e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 7.54611748e-02 1.03636345e-04 8.01541241e-01 1.63512474e+00 - 9.93000000e+00 0.00000000e+00 1.00000000e+00 7.99722544e-02 -3.90777134e-06 8.06213056e-01 1.63158711e+00 - 9.96000000e+00 0.00000000e+00 1.00000000e+00 8.57698443e-02 7.33187591e-05 8.17418523e-01 1.62623305e+00 - 9.99000000e+00 0.00000000e+00 1.00000000e+00 9.25549622e-02 1.49679238e-04 8.42520562e-01 1.62260867e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 9.47498066e-02 1.28355956e-04 8.52439119e-01 1.62084026e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.28676350e-02 8.33278203e-05 7.40544617e-01 1.62699314e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S500_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S500_rQNWI index 8ea7823..ad5cc37 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S500_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S500_rQNWI @@ -1,4 +1,3 @@ Time Coordinate0 Coordinate1 Displacement0 Displacement1 Force0 Force1 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.29427968e+00 -3.02282515e-14 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.80041563e-02 7.94693740e-05 6.98601152e-01 1.59842948e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.03630241e-01 1.26830891e-04 8.66760868e-01 1.69219452e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.80041563e-02 7.94693740e-05 6.98601152e-01 1.59842948e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S50_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S50_rQNWI index 1d5712e..ba75132 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S50_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S50_rQNWI @@ -9,14 +9,4 @@ 3.50000000e+00 0.00000000e+00 1.00000000e+00 1.10349915e-01 1.65024957e-04 9.17704304e-01 1.77850164e+00 4.00000000e+00 0.00000000e+00 1.00000000e+00 1.54006034e-01 -9.53658064e-05 1.09548642e+00 1.84493807e+00 4.50000000e+00 0.00000000e+00 1.00000000e+00 4.05825799e-02 1.80786440e-04 8.05108609e-01 1.40927081e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 8.28158095e-02 9.71648300e-05 7.97136660e-01 1.67306238e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.48896926e-01 -4.84725140e-05 1.05433943e+00 1.88967551e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 6.32653861e-02 1.91919589e-04 8.45488666e-01 1.51101438e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 7.41488555e-02 3.30469852e-05 8.18629360e-01 1.58594055e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.44526022e-01 1.65343137e-05 1.04153762e+00 1.85200636e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 7.86527742e-02 1.67439404e-04 8.44824993e-01 1.56439933e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 6.18424254e-02 3.39198272e-06 7.75634130e-01 1.55364552e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.31251591e-01 8.28705099e-05 9.78421628e-01 1.84356186e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 9.52393439e-02 1.18287211e-04 8.98901600e-01 1.63694083e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 6.52518119e-02 2.42711394e-07 8.15797849e-01 1.52796970e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.22030099e-01 1.24829956e-04 9.47615038e-01 1.77612046e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 8.28158108e-02 9.71648289e-05 7.97136635e-01 1.67306237e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S5_rQNWI b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S5_rQNWI index 21a480f..d65fb69 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S5_rQNWI +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_MC_S5_rQNWI @@ -99,104 +99,4 @@ 4.85000000e+00 0.00000000e+00 1.00000000e+00 3.57136137e-02 1.54199298e-05 7.32266401e-01 1.65387841e+00 4.90000000e+00 0.00000000e+00 1.00000000e+00 4.10996641e-02 1.29312465e-04 7.46413077e-01 1.64643556e+00 4.95000000e+00 0.00000000e+00 1.00000000e+00 4.78958934e-02 6.04112814e-05 7.39379928e-01 1.63402257e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.66767419e-02 7.57878886e-05 7.48006490e-01 1.62909629e+00 - 5.05000000e+00 0.00000000e+00 1.00000000e+00 7.07081959e-02 1.05089024e-04 7.69266228e-01 1.61804094e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 8.64224513e-02 1.79274744e-05 8.32758500e-01 1.60958887e+00 - 5.15000000e+00 0.00000000e+00 1.00000000e+00 1.00005358e-01 1.42069065e-04 8.66807268e-01 1.60334693e+00 - 5.20000000e+00 0.00000000e+00 1.00000000e+00 1.10852123e-01 -2.45798112e-05 8.99051205e-01 1.60120788e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.19775139e-01 1.68537096e-04 8.92387400e-01 1.60499987e+00 - 5.30000000e+00 0.00000000e+00 1.00000000e+00 1.31722691e-01 -4.65786738e-05 9.33777882e-01 1.60555307e+00 - 5.35000000e+00 0.00000000e+00 1.00000000e+00 1.43108057e-01 1.69924967e-04 9.72583799e-01 1.60958079e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.53710078e-01 -4.72446541e-05 1.03865949e+00 1.60914874e+00 - 5.45000000e+00 0.00000000e+00 1.00000000e+00 1.57014938e-01 1.51602730e-04 1.04213182e+00 1.61758575e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.58128892e-01 -2.01347308e-05 1.03805377e+00 1.62453037e+00 - 5.55000000e+00 0.00000000e+00 1.00000000e+00 1.56471755e-01 1.17719400e-04 1.01816593e+00 1.63850493e+00 - 5.60000000e+00 0.00000000e+00 1.00000000e+00 1.57453497e-01 2.26882045e-05 1.03603592e+00 1.64412112e+00 - 5.65000000e+00 0.00000000e+00 1.00000000e+00 1.55416148e-01 7.08636604e-05 1.05652857e+00 1.65385051e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.50217814e-01 7.29841327e-05 1.05258856e+00 1.66037490e+00 - 5.75000000e+00 0.00000000e+00 1.00000000e+00 1.39122285e-01 2.65859198e-05 1.01682466e+00 1.67570257e+00 - 5.80000000e+00 0.00000000e+00 1.00000000e+00 1.27147028e-01 1.25535269e-04 9.59692468e-01 1.68819276e+00 - 5.85000000e+00 0.00000000e+00 1.00000000e+00 1.16587016e-01 -7.66765143e-06 9.38455911e-01 1.69879256e+00 - 5.90000000e+00 0.00000000e+00 1.00000000e+00 1.07520044e-01 1.62424253e-04 9.19977019e-01 1.70321108e+00 - 5.95000000e+00 0.00000000e+00 1.00000000e+00 9.76547488e-02 -2.79906202e-05 9.21488098e-01 1.70646978e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 8.39144828e-02 1.80511860e-04 8.74216258e-01 1.71400485e+00 - 6.05000000e+00 0.00000000e+00 1.00000000e+00 7.03582319e-02 -2.26134611e-05 8.35872950e-01 1.71897169e+00 - 6.10000000e+00 0.00000000e+00 1.00000000e+00 5.81628663e-02 1.79306249e-04 7.85900109e-01 1.72324997e+00 - 6.15000000e+00 0.00000000e+00 1.00000000e+00 5.20888906e-02 3.66935885e-07 7.80395526e-01 1.71509600e+00 - 6.20000000e+00 0.00000000e+00 1.00000000e+00 4.65925668e-02 1.51761135e-04 7.73587184e-01 1.70923435e+00 - 6.25000000e+00 0.00000000e+00 1.00000000e+00 4.24256684e-02 3.71912847e-05 7.72817545e-01 1.69868669e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 3.58651167e-02 1.12524050e-04 7.46636332e-01 1.69610083e+00 - 6.35000000e+00 0.00000000e+00 1.00000000e+00 3.35385113e-02 8.55684238e-05 7.23398537e-01 1.68653829e+00 - 6.40000000e+00 0.00000000e+00 1.00000000e+00 3.48126605e-02 6.60130386e-05 7.18968022e-01 1.67765155e+00 - 6.45000000e+00 0.00000000e+00 1.00000000e+00 4.16595324e-02 1.26431004e-04 7.34302359e-01 1.66167525e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 4.83468297e-02 1.88133125e-05 7.63189190e-01 1.64974151e+00 - 6.55000000e+00 0.00000000e+00 1.00000000e+00 5.44635560e-02 1.58153718e-04 7.66233963e-01 1.63959940e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 6.04583223e-02 -1.08795071e-05 7.70916009e-01 1.63392367e+00 - 6.65000000e+00 0.00000000e+00 1.00000000e+00 6.94895989e-02 1.73943684e-04 7.69328964e-01 1.62771990e+00 - 6.70000000e+00 0.00000000e+00 1.00000000e+00 8.25984206e-02 -2.59310671e-05 8.13381040e-01 1.62026209e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 9.57277696e-02 1.65101643e-04 8.52055627e-01 1.61327710e+00 - 6.80000000e+00 0.00000000e+00 1.00000000e+00 1.07339215e-01 -2.08414216e-05 8.99484719e-01 1.60916523e+00 - 6.85000000e+00 0.00000000e+00 1.00000000e+00 1.14670149e-01 1.40945202e-04 8.98447714e-01 1.61003153e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.23126231e-01 6.86281700e-06 9.15326667e-01 1.61292526e+00 - 6.95000000e+00 0.00000000e+00 1.00000000e+00 1.31582065e-01 1.01372734e-04 9.32000889e-01 1.61589476e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.42067130e-01 4.35022676e-05 9.88111340e-01 1.61731624e+00 - 7.05000000e+00 0.00000000e+00 1.00000000e+00 1.47778493e-01 5.34091112e-05 1.01819004e+00 1.62020015e+00 - 7.10000000e+00 0.00000000e+00 1.00000000e+00 1.50187940e-01 8.68671632e-05 1.02737922e+00 1.62654958e+00 - 7.15000000e+00 0.00000000e+00 1.00000000e+00 1.48041744e-01 1.29622591e-05 1.00591639e+00 1.63683728e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.47072972e-01 1.26715574e-04 9.95945296e-01 1.64601547e+00 - 7.25000000e+00 0.00000000e+00 1.00000000e+00 1.45884237e-01 -1.79288923e-05 1.01050547e+00 1.65363547e+00 - 7.30000000e+00 0.00000000e+00 1.00000000e+00 1.43642863e-01 1.50496135e-04 1.02115745e+00 1.65890743e+00 - 7.35000000e+00 0.00000000e+00 1.00000000e+00 1.36839048e-01 -3.04852601e-05 1.01691395e+00 1.66832310e+00 - 7.40000000e+00 0.00000000e+00 1.00000000e+00 1.26283818e-01 1.60044114e-04 9.67861242e-01 1.67934459e+00 - 7.45000000e+00 0.00000000e+00 1.00000000e+00 1.15660226e-01 -1.90093690e-05 9.34596085e-01 1.69135481e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 1.06432782e-01 1.50388703e-04 9.02410104e-01 1.69717878e+00 - 7.55000000e+00 0.00000000e+00 1.00000000e+00 9.94084275e-02 7.17543007e-06 9.08762423e-01 1.70017038e+00 - 7.60000000e+00 0.00000000e+00 1.00000000e+00 8.96925911e-02 1.22565723e-04 8.87188380e-01 1.70215156e+00 - 7.65000000e+00 0.00000000e+00 1.00000000e+00 7.88974199e-02 4.84786536e-05 8.62951979e-01 1.70708193e+00 - 7.70000000e+00 0.00000000e+00 1.00000000e+00 6.65263343e-02 8.86464962e-05 8.12342461e-01 1.71141286e+00 - 7.75000000e+00 0.00000000e+00 1.00000000e+00 5.89432017e-02 9.66379162e-05 7.88686577e-01 1.71039543e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 5.37665054e-02 4.86752324e-05 7.78357595e-01 1.70437039e+00 - 7.85000000e+00 0.00000000e+00 1.00000000e+00 5.16150622e-02 1.35561202e-04 7.84725063e-01 1.69525492e+00 - 7.90000000e+00 0.00000000e+00 1.00000000e+00 4.73337976e-02 1.47553647e-05 7.77232909e-01 1.68936962e+00 - 7.95000000e+00 0.00000000e+00 1.00000000e+00 4.39906575e-02 1.65265219e-04 7.54844467e-01 1.68334138e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 4.25783491e-02 -2.85532092e-06 7.40145908e-01 1.67807999e+00 - 8.05000000e+00 0.00000000e+00 1.00000000e+00 4.64201126e-02 1.74793428e-04 7.37840636e-01 1.66644857e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 5.31063433e-02 -8.61245090e-06 7.66435035e-01 1.65578945e+00 - 8.15000000e+00 0.00000000e+00 1.00000000e+00 5.97295219e-02 1.61302828e-04 7.81683058e-01 1.64367554e+00 - 8.20000000e+00 0.00000000e+00 1.00000000e+00 6.53251564e-02 5.75382738e-06 7.95389678e-01 1.63867864e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 7.08075005e-02 1.34138640e-04 7.84554212e-01 1.63246836e+00 - 8.30000000e+00 0.00000000e+00 1.00000000e+00 8.01262568e-02 3.47287313e-05 8.05230347e-01 1.62968539e+00 - 8.35000000e+00 0.00000000e+00 1.00000000e+00 9.11433732e-02 9.16748872e-05 8.32183697e-01 1.62178829e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 1.03208418e-01 6.80828080e-05 8.85454131e-01 1.61841779e+00 - 8.45000000e+00 0.00000000e+00 1.00000000e+00 1.11028289e-01 4.62520231e-05 9.02393458e-01 1.61480464e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.17783908e-01 1.05151488e-04 9.14357525e-01 1.61825755e+00 - 8.55000000e+00 0.00000000e+00 1.00000000e+00 1.23231788e-01 8.79622844e-06 9.13426929e-01 1.62075188e+00 - 8.60000000e+00 0.00000000e+00 1.00000000e+00 1.31483435e-01 1.33759953e-04 9.44335833e-01 1.62406115e+00 - 8.65000000e+00 0.00000000e+00 1.00000000e+00 1.38222533e-01 -1.91394948e-05 9.81450473e-01 1.62537592e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.42629110e-01 1.47140554e-04 1.00752653e+00 1.62864040e+00 - 8.75000000e+00 0.00000000e+00 1.00000000e+00 1.41938455e-01 -2.64980300e-05 1.00321893e+00 1.63645683e+00 - 8.80000000e+00 0.00000000e+00 1.00000000e+00 1.39673280e-01 1.47147871e-04 9.79823295e-01 1.64465723e+00 - 8.85000000e+00 0.00000000e+00 1.00000000e+00 1.37648470e-01 -1.30084552e-05 9.77674975e-01 1.65459457e+00 - 8.90000000e+00 0.00000000e+00 1.00000000e+00 1.36171196e-01 1.28027995e-04 9.81957974e-01 1.65800620e+00 - 8.95000000e+00 0.00000000e+00 1.00000000e+00 1.33037007e-01 1.46369704e-05 9.99528528e-01 1.66565420e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.25507589e-01 9.74673218e-05 9.73096129e-01 1.67108768e+00 - 9.05000000e+00 0.00000000e+00 1.00000000e+00 1.16096090e-01 5.65235856e-05 9.43721139e-01 1.68385547e+00 - 9.10000000e+00 0.00000000e+00 1.00000000e+00 1.06162472e-01 6.38185883e-05 8.99087282e-01 1.68991576e+00 - 9.15000000e+00 0.00000000e+00 1.00000000e+00 9.95625294e-02 9.95976348e-05 8.93053524e-01 1.69596591e+00 - 9.20000000e+00 0.00000000e+00 1.00000000e+00 9.25464025e-02 2.90889157e-05 8.83260229e-01 1.69503657e+00 - 9.25000000e+00 0.00000000e+00 1.00000000e+00 8.52112458e-02 1.35144133e-04 8.77725158e-01 1.69774117e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 7.47077355e-02 6.12634952e-06 8.41086434e-01 1.70057050e+00 - 9.35000000e+00 0.00000000e+00 1.00000000e+00 6.61242003e-02 1.60899910e-04 8.07934881e-01 1.70260671e+00 - 9.40000000e+00 0.00000000e+00 1.00000000e+00 5.98307286e-02 -2.18137394e-06 7.86501770e-01 1.70102651e+00 - 9.45000000e+00 0.00000000e+00 1.00000000e+00 5.78097797e-02 1.65413782e-04 7.86224133e-01 1.69250427e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 5.58787706e-02 2.31092896e-06 7.93531693e-01 1.68683098e+00 - 9.55000000e+00 0.00000000e+00 1.00000000e+00 5.35135201e-02 1.51632032e-04 7.82496809e-01 1.67842774e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 5.10973831e-02 2.56875986e-05 7.68531264e-01 1.67718200e+00 - 9.65000000e+00 0.00000000e+00 1.00000000e+00 5.16499898e-02 1.23896901e-04 7.50967379e-01 1.66755544e+00 - 9.70000000e+00 0.00000000e+00 1.00000000e+00 5.65092192e-02 5.74255458e-05 7.66639549e-01 1.66203323e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 6.29702274e-02 8.27378059e-05 7.83954231e-01 1.64813069e+00 - 9.80000000e+00 0.00000000e+00 1.00000000e+00 6.94403813e-02 9.12370343e-05 8.10736383e-01 1.64357980e+00 - 9.85000000e+00 0.00000000e+00 1.00000000e+00 7.37256772e-02 4.28212965e-05 8.05529119e-01 1.63560343e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 7.98532420e-02 1.24455128e-04 8.11948749e-01 1.63554513e+00 - 9.95000000e+00 0.00000000e+00 1.00000000e+00 8.75764141e-02 9.54326405e-06 8.20464125e-01 1.62945168e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 9.84443177e-02 1.43957045e-04 8.62933523e-01 1.62646642e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.66767419e-02 7.57878885e-05 7.48006507e-01 1.62909628e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_REF b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_REF index 8ff92d3..bc38a0a 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_REF +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_REF @@ -499,504 +499,4 @@ 4.97000000e+00 0.00000000e+00 1.00000000e+00 4.33923222e-02 -1.98648481e-05 7.30422125e-01 1.63705915e+00 4.98000000e+00 0.00000000e+00 1.00000000e+00 4.51344716e-02 -1.04401401e-05 7.32690363e-01 1.63566679e+00 4.99000000e+00 0.00000000e+00 1.00000000e+00 4.69428089e-02 2.96878832e-05 7.34368756e-01 1.63484978e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 4.88742201e-02 8.70678260e-05 7.35362889e-01 1.63415790e+00 - 5.01000000e+00 0.00000000e+00 1.00000000e+00 5.10045832e-02 1.42589887e-04 7.35997217e-01 1.63308494e+00 - 5.02000000e+00 0.00000000e+00 1.00000000e+00 5.34064847e-02 1.77779344e-04 7.37071518e-01 1.63124148e+00 - 5.03000000e+00 0.00000000e+00 1.00000000e+00 5.61185069e-02 1.80846312e-04 7.39702041e-01 1.62847899e+00 - 5.04000000e+00 0.00000000e+00 1.00000000e+00 5.91205308e-02 1.50566730e-04 7.44886993e-01 1.62488131e+00 - 5.05000000e+00 0.00000000e+00 1.00000000e+00 6.23309474e-02 9.67174117e-05 7.53097950e-01 1.62087915e+00 - 5.06000000e+00 0.00000000e+00 1.00000000e+00 6.56308986e-02 3.68508102e-05 7.63913026e-01 1.61700484e+00 - 5.07000000e+00 0.00000000e+00 1.00000000e+00 6.89044265e-02 -9.54481303e-06 7.76150351e-01 1.61376305e+00 - 5.08000000e+00 0.00000000e+00 1.00000000e+00 7.20738688e-02 -2.74896196e-05 7.88376511e-01 1.61143961e+00 - 5.09000000e+00 0.00000000e+00 1.00000000e+00 7.51142182e-02 -1.14012371e-05 7.99468633e-01 1.61013015e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 7.80444292e-02 3.31068426e-05 8.08929200e-01 1.60958013e+00 - 5.11000000e+00 0.00000000e+00 1.00000000e+00 8.09062668e-02 9.10693718e-05 8.16868603e-01 1.60940139e+00 - 5.12000000e+00 0.00000000e+00 1.00000000e+00 8.37435838e-02 1.43089649e-04 8.23741439e-01 1.60910834e+00 - 5.13000000e+00 0.00000000e+00 1.00000000e+00 8.65880921e-02 1.71761806e-04 8.30161652e-01 1.60835624e+00 - 5.14000000e+00 0.00000000e+00 1.00000000e+00 8.94501443e-02 1.67449573e-04 8.36744686e-01 1.60702514e+00 - 5.15000000e+00 0.00000000e+00 1.00000000e+00 9.23119253e-02 1.31449196e-04 8.43983616e-01 1.60529612e+00 - 5.16000000e+00 0.00000000e+00 1.00000000e+00 9.51253241e-02 7.55058477e-05 8.52049994e-01 1.60354159e+00 - 5.17000000e+00 0.00000000e+00 1.00000000e+00 9.78208043e-02 1.79130994e-05 8.60605542e-01 1.60220419e+00 - 5.18000000e+00 0.00000000e+00 1.00000000e+00 1.00330561e-01 -2.24974287e-05 8.68771433e-01 1.60162175e+00 - 5.19000000e+00 0.00000000e+00 1.00000000e+00 1.02619547e-01 -3.25485994e-05 8.75393655e-01 1.60187663e+00 - 5.20000000e+00 0.00000000e+00 1.00000000e+00 1.04709044e-01 -9.08411294e-06 8.79575426e-01 1.60282527e+00 - 5.21000000e+00 0.00000000e+00 1.00000000e+00 1.06677827e-01 3.99648067e-05 8.81213515e-01 1.60420760e+00 - 5.22000000e+00 0.00000000e+00 1.00000000e+00 1.08637499e-01 9.82320998e-05 8.81073115e-01 1.60562339e+00 - 5.23000000e+00 0.00000000e+00 1.00000000e+00 1.10693831e-01 1.46369353e-04 8.80496588e-01 1.60667411e+00 - 5.24000000e+00 0.00000000e+00 1.00000000e+00 1.12913676e-01 1.68423276e-04 8.80860568e-01 1.60700496e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.15311756e-01 1.57044292e-04 8.83168178e-01 1.60649975e+00 - 5.26000000e+00 0.00000000e+00 1.00000000e+00 1.17858221e-01 1.15885478e-04 8.87837581e-01 1.60533583e+00 - 5.27000000e+00 0.00000000e+00 1.00000000e+00 1.20497127e-01 5.84165322e-05 8.94741374e-01 1.60384351e+00 - 5.28000000e+00 0.00000000e+00 1.00000000e+00 1.23165093e-01 3.48045141e-06 9.03339565e-01 1.60261895e+00 - 5.29000000e+00 0.00000000e+00 1.00000000e+00 1.25805835e-01 -3.09647718e-05 9.12870262e-01 1.60195431e+00 - 5.30000000e+00 0.00000000e+00 1.00000000e+00 1.28382119e-01 -3.37935821e-05 9.22482008e-01 1.60194462e+00 - 5.31000000e+00 0.00000000e+00 1.00000000e+00 1.30886066e-01 -4.34774769e-06 9.31529151e-01 1.60253313e+00 - 5.32000000e+00 0.00000000e+00 1.00000000e+00 1.33343512e-01 4.74086393e-05 9.39611060e-01 1.60336029e+00 - 5.33000000e+00 0.00000000e+00 1.00000000e+00 1.35805374e-01 1.04194212e-04 9.46969589e-01 1.60406734e+00 - 5.34000000e+00 0.00000000e+00 1.00000000e+00 1.38323713e-01 1.47081584e-04 9.54424047e-01 1.60436236e+00 - 5.35000000e+00 0.00000000e+00 1.00000000e+00 1.40920572e-01 1.61721636e-04 9.63057929e-01 1.60412642e+00 - 5.36000000e+00 0.00000000e+00 1.00000000e+00 1.43565479e-01 1.43110285e-04 9.73667658e-01 1.60342646e+00 - 5.37000000e+00 0.00000000e+00 1.00000000e+00 1.46175480e-01 9.72651747e-05 9.86279155e-01 1.60251856e+00 - 5.38000000e+00 0.00000000e+00 1.00000000e+00 1.48639507e-01 3.92006606e-05 1.00002899e+00 1.60178317e+00 - 5.39000000e+00 0.00000000e+00 1.00000000e+00 1.50854892e-01 -1.20762182e-05 1.01345478e+00 1.60160425e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.52757812e-01 -3.98313444e-05 1.02506514e+00 1.60227013e+00 - 5.41000000e+00 0.00000000e+00 1.00000000e+00 1.54335304e-01 -3.50852042e-05 1.03382962e+00 1.60382904e+00 - 5.42000000e+00 0.00000000e+00 1.00000000e+00 1.55618800e-01 4.39410321e-07 1.03941922e+00 1.60613224e+00 - 5.43000000e+00 0.00000000e+00 1.00000000e+00 1.56668033e-01 5.48762838e-05 1.04211289e+00 1.60883808e+00 - 5.44000000e+00 0.00000000e+00 1.00000000e+00 1.57554006e-01 1.10148221e-04 1.04259252e+00 1.61151520e+00 - 5.45000000e+00 0.00000000e+00 1.00000000e+00 1.58343833e-01 1.47975488e-04 1.04180084e+00 1.61379480e+00 - 5.46000000e+00 0.00000000e+00 1.00000000e+00 1.59086086e-01 1.55914058e-04 1.04078097e+00 1.61551431e+00 - 5.47000000e+00 0.00000000e+00 1.00000000e+00 1.59797453e-01 1.31404803e-04 1.04044002e+00 1.61675051e+00 - 5.48000000e+00 0.00000000e+00 1.00000000e+00 1.60456741e-01 8.25666275e-05 1.04124701e+00 1.61778676e+00 - 5.49000000e+00 0.00000000e+00 1.00000000e+00 1.61013667e-01 2.55295552e-05 1.04299540e+00 1.61897267e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.61413600e-01 -2.08582349e-05 1.04484074e+00 1.62058463e+00 - 5.51000000e+00 0.00000000e+00 1.00000000e+00 1.61628853e-01 -4.12721505e-05 1.04569694e+00 1.62275264e+00 - 5.52000000e+00 0.00000000e+00 1.00000000e+00 1.61680385e-01 -2.90118657e-05 1.04475136e+00 1.62538499e+00 - 5.53000000e+00 0.00000000e+00 1.00000000e+00 1.61637197e-01 1.18076670e-05 1.04204878e+00 1.62827352e+00 - 5.54000000e+00 0.00000000e+00 1.00000000e+00 1.61592952e-01 6.76819782e-05 1.03843159e+00 1.63110217e+00 - 5.55000000e+00 0.00000000e+00 1.00000000e+00 1.61632122e-01 1.20188660e-04 1.03517124e+00 1.63351781e+00 - 5.56000000e+00 0.00000000e+00 1.00000000e+00 1.61802499e-01 1.52022307e-04 1.03406846e+00 1.63848723e+00 - 5.57000000e+00 0.00000000e+00 1.00000000e+00 1.62103976e-01 1.52688284e-04 1.03397917e+00 1.63234213e+00 - 5.58000000e+00 0.00000000e+00 1.00000000e+00 1.62494026e-01 1.22010627e-04 1.03559787e+00 1.63677864e+00 - 5.59000000e+00 0.00000000e+00 1.00000000e+00 1.62902044e-01 7.02126461e-05 1.04310165e+00 1.63602850e+00 - 5.60000000e+00 0.00000000e+00 1.00000000e+00 1.63244617e-01 1.43664079e-05 1.04976733e+00 1.63635146e+00 - 5.61000000e+00 0.00000000e+00 1.00000000e+00 1.63441337e-01 -2.71412820e-05 1.05717924e+00 1.63708169e+00 - 5.62000000e+00 0.00000000e+00 1.00000000e+00 1.63432036e-01 -4.06541240e-05 1.06385838e+00 1.63859126e+00 - 5.63000000e+00 0.00000000e+00 1.00000000e+00 1.63192498e-01 -2.17891105e-05 1.06872119e+00 1.64075355e+00 - 5.64000000e+00 0.00000000e+00 1.00000000e+00 1.62741448e-01 2.31503210e-05 1.07119902e+00 1.64331172e+00 - 5.65000000e+00 0.00000000e+00 1.00000000e+00 1.62131194e-01 7.92947762e-05 1.07149006e+00 1.64592108e+00 - 5.66000000e+00 0.00000000e+00 1.00000000e+00 1.61421899e-01 1.28131733e-04 1.07047009e+00 1.64828896e+00 - 5.67000000e+00 0.00000000e+00 1.00000000e+00 1.60650123e-01 1.53621011e-04 1.06927075e+00 1.65024984e+00 - 5.68000000e+00 0.00000000e+00 1.00000000e+00 1.59807698e-01 1.47451880e-04 1.06870553e+00 1.65181876e+00 - 5.69000000e+00 0.00000000e+00 1.00000000e+00 1.58842452e-01 1.11781781e-04 1.06887607e+00 1.65320866e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.57680057e-01 5.85386081e-05 1.06912728e+00 1.65475018e+00 - 5.71000000e+00 0.00000000e+00 1.00000000e+00 1.56254912e-01 5.43875989e-06 1.06837380e+00 1.65679719e+00 - 5.72000000e+00 0.00000000e+00 1.00000000e+00 1.54534938e-01 -2.98795879e-05 1.06558117e+00 1.65959395e+00 - 5.73000000e+00 0.00000000e+00 1.00000000e+00 1.52531498e-01 -3.56408957e-05 1.06007652e+00 1.66312037e+00 - 5.74000000e+00 0.00000000e+00 1.00000000e+00 1.50295342e-01 -9.83435686e-06 1.05184526e+00 1.66722774e+00 - 5.75000000e+00 0.00000000e+00 1.00000000e+00 1.47904967e-01 3.91277472e-05 1.04132618e+00 1.67154321e+00 - 5.76000000e+00 0.00000000e+00 1.00000000e+00 1.45452269e-01 9.52483773e-05 1.02940310e+00 1.67565176e+00 - 5.77000000e+00 0.00000000e+00 1.00000000e+00 1.43026030e-01 1.40231942e-04 1.01704638e+00 1.67904876e+00 - 5.78000000e+00 0.00000000e+00 1.00000000e+00 1.40692914e-01 1.59475139e-04 1.00550843e+00 1.68162325e+00 - 5.79000000e+00 0.00000000e+00 1.00000000e+00 1.38479991e-01 1.46877446e-04 9.95779614e-01 1.68339678e+00 - 5.80000000e+00 0.00000000e+00 1.00000000e+00 1.36367470e-01 1.06862800e-04 9.88332899e-01 1.68468670e+00 - 5.81000000e+00 0.00000000e+00 1.00000000e+00 1.34298998e-01 5.28929087e-05 9.82959515e-01 1.68575896e+00 - 5.82000000e+00 0.00000000e+00 1.00000000e+00 1.32208344e-01 2.97945416e-06 9.78821109e-01 1.68703521e+00 - 5.83000000e+00 0.00000000e+00 1.00000000e+00 1.30050985e-01 -2.62696200e-05 9.74788008e-01 1.68871255e+00 - 5.84000000e+00 0.00000000e+00 1.00000000e+00 1.27824866e-01 -2.50941810e-05 9.70014667e-01 1.69079217e+00 - 5.85000000e+00 0.00000000e+00 1.00000000e+00 1.25570032e-01 6.22509928e-06 9.64270679e-01 1.69308895e+00 - 5.86000000e+00 0.00000000e+00 1.00000000e+00 1.23348605e-01 5.74629436e-05 9.57974221e-01 1.69530354e+00 - 5.87000000e+00 0.00000000e+00 1.00000000e+00 1.21216850e-01 1.11822962e-04 9.51910172e-01 1.69709856e+00 - 5.88000000e+00 0.00000000e+00 1.00000000e+00 1.19202899e-01 1.51490858e-04 9.46870136e-01 1.69821516e+00 - 5.89000000e+00 0.00000000e+00 1.00000000e+00 1.17297350e-01 1.63536895e-04 9.43377168e-01 1.69860784e+00 - 5.90000000e+00 0.00000000e+00 1.00000000e+00 1.15455631e-01 1.44178185e-04 9.41529643e-01 1.69843116e+00 - 5.91000000e+00 0.00000000e+00 1.00000000e+00 1.13607245e-01 9.99872681e-05 9.41070342e-01 1.69810185e+00 - 5.92000000e+00 0.00000000e+00 1.00000000e+00 1.11668794e-01 4.56988924e-05 9.41353175e-01 1.69810195e+00 - 5.93000000e+00 0.00000000e+00 1.00000000e+00 1.09560873e-01 -6.32316521e-07 9.41386192e-01 1.69878785e+00 - 5.94000000e+00 0.00000000e+00 1.00000000e+00 1.07228379e-01 -2.35836616e-05 9.40047308e-01 1.70030285e+00 - 5.95000000e+00 0.00000000e+00 1.00000000e+00 1.04658911e-01 -1.54684784e-05 9.36417355e-01 1.70256391e+00 - 5.96000000e+00 0.00000000e+00 1.00000000e+00 1.01889775e-01 2.11438116e-05 9.30099323e-01 1.70527317e+00 - 5.97000000e+00 0.00000000e+00 1.00000000e+00 9.89965675e-02 7.43159990e-05 9.21425756e-01 1.70805059e+00 - 5.98000000e+00 0.00000000e+00 1.00000000e+00 9.60655744e-02 1.26702579e-04 9.11308772e-01 1.71050654e+00 - 5.99000000e+00 0.00000000e+00 1.00000000e+00 9.31621000e-02 1.61263989e-04 9.00893852e-01 1.71237808e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 9.03100459e-02 1.66870526e-04 8.91099180e-01 1.71364139e+00 - 6.01000000e+00 0.00000000e+00 1.00000000e+00 8.74918395e-02 1.41965089e-04 8.82301707e-01 1.71442435e+00 - 6.02000000e+00 0.00000000e+00 1.00000000e+00 8.46664530e-02 9.50736489e-05 8.74324685e-01 1.71502096e+00 - 6.03000000e+00 0.00000000e+00 1.00000000e+00 8.17945059e-02 4.19769326e-05 8.66644244e-01 1.71578361e+00 - 6.04000000e+00 0.00000000e+00 1.00000000e+00 7.88585428e-02 4.72661718e-07 8.58650487e-01 1.71692672e+00 - 6.05000000e+00 0.00000000e+00 1.00000000e+00 7.58725021e-02 -1.55132163e-05 8.49914499e-01 1.71851312e+00 - 6.06000000e+00 0.00000000e+00 1.00000000e+00 7.28813195e-02 -5.04050247e-07 8.40289734e-01 1.72037704e+00 - 6.07000000e+00 0.00000000e+00 1.00000000e+00 6.99542144e-02 4.07430709e-05 8.29925733e-01 1.72215947e+00 - 6.08000000e+00 0.00000000e+00 1.00000000e+00 6.71731533e-02 9.48127386e-05 8.19275690e-01 1.72344869e+00 - 6.09000000e+00 0.00000000e+00 1.00000000e+00 6.46158348e-02 1.44062450e-04 8.09046682e-01 1.72389209e+00 - 6.10000000e+00 0.00000000e+00 1.00000000e+00 6.23345010e-02 1.72451528e-04 8.00094793e-01 1.72334040e+00 - 6.11000000e+00 0.00000000e+00 1.00000000e+00 6.03371897e-02 1.70828899e-04 7.93195879e-01 1.72187037e+00 - 6.12000000e+00 0.00000000e+00 1.00000000e+00 5.85813801e-02 1.39933373e-04 7.88767623e-01 1.71982307e+00 - 6.13000000e+00 0.00000000e+00 1.00000000e+00 5.69864890e-02 9.01233621e-05 7.86629852e-01 1.71760808e+00 - 6.14000000e+00 0.00000000e+00 1.00000000e+00 5.54620845e-02 3.79469558e-05 7.86027645e-01 1.71562977e+00 - 6.15000000e+00 0.00000000e+00 1.00000000e+00 5.39393290e-02 6.94651373e-07 7.85904495e-01 1.71415012e+00 - 6.16000000e+00 0.00000000e+00 1.00000000e+00 5.23909443e-02 -9.29057280e-06 7.85316638e-01 1.71322854e+00 - 6.17000000e+00 0.00000000e+00 1.00000000e+00 5.08316981e-02 1.13131686e-05 7.83755944e-01 1.71272766e+00 - 6.18000000e+00 0.00000000e+00 1.00000000e+00 4.93021811e-02 5.57117784e-05 7.81230802e-01 1.71236037e+00 - 6.19000000e+00 0.00000000e+00 1.00000000e+00 4.78461061e-02 1.09260214e-04 7.78134791e-01 1.71182555e+00 - 6.20000000e+00 0.00000000e+00 1.00000000e+00 4.64914698e-02 1.54327416e-04 7.75005643e-01 1.71085714e+00 - 6.21000000e+00 0.00000000e+00 1.00000000e+00 4.52404594e-02 1.76128169e-04 7.72323276e-01 1.70935187e+00 - 6.22000000e+00 0.00000000e+00 1.00000000e+00 4.40674713e-02 1.67582962e-04 7.70386696e-01 1.70743287e+00 - 6.23000000e+00 0.00000000e+00 1.00000000e+00 4.29231706e-02 1.31629390e-04 7.69218241e-01 1.70540098e+00 - 6.24000000e+00 0.00000000e+00 1.00000000e+00 4.17444913e-02 8.02507839e-05 7.68530180e-01 1.70362604e+00 - 6.25000000e+00 0.00000000e+00 1.00000000e+00 4.04715313e-02 3.05195294e-05 7.67728089e-01 1.70240681e+00 - 6.26000000e+00 0.00000000e+00 1.00000000e+00 3.90692110e-02 -1.05638322e-06 7.66044170e-01 1.70186682e+00 - 6.27000000e+00 0.00000000e+00 1.00000000e+00 3.75460195e-02 -3.99337595e-06 7.62796942e-01 1.70190070e+00 - 6.28000000e+00 0.00000000e+00 1.00000000e+00 3.59595900e-02 2.27328710e-05 7.57680423e-01 1.70223367e+00 - 6.29000000e+00 0.00000000e+00 1.00000000e+00 3.44032989e-02 7.03906209e-05 7.50938380e-01 1.70249454e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 3.29778487e-02 1.23376139e-04 7.43296559e-01 1.70231958e+00 - 6.31000000e+00 0.00000000e+00 1.00000000e+00 3.17604963e-02 1.64327582e-04 7.35726956e-01 1.70145776e+00 - 6.32000000e+00 0.00000000e+00 1.00000000e+00 3.07858136e-02 1.79846296e-04 7.29122636e-01 1.69981636e+00 - 6.33000000e+00 0.00000000e+00 1.00000000e+00 3.00449138e-02 1.64946171e-04 7.24025215e-01 1.69752924e+00 - 6.34000000e+00 0.00000000e+00 1.00000000e+00 2.95001098e-02 1.24699380e-04 7.20531525e-01 1.69487074e+00 - 6.35000000e+00 0.00000000e+00 1.00000000e+00 2.91056518e-02 7.24962798e-05 7.18357682e-01 1.69218413e+00 - 6.36000000e+00 0.00000000e+00 1.00000000e+00 2.88256609e-02 2.55875330e-05 7.17013455e-01 1.68973925e+00 - 6.37000000e+00 0.00000000e+00 1.00000000e+00 2.86453419e-02 -5.55313823e-07 7.15830757e-01 1.68538329e+00 - 6.38000000e+00 0.00000000e+00 1.00000000e+00 2.85755697e-02 2.67970138e-06 7.13938461e-01 1.68619948e+00 - 6.39000000e+00 0.00000000e+00 1.00000000e+00 2.86513884e-02 3.41568700e-05 7.16003681e-01 1.68618302e+00 - 6.40000000e+00 0.00000000e+00 1.00000000e+00 2.89232404e-02 8.33204563e-05 7.11287957e-01 1.68209060e+00 - 6.41000000e+00 0.00000000e+00 1.00000000e+00 2.94404626e-02 1.33821658e-04 7.10557621e-01 1.67978055e+00 - 6.42000000e+00 0.00000000e+00 1.00000000e+00 3.02294687e-02 1.68949540e-04 7.10222891e-01 1.67677234e+00 - 6.43000000e+00 0.00000000e+00 1.00000000e+00 3.12748702e-02 1.77043053e-04 7.11553472e-01 1.67325269e+00 - 6.44000000e+00 0.00000000e+00 1.00000000e+00 3.25146029e-02 1.55298517e-04 7.14903201e-01 1.66944886e+00 - 6.45000000e+00 0.00000000e+00 1.00000000e+00 3.38538785e-02 1.10736886e-04 7.20095921e-01 1.66568686e+00 - 6.46000000e+00 0.00000000e+00 1.00000000e+00 3.51932542e-02 5.79870427e-05 7.26380359e-01 1.66232234e+00 - 6.47000000e+00 0.00000000e+00 1.00000000e+00 3.64582360e-02 1.43541165e-05 7.32690761e-01 1.65957623e+00 - 6.48000000e+00 0.00000000e+00 1.00000000e+00 3.76173546e-02 -5.97990108e-06 7.38060246e-01 1.65751828e+00 - 6.49000000e+00 0.00000000e+00 1.00000000e+00 3.86829820e-02 3.46499398e-06 7.41921836e-01 1.65605949e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 3.96981133e-02 3.94226776e-05 7.44193823e-01 1.65494376e+00 - 6.51000000e+00 0.00000000e+00 1.00000000e+00 4.07172761e-02 8.99164507e-05 7.45202657e-01 1.65387025e+00 - 6.52000000e+00 0.00000000e+00 1.00000000e+00 4.17888937e-02 1.38156028e-04 7.45501634e-01 1.65259557e+00 - 6.53000000e+00 0.00000000e+00 1.00000000e+00 4.29426758e-02 1.68102889e-04 7.45687844e-01 1.65095756e+00 - 6.54000000e+00 0.00000000e+00 1.00000000e+00 4.41826402e-02 1.69812450e-04 7.46276083e-01 1.64897944e+00 - 6.55000000e+00 0.00000000e+00 1.00000000e+00 4.54862065e-02 1.42726018e-04 7.47559750e-01 1.64683667e+00 - 6.56000000e+00 0.00000000e+00 1.00000000e+00 4.68114045e-02 9.57807049e-05 7.49501184e-01 1.64478288e+00 - 6.57000000e+00 0.00000000e+00 1.00000000e+00 4.81135556e-02 4.43897601e-05 7.51702163e-01 1.64305099e+00 - 6.58000000e+00 0.00000000e+00 1.00000000e+00 4.93676648e-02 5.39169401e-06 7.53518851e-01 1.64173144e+00 - 6.59000000e+00 0.00000000e+00 1.00000000e+00 5.05870300e-02 -8.42505512e-06 7.54359773e-01 1.64079125e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 5.18277905e-02 7.42754580e-06 7.53976320e-01 1.64006823e+00 - 6.61000000e+00 0.00000000e+00 1.00000000e+00 5.31750326e-02 4.75712795e-05 7.52643532e-01 1.63932034e+00 - 6.62000000e+00 0.00000000e+00 1.00000000e+00 5.47156782e-02 9.85811546e-05 7.51109245e-01 1.63828986e+00 - 6.63000000e+00 0.00000000e+00 1.00000000e+00 5.65105412e-02 1.43510568e-04 7.50344968e-01 1.63676994e+00 - 6.64000000e+00 0.00000000e+00 1.00000000e+00 5.85775123e-02 1.67458199e-04 7.51220763e-01 1.63467496e+00 - 6.65000000e+00 0.00000000e+00 1.00000000e+00 6.08907510e-02 1.62406074e-04 7.54248632e-01 1.63208284e+00 - 6.66000000e+00 0.00000000e+00 1.00000000e+00 6.33927937e-02 1.29854793e-04 7.59467194e-01 1.62920590e+00 - 6.67000000e+00 0.00000000e+00 1.00000000e+00 6.60124265e-02 8.03667684e-05 7.66521757e-01 1.62636235e+00 - 6.68000000e+00 0.00000000e+00 1.00000000e+00 6.86820752e-02 3.01001368e-05 7.74784937e-01 1.62382685e+00 - 6.69000000e+00 0.00000000e+00 1.00000000e+00 7.13517944e-02 -4.56549296e-06 7.83498941e-01 1.62174920e+00 - 6.70000000e+00 0.00000000e+00 1.00000000e+00 7.39987206e-02 -1.24845184e-05 7.91983555e-01 1.62011422e+00 - 6.71000000e+00 0.00000000e+00 1.00000000e+00 7.66299849e-02 8.62300171e-06 7.99813686e-01 1.61878979e+00 - 6.72000000e+00 0.00000000e+00 1.00000000e+00 7.92761724e-02 5.15149266e-05 8.06964780e-01 1.61761296e+00 - 6.73000000e+00 0.00000000e+00 1.00000000e+00 8.19744535e-02 1.01811911e-04 8.13811370e-01 1.61636756e+00 - 6.74000000e+00 0.00000000e+00 1.00000000e+00 8.47458641e-02 1.42665971e-04 8.21007151e-01 1.61493985e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 8.75765378e-02 1.60335107e-04 8.29167247e-01 1.61332548e+00 - 6.76000000e+00 0.00000000e+00 1.00000000e+00 9.04131216e-02 1.48799277e-04 8.38517118e-01 1.61166913e+00 - 6.77000000e+00 0.00000000e+00 1.00000000e+00 9.31761766e-02 1.11747544e-04 8.48686437e-01 1.61016121e+00 - 6.78000000e+00 0.00000000e+00 1.00000000e+00 9.57858104e-02 6.12732261e-05 8.58813520e-01 1.60900748e+00 - 6.79000000e+00 0.00000000e+00 1.00000000e+00 9.81876518e-02 1.38419856e-05 8.67867901e-01 1.60839010e+00 - 6.80000000e+00 0.00000000e+00 1.00000000e+00 1.00368348e-01 -1.50948516e-05 8.75017396e-01 1.60834725e+00 - 6.81000000e+00 0.00000000e+00 1.00000000e+00 1.02356385e-01 -1.61568456e-05 8.79898850e-01 1.60880183e+00 - 6.82000000e+00 0.00000000e+00 1.00000000e+00 1.04211099e-01 1.08478715e-05 8.82664819e-01 1.60956309e+00 - 6.83000000e+00 0.00000000e+00 1.00000000e+00 1.06006028e-01 5.68240332e-05 8.83900611e-01 1.61040873e+00 - 6.84000000e+00 0.00000000e+00 1.00000000e+00 1.07811688e-01 1.06424079e-04 8.84416977e-01 1.61108160e+00 - 6.85000000e+00 0.00000000e+00 1.00000000e+00 1.09680343e-01 1.43188059e-04 8.85077965e-01 1.61141162e+00 - 6.86000000e+00 0.00000000e+00 1.00000000e+00 1.11634634e-01 1.54966015e-04 8.86654145e-01 1.61137811e+00 - 6.87000000e+00 0.00000000e+00 1.00000000e+00 1.13663221e-01 1.37837303e-04 8.89619107e-01 1.61110024e+00 - 6.88000000e+00 0.00000000e+00 1.00000000e+00 1.15727001e-01 9.73668468e-05 8.93982419e-01 1.61076322e+00 - 6.89000000e+00 0.00000000e+00 1.00000000e+00 1.17776518e-01 4.68176121e-05 8.99290592e-01 1.61049896e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.19775291e-01 2.78994026e-06 9.04783579e-01 1.61050230e+00 - 6.91000000e+00 0.00000000e+00 1.00000000e+00 1.21718867e-01 -2.03107122e-05 9.09762923e-01 1.61073385e+00 - 6.92000000e+00 0.00000000e+00 1.00000000e+00 1.23639729e-01 -1.50552498e-05 9.13982272e-01 1.61112879e+00 - 6.93000000e+00 0.00000000e+00 1.00000000e+00 1.25594906e-01 1.66071633e-05 9.17754984e-01 1.61156279e+00 - 6.94000000e+00 0.00000000e+00 1.00000000e+00 1.27642160e-01 6.40510795e-05 9.21816270e-01 1.61186838e+00 - 6.95000000e+00 0.00000000e+00 1.00000000e+00 1.29816026e-01 1.11472742e-04 9.27023215e-01 1.61187821e+00 - 6.96000000e+00 0.00000000e+00 1.00000000e+00 1.32113566e-01 1.43066849e-04 9.34045906e-01 1.61153416e+00 - 6.97000000e+00 0.00000000e+00 1.00000000e+00 1.34493397e-01 1.48249718e-04 9.43067517e-01 1.61085336e+00 - 6.98000000e+00 0.00000000e+00 1.00000000e+00 1.36885398e-01 1.25191508e-04 9.53959890e-01 1.61011954e+00 - 6.99000000e+00 0.00000000e+00 1.00000000e+00 1.39206048e-01 8.14124864e-05 9.66007649e-01 1.60950441e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.41375395e-01 3.12341604e-05 9.78263060e-01 1.60926127e+00 - 7.01000000e+00 0.00000000e+00 1.00000000e+00 1.43333235e-01 -8.97998888e-06 9.89673520e-01 1.60951628e+00 - 7.02000000e+00 0.00000000e+00 1.00000000e+00 1.45051884e-01 -2.61725597e-05 9.99320598e-01 1.61027733e+00 - 7.03000000e+00 0.00000000e+00 1.00000000e+00 1.46541398e-01 -1.48504683e-05 1.00669633e+00 1.61144306e+00 - 7.04000000e+00 0.00000000e+00 1.00000000e+00 1.47843267e-01 2.10946313e-05 1.01184534e+00 1.61284592e+00 - 7.05000000e+00 0.00000000e+00 1.00000000e+00 1.49012273e-01 6.96576819e-05 1.01537342e+00 1.61432349e+00 - 7.06000000e+00 0.00000000e+00 1.00000000e+00 1.50092468e-01 1.14710030e-04 1.01816107e+00 1.61572956e+00 - 7.07000000e+00 0.00000000e+00 1.00000000e+00 1.51097777e-01 1.41353876e-04 1.02100464e+00 1.61704215e+00 - 7.08000000e+00 0.00000000e+00 1.00000000e+00 1.52006612e-01 1.40815367e-04 1.02425465e+00 1.61828782e+00 - 7.09000000e+00 0.00000000e+00 1.00000000e+00 1.52773066e-01 1.13289400e-04 1.02767493e+00 1.61958523e+00 - 7.10000000e+00 0.00000000e+00 1.00000000e+00 1.53348802e-01 6.78634997e-05 1.03060688e+00 1.62108830e+00 - 7.11000000e+00 0.00000000e+00 1.00000000e+00 1.53705109e-01 1.95423604e-05 1.03228143e+00 1.62289282e+00 - 7.12000000e+00 0.00000000e+00 1.00000000e+00 1.53846234e-01 -1.57009919e-05 1.03214586e+00 1.62506647e+00 - 7.13000000e+00 0.00000000e+00 1.00000000e+00 1.53810884e-01 -2.62335302e-05 1.03005794e+00 1.62752029e+00 - 7.14000000e+00 0.00000000e+00 1.00000000e+00 1.53664081e-01 -8.61742753e-06 1.02635533e+00 1.63009881e+00 - 7.15000000e+00 0.00000000e+00 1.00000000e+00 1.53483314e-01 3.12984151e-05 1.02174985e+00 1.63258893e+00 - 7.16000000e+00 0.00000000e+00 1.00000000e+00 1.53342093e-01 8.03577594e-05 1.01717592e+00 1.63478061e+00 - 7.17000000e+00 0.00000000e+00 1.00000000e+00 1.53293217e-01 1.22429600e-04 1.01359747e+00 1.63652449e+00 - 7.18000000e+00 0.00000000e+00 1.00000000e+00 1.53355144e-01 1.43692065e-04 1.01179666e+00 1.63779513e+00 - 7.19000000e+00 0.00000000e+00 1.00000000e+00 1.53506397e-01 1.37187152e-04 1.01219325e+00 1.63872209e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.53692312e-01 1.05129691e-04 1.01470258e+00 1.63970788e+00 - 7.21000000e+00 0.00000000e+00 1.00000000e+00 1.53844127e-01 5.81750533e-05 1.01503126e+00 1.63880523e+00 - 7.22000000e+00 0.00000000e+00 1.00000000e+00 1.53902997e-01 1.18320948e-05 1.01726498e+00 1.63920798e+00 - 7.23000000e+00 0.00000000e+00 1.00000000e+00 1.53840153e-01 -1.86475860e-05 1.02204994e+00 1.64055046e+00 - 7.24000000e+00 0.00000000e+00 1.00000000e+00 1.53663280e-01 -2.32478910e-05 1.02561518e+00 1.64188799e+00 - 7.25000000e+00 0.00000000e+00 1.00000000e+00 1.53406145e-01 -5.00503318e-07 1.02808089e+00 1.64339695e+00 - 7.26000000e+00 0.00000000e+00 1.00000000e+00 1.53108488e-01 4.20150245e-05 1.02953670e+00 1.64500360e+00 - 7.27000000e+00 0.00000000e+00 1.00000000e+00 1.52795472e-01 9.02043599e-05 1.03050191e+00 1.64655969e+00 - 7.28000000e+00 0.00000000e+00 1.00000000e+00 1.52465485e-01 1.28135221e-04 1.03161637e+00 1.65588216e+00 - 7.29000000e+00 0.00000000e+00 1.00000000e+00 1.52085958e-01 1.43372853e-04 1.05220820e+00 1.66345917e+00 - 7.30000000e+00 0.00000000e+00 1.00000000e+00 1.51599383e-01 1.31090783e-04 1.03331821e+00 1.64890984e+00 - 7.31000000e+00 0.00000000e+00 1.00000000e+00 1.50938134e-01 9.54791224e-05 1.04214657e+00 1.65282674e+00 - 7.32000000e+00 0.00000000e+00 1.00000000e+00 1.50039814e-01 4.82909949e-05 1.04465445e+00 1.65470642e+00 - 7.33000000e+00 0.00000000e+00 1.00000000e+00 1.48863172e-01 5.11909461e-06 1.04523031e+00 1.65695915e+00 - 7.34000000e+00 0.00000000e+00 1.00000000e+00 1.47402370e-01 -1.97119105e-05 1.04317556e+00 1.65968007e+00 - 7.35000000e+00 0.00000000e+00 1.00000000e+00 1.45692783e-01 -1.79312859e-05 1.03826807e+00 1.66272213e+00 - 7.36000000e+00 0.00000000e+00 1.00000000e+00 1.43803650e-01 9.92109708e-06 1.03089013e+00 1.66588212e+00 - 7.37000000e+00 0.00000000e+00 1.00000000e+00 1.41817452e-01 5.47925555e-05 1.02200802e+00 1.66900152e+00 - 7.38000000e+00 0.00000000e+00 1.00000000e+00 1.39804315e-01 1.02064970e-04 1.01260923e+00 1.67181289e+00 - 7.39000000e+00 0.00000000e+00 1.00000000e+00 1.37803530e-01 1.36281336e-04 1.00371905e+00 1.67433838e+00 - 7.40000000e+00 0.00000000e+00 1.00000000e+00 1.35818770e-01 1.46346559e-04 9.95835722e-01 1.67656645e+00 - 7.41000000e+00 0.00000000e+00 1.00000000e+00 1.33826139e-01 1.29231522e-04 9.88963865e-01 1.67860030e+00 - 7.42000000e+00 0.00000000e+00 1.00000000e+00 1.31791176e-01 9.08471802e-05 9.82698212e-01 1.68064364e+00 - 7.43000000e+00 0.00000000e+00 1.00000000e+00 1.29688830e-01 4.40284830e-05 9.76472523e-01 1.68269573e+00 - 7.44000000e+00 0.00000000e+00 1.00000000e+00 1.27517664e-01 4.40628918e-06 9.69824827e-01 1.68489196e+00 - 7.45000000e+00 0.00000000e+00 1.00000000e+00 1.25303119e-01 -1.47477903e-05 9.62519466e-01 1.68713118e+00 - 7.46000000e+00 0.00000000e+00 1.00000000e+00 1.23092365e-01 -6.98246004e-06 9.54697884e-01 1.68927166e+00 - 7.47000000e+00 0.00000000e+00 1.00000000e+00 1.20944109e-01 2.52401234e-05 9.46783334e-01 1.69112071e+00 - 7.48000000e+00 0.00000000e+00 1.00000000e+00 1.18913683e-01 7.14073351e-05 9.39427729e-01 1.69252039e+00 - 7.49000000e+00 0.00000000e+00 1.00000000e+00 1.17035923e-01 1.16418484e-04 9.33344990e-01 1.69338698e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 1.15311328e-01 1.45578629e-04 9.29114755e-01 1.69379682e+00 - 7.51000000e+00 0.00000000e+00 1.00000000e+00 1.13700660e-01 1.49445444e-04 9.26938647e-01 1.69391423e+00 - 7.52000000e+00 0.00000000e+00 1.00000000e+00 1.12132458e-01 1.26877158e-04 9.26510559e-01 1.69397476e+00 - 7.53000000e+00 0.00000000e+00 1.00000000e+00 1.10523737e-01 8.54234453e-05 9.27026983e-01 1.69420720e+00 - 7.54000000e+00 0.00000000e+00 1.00000000e+00 1.08805459e-01 3.89054350e-05 9.27430014e-01 1.69475440e+00 - 7.55000000e+00 0.00000000e+00 1.00000000e+00 1.06941116e-01 2.80356019e-06 9.26783807e-01 1.69565945e+00 - 7.56000000e+00 0.00000000e+00 1.00000000e+00 1.04932079e-01 -1.09100872e-05 9.24555985e-01 1.69686009e+00 - 7.57000000e+00 0.00000000e+00 1.00000000e+00 1.02809776e-01 2.33864810e-06 9.20717569e-01 1.69823755e+00 - 7.58000000e+00 0.00000000e+00 1.00000000e+00 1.00619199e-01 3.82664956e-05 9.15640805e-01 1.69962341e+00 - 7.59000000e+00 0.00000000e+00 1.00000000e+00 9.84005353e-02 8.51304115e-05 9.09903229e-01 1.70087755e+00 - 7.60000000e+00 0.00000000e+00 1.00000000e+00 9.61750959e-02 1.27624095e-04 9.04049762e-01 1.70192427e+00 - 7.61000000e+00 0.00000000e+00 1.00000000e+00 9.39393551e-02 1.51952603e-04 8.98447555e-01 1.70281397e+00 - 7.62000000e+00 0.00000000e+00 1.00000000e+00 9.16677170e-02 1.50340683e-04 8.93159287e-01 1.70367793e+00 - 7.63000000e+00 0.00000000e+00 1.00000000e+00 8.93219789e-02 1.23559748e-04 8.87953915e-01 1.70467868e+00 - 7.64000000e+00 0.00000000e+00 1.00000000e+00 8.68651913e-02 8.06609932e-05 8.82375708e-01 1.70595363e+00 - 7.65000000e+00 0.00000000e+00 1.00000000e+00 8.42779320e-02 3.59778594e-05 8.75869008e-01 1.70752286e+00 - 7.66000000e+00 0.00000000e+00 1.00000000e+00 8.15728061e-02 4.44780821e-06 8.68001665e-01 1.70930215e+00 - 7.67000000e+00 0.00000000e+00 1.00000000e+00 7.88001569e-02 -3.26103155e-06 8.58667106e-01 1.71110869e+00 - 7.68000000e+00 0.00000000e+00 1.00000000e+00 7.60397287e-02 1.56533233e-05 8.48186661e-01 1.71268343e+00 - 7.69000000e+00 0.00000000e+00 1.00000000e+00 7.33801204e-02 5.51203184e-05 8.37283306e-01 1.71383955e+00 - 7.70000000e+00 0.00000000e+00 1.00000000e+00 7.08944617e-02 1.02262713e-04 8.26833266e-01 1.71444192e+00 - 7.71000000e+00 0.00000000e+00 1.00000000e+00 6.86220798e-02 1.41736583e-04 8.17625597e-01 1.71445752e+00 - 7.72000000e+00 0.00000000e+00 1.00000000e+00 6.65627799e-02 1.60773305e-04 8.10149690e-01 1.71400025e+00 - 7.73000000e+00 0.00000000e+00 1.00000000e+00 6.46844787e-02 1.53304269e-04 8.04477047e-01 1.71322265e+00 - 7.74000000e+00 0.00000000e+00 1.00000000e+00 6.29392235e-02 1.21949492e-04 8.00321107e-01 1.71232420e+00 - 7.75000000e+00 0.00000000e+00 1.00000000e+00 6.12808548e-02 7.72181969e-05 7.97167483e-01 1.71145981e+00 - 7.76000000e+00 0.00000000e+00 1.00000000e+00 5.96793297e-02 3.40436690e-05 7.94446743e-01 1.71069185e+00 - 7.77000000e+00 0.00000000e+00 1.00000000e+00 5.81285462e-02 6.77964744e-06 7.91697770e-01 1.70997634e+00 - 7.78000000e+00 0.00000000e+00 1.00000000e+00 5.66459784e-02 4.42623749e-06 7.88693402e-01 1.70919460e+00 - 7.79000000e+00 0.00000000e+00 1.00000000e+00 5.52646680e-02 2.77285972e-05 7.85492573e-01 1.70820948e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 5.40196956e-02 6.90291453e-05 7.82406421e-01 1.70691126e+00 - 7.81000000e+00 0.00000000e+00 1.00000000e+00 5.29318574e-02 1.14785387e-04 7.79903967e-01 1.70530800e+00 - 7.82000000e+00 0.00000000e+00 1.00000000e+00 5.19931615e-02 1.49945852e-04 7.78428724e-01 1.70347669e+00 - 7.83000000e+00 0.00000000e+00 1.00000000e+00 5.11609918e-02 1.62903717e-04 7.78193088e-01 1.70158616e+00 - 7.84000000e+00 0.00000000e+00 1.00000000e+00 5.03659463e-02 1.49422521e-04 7.79006587e-01 1.69983840e+00 - 7.85000000e+00 0.00000000e+00 1.00000000e+00 4.95316904e-02 1.14062167e-04 7.80278170e-01 1.69841182e+00 - 7.86000000e+00 0.00000000e+00 1.00000000e+00 4.85985667e-02 6.85836762e-05 7.81180116e-01 1.69739376e+00 - 7.87000000e+00 0.00000000e+00 1.00000000e+00 4.75410413e-02 2.80276947e-05 7.80960253e-01 1.69676845e+00 - 7.88000000e+00 0.00000000e+00 1.00000000e+00 4.63728755e-02 5.81063954e-06 7.79169713e-01 1.69641049e+00 - 7.89000000e+00 0.00000000e+00 1.00000000e+00 4.51399559e-02 9.32827824e-06 7.75783905e-01 1.69615266e+00 - 7.90000000e+00 0.00000000e+00 1.00000000e+00 4.39050846e-02 3.74653356e-05 7.71130672e-01 1.69581181e+00 - 7.91000000e+00 0.00000000e+00 1.00000000e+00 4.27303915e-02 8.09337951e-05 7.65764202e-01 1.69524238e+00 - 7.92000000e+00 0.00000000e+00 1.00000000e+00 4.16623447e-02 1.25416288e-04 7.60305179e-01 1.69437213e+00 - 7.93000000e+00 0.00000000e+00 1.00000000e+00 4.07226680e-02 1.56376154e-04 7.55284122e-01 1.69323435e+00 - 7.94000000e+00 0.00000000e+00 1.00000000e+00 3.99067993e-02 1.63809732e-04 7.51034449e-01 1.69194108e+00 - 7.95000000e+00 0.00000000e+00 1.00000000e+00 3.91903119e-02 1.45427618e-04 7.47612125e-01 1.69063279e+00 - 7.96000000e+00 0.00000000e+00 1.00000000e+00 3.85422902e-02 1.07360157e-04 7.44793970e-01 1.68941504e+00 - 7.97000000e+00 0.00000000e+00 1.00000000e+00 3.79423072e-02 6.22191181e-05 7.42167712e-01 1.68829139e+00 - 7.98000000e+00 0.00000000e+00 1.00000000e+00 3.73951872e-02 2.49957586e-05 7.39305015e-01 1.68718756e+00 - 7.99000000e+00 0.00000000e+00 1.00000000e+00 3.69369748e-02 8.03009740e-06 7.35967068e-01 1.68596775e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 3.66279013e-02 1.68715140e-05 7.32236827e-01 1.68448051e+00 - 8.01000000e+00 0.00000000e+00 1.00000000e+00 3.65339371e-02 4.85227809e-05 7.27897063e-01 1.68324859e+00 - 8.02000000e+00 0.00000000e+00 1.00000000e+00 3.67039111e-02 9.25283385e-05 7.27932251e-01 1.67978081e+00 - 8.03000000e+00 0.00000000e+00 1.00000000e+00 3.71532590e-02 1.34443273e-04 7.23419480e-01 1.67673776e+00 - 8.04000000e+00 0.00000000e+00 1.00000000e+00 3.78594419e-02 1.60424041e-04 7.24230968e-01 1.67487793e+00 - 8.05000000e+00 0.00000000e+00 1.00000000e+00 3.87685750e-02 1.61732801e-04 7.26061547e-01 1.67170212e+00 - 8.06000000e+00 0.00000000e+00 1.00000000e+00 3.98100048e-02 1.37805720e-04 7.29617454e-01 1.66874898e+00 - 8.07000000e+00 0.00000000e+00 1.00000000e+00 4.09135236e-02 9.65004179e-05 7.34196888e-01 1.66604984e+00 - 8.08000000e+00 0.00000000e+00 1.00000000e+00 4.20248568e-02 5.13571133e-05 7.39099615e-01 1.66365401e+00 - 8.09000000e+00 0.00000000e+00 1.00000000e+00 4.31160392e-02 1.70548637e-05 7.43680195e-01 1.66151365e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 4.41882716e-02 4.65854918e-06 7.47513178e-01 1.65953000e+00 - 8.11000000e+00 0.00000000e+00 1.00000000e+00 4.52662875e-02 1.80899790e-05 7.50489653e-01 1.65758980e+00 - 8.12000000e+00 0.00000000e+00 1.00000000e+00 4.63850195e-02 5.28203671e-05 7.52830098e-01 1.65562025e+00 - 8.13000000e+00 0.00000000e+00 1.00000000e+00 4.75720549e-02 9.72347193e-05 7.54981116e-01 1.65360534e+00 - 8.14000000e+00 0.00000000e+00 1.00000000e+00 4.88320922e-02 1.36459955e-04 7.57425115e-01 1.65158883e+00 - 8.15000000e+00 0.00000000e+00 1.00000000e+00 5.01403578e-02 1.57434668e-04 7.60461849e-01 1.64968077e+00 - 8.16000000e+00 0.00000000e+00 1.00000000e+00 5.14489401e-02 1.53251919e-04 7.64027600e-01 1.64797718e+00 - 8.17000000e+00 0.00000000e+00 1.00000000e+00 5.27040777e-02 1.25280971e-04 7.67701687e-01 1.64656712e+00 - 8.18000000e+00 0.00000000e+00 1.00000000e+00 5.38669917e-02 8.26356993e-05 7.70860200e-01 1.64548508e+00 - 8.19000000e+00 0.00000000e+00 1.00000000e+00 5.49294120e-02 3.92754485e-05 7.72924298e-01 1.64465947e+00 - 8.20000000e+00 0.00000000e+00 1.00000000e+00 5.59181950e-02 9.47576737e-06 7.73600364e-01 1.64397851e+00 - 8.21000000e+00 0.00000000e+00 1.00000000e+00 5.68889028e-02 3.03365623e-06 7.72958447e-01 1.64330275e+00 - 8.22000000e+00 0.00000000e+00 1.00000000e+00 5.79121207e-02 2.19429831e-05 7.71401528e-01 1.64249459e+00 - 8.23000000e+00 0.00000000e+00 1.00000000e+00 5.90569340e-02 5.97920333e-05 7.69557584e-01 1.64145004e+00 - 8.24000000e+00 0.00000000e+00 1.00000000e+00 6.03752628e-02 1.04000735e-04 7.68140224e-01 1.64013044e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 6.18905437e-02 1.39970513e-04 7.67794597e-01 1.63857431e+00 - 8.26000000e+00 0.00000000e+00 1.00000000e+00 6.35939103e-02 1.55784531e-04 7.68944618e-01 1.63688251e+00 - 8.27000000e+00 0.00000000e+00 1.00000000e+00 6.54495322e-02 1.46096618e-04 7.71680740e-01 1.63517274e+00 - 8.28000000e+00 0.00000000e+00 1.00000000e+00 6.74083065e-02 1.13984413e-04 7.75733590e-01 1.63353204e+00 - 8.29000000e+00 0.00000000e+00 1.00000000e+00 6.94260940e-02 6.99813922e-05 7.80570231e-01 1.63196418e+00 - 8.30000000e+00 0.00000000e+00 1.00000000e+00 7.14800102e-02 2.85028349e-05 7.85619453e-01 1.63045350e+00 - 8.31000000e+00 0.00000000e+00 1.00000000e+00 7.35757844e-02 3.00744169e-06 7.90494079e-01 1.62894144e+00 - 8.32000000e+00 0.00000000e+00 1.00000000e+00 7.57424176e-02 1.63011893e-06 7.95169459e-01 1.62736565e+00 - 8.33000000e+00 0.00000000e+00 1.00000000e+00 7.80162440e-02 2.46008365e-05 7.99985257e-01 1.62568125e+00 - 8.34000000e+00 0.00000000e+00 1.00000000e+00 8.04215429e-02 6.41461060e-05 8.05477667e-01 1.62387020e+00 - 8.35000000e+00 0.00000000e+00 1.00000000e+00 8.29559216e-02 1.06973996e-04 8.12137748e-01 1.62199081e+00 - 8.36000000e+00 0.00000000e+00 1.00000000e+00 8.55855840e-02 1.38683245e-04 8.20227284e-01 1.62013264e+00 - 8.37000000e+00 0.00000000e+00 1.00000000e+00 8.82508107e-02 1.48607020e-04 8.29645482e-01 1.61843529e+00 - 8.38000000e+00 0.00000000e+00 1.00000000e+00 9.08785661e-02 1.33341480e-04 8.39913788e-01 1.61702260e+00 - 8.39000000e+00 0.00000000e+00 1.00000000e+00 9.33983260e-02 9.77780059e-05 8.50290510e-01 1.61598264e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 9.57575770e-02 5.34328323e-05 8.59937389e-01 1.61531219e+00 - 8.41000000e+00 0.00000000e+00 1.00000000e+00 9.79335173e-02 1.47112188e-05 8.68132895e-01 1.61495474e+00 - 8.42000000e+00 0.00000000e+00 1.00000000e+00 9.99374734e-02 -5.78017122e-06 8.74470096e-01 1.61481101e+00 - 8.43000000e+00 0.00000000e+00 1.00000000e+00 1.01809695e-01 -1.43714535e-06 8.78976533e-01 1.61478042e+00 - 8.44000000e+00 0.00000000e+00 1.00000000e+00 1.03605103e-01 2.61047607e-05 8.82102356e-01 1.61479593e+00 - 8.45000000e+00 0.00000000e+00 1.00000000e+00 1.05374289e-01 6.75574432e-05 8.84552129e-01 1.61482522e+00 - 8.46000000e+00 0.00000000e+00 1.00000000e+00 1.07146637e-01 1.09132548e-04 8.87040263e-01 1.61487645e+00 - 8.47000000e+00 0.00000000e+00 1.00000000e+00 1.08922330e-01 1.37075406e-04 8.90036279e-01 1.61499640e+00 - 8.48000000e+00 0.00000000e+00 1.00000000e+00 1.10676709e-01 1.42111207e-04 8.93606414e-01 1.61521496e+00 - 8.49000000e+00 0.00000000e+00 1.00000000e+00 1.12374954e-01 1.22483742e-04 8.97449721e-01 1.61558122e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.13990342e-01 8.45975775e-05 9.01051525e-01 1.61609720e+00 - 8.51000000e+00 0.00000000e+00 1.00000000e+00 1.15518342e-01 4.09307215e-05 9.03951265e-01 1.61671157e+00 - 8.52000000e+00 0.00000000e+00 1.00000000e+00 1.16981781e-01 5.85537201e-06 9.05931776e-01 1.61725310e+00 - 8.53000000e+00 0.00000000e+00 1.00000000e+00 1.18426646e-01 -9.15459208e-06 9.07137589e-01 1.61776996e+00 - 8.54000000e+00 0.00000000e+00 1.00000000e+00 1.19910929e-01 7.43901068e-07 9.08028064e-01 1.61811127e+00 - 8.55000000e+00 0.00000000e+00 1.00000000e+00 1.21489798e-01 3.22227585e-05 9.09302954e-01 1.61823296e+00 - 8.56000000e+00 0.00000000e+00 1.00000000e+00 1.23200419e-01 7.48211474e-05 9.11686896e-01 1.61812598e+00 - 8.57000000e+00 0.00000000e+00 1.00000000e+00 1.25050140e-01 1.14322917e-04 9.15779498e-01 1.61784245e+00 - 8.58000000e+00 0.00000000e+00 1.00000000e+00 1.27011887e-01 1.37512091e-04 9.21884088e-01 1.61749048e+00 - 8.59000000e+00 0.00000000e+00 1.00000000e+00 1.29029435e-01 1.36623815e-04 9.29866374e-01 1.61718315e+00 - 8.60000000e+00 0.00000000e+00 1.00000000e+00 1.31032088e-01 1.11873630e-04 9.39140367e-01 1.61700490e+00 - 8.61000000e+00 0.00000000e+00 1.00000000e+00 1.32954284e-01 7.12957129e-05 9.48770476e-01 1.61694633e+00 - 8.62000000e+00 0.00000000e+00 1.00000000e+00 1.34752966e-01 2.80957698e-05 9.57993034e-01 1.61709552e+00 - 8.63000000e+00 0.00000000e+00 1.00000000e+00 1.36416003e-01 -3.62905624e-06 9.66157337e-01 1.61734216e+00 - 8.64000000e+00 0.00000000e+00 1.00000000e+00 1.37958496e-01 -1.35286430e-05 9.73120179e-01 1.61766756e+00 - 8.65000000e+00 0.00000000e+00 1.00000000e+00 1.39409119e-01 1.52404800e-06 9.79151292e-01 1.61804376e+00 - 8.66000000e+00 0.00000000e+00 1.00000000e+00 1.40792750e-01 3.63704320e-05 9.84747286e-01 1.61847587e+00 - 8.67000000e+00 0.00000000e+00 1.00000000e+00 1.42116526e-01 7.93312416e-05 9.90386679e-01 1.61899192e+00 - 8.68000000e+00 0.00000000e+00 1.00000000e+00 1.43363865e-01 1.16136543e-04 9.96308277e-01 1.61964829e+00 - 8.69000000e+00 0.00000000e+00 1.00000000e+00 1.44497178e-01 1.34616409e-04 1.00242624e+00 1.62051843e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.45467412e-01 1.28647125e-04 1.00832140e+00 1.62168152e+00 - 8.71000000e+00 0.00000000e+00 1.00000000e+00 1.46227717e-01 1.00166027e-04 1.01334870e+00 1.62317253e+00 - 8.72000000e+00 0.00000000e+00 1.00000000e+00 1.46748116e-01 5.85687896e-05 1.01680524e+00 1.62495478e+00 - 8.73000000e+00 0.00000000e+00 1.00000000e+00 1.47027337e-01 1.76120853e-05 1.01815916e+00 1.62694783e+00 - 8.74000000e+00 0.00000000e+00 1.00000000e+00 1.47097554e-01 -9.18401298e-06 1.01724768e+00 1.62903361e+00 - 8.75000000e+00 0.00000000e+00 1.00000000e+00 1.47019072e-01 -1.30163211e-05 1.01437717e+00 1.63109693e+00 - 8.76000000e+00 0.00000000e+00 1.00000000e+00 1.46865465e-01 7.35922915e-06 1.01030520e+00 1.63305853e+00 - 8.77000000e+00 0.00000000e+00 1.00000000e+00 1.46703787e-01 4.52589607e-05 1.00600876e+00 1.63488741e+00 - 8.78000000e+00 0.00000000e+00 1.00000000e+00 1.46577065e-01 8.82457387e-05 1.00237586e+00 1.63658128e+00 - 8.79000000e+00 0.00000000e+00 1.00000000e+00 1.46495752e-01 1.22184584e-04 9.99963639e-01 1.63816156e+00 - 8.80000000e+00 0.00000000e+00 1.00000000e+00 1.46440989e-01 1.35906601e-04 9.98896458e-01 1.63968861e+00 - 8.81000000e+00 0.00000000e+00 1.00000000e+00 1.46377574e-01 1.24931572e-04 9.98882900e-01 1.64122215e+00 - 8.82000000e+00 0.00000000e+00 1.00000000e+00 1.46270716e-01 9.29527073e-05 9.98745433e-01 1.64041759e+00 - 8.83000000e+00 0.00000000e+00 1.00000000e+00 1.46100287e-01 5.06453292e-05 1.00079624e+00 1.64813529e+00 - 8.84000000e+00 0.00000000e+00 1.00000000e+00 1.45867853e-01 1.20260466e-05 9.99492992e-01 1.63956737e+00 - 8.85000000e+00 0.00000000e+00 1.00000000e+00 1.45595747e-01 -1.02434810e-05 9.96032523e-01 1.64886022e+00 - 8.86000000e+00 0.00000000e+00 1.00000000e+00 1.45319001e-01 -8.83654956e-06 1.00534905e+00 1.65181248e+00 - 8.87000000e+00 0.00000000e+00 1.00000000e+00 1.45072276e-01 1.57128188e-05 9.96734787e-01 1.64849205e+00 - 8.88000000e+00 0.00000000e+00 1.00000000e+00 1.44876370e-01 5.52442009e-05 9.98892972e-01 1.64973554e+00 - 8.89000000e+00 0.00000000e+00 1.00000000e+00 1.44726406e-01 9.67060380e-05 1.00073799e+00 1.65039866e+00 - 8.90000000e+00 0.00000000e+00 1.00000000e+00 1.44586463e-01 1.26456677e-04 1.00398165e+00 1.65105116e+00 - 8.91000000e+00 0.00000000e+00 1.00000000e+00 1.44394821e-01 1.34740599e-04 1.00827697e+00 1.65188884e+00 - 8.92000000e+00 0.00000000e+00 1.00000000e+00 1.44078985e-01 1.18892905e-04 1.01289884e+00 1.65301113e+00 - 8.93000000e+00 0.00000000e+00 1.00000000e+00 1.43575524e-01 8.42004599e-05 1.01686493e+00 1.65444039e+00 - 8.94000000e+00 0.00000000e+00 1.00000000e+00 1.42846963e-01 4.21612371e-05 1.01928455e+00 1.65614776e+00 - 8.95000000e+00 0.00000000e+00 1.00000000e+00 1.41889463e-01 6.67504055e-06 1.01960560e+00 1.65805118e+00 - 8.96000000e+00 0.00000000e+00 1.00000000e+00 1.40729766e-01 -1.05254623e-05 1.01776257e+00 1.66005598e+00 - 8.97000000e+00 0.00000000e+00 1.00000000e+00 1.39413550e-01 -3.72253236e-06 1.01417329e+00 1.66211595e+00 - 8.98000000e+00 0.00000000e+00 1.00000000e+00 1.37989105e-01 2.48969029e-05 1.00935883e+00 1.66408740e+00 - 8.99000000e+00 0.00000000e+00 1.00000000e+00 1.36492064e-01 6.59713612e-05 1.00407429e+00 1.66607550e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.34936981e-01 1.06051683e-04 9.98802516e-01 1.66809826e+00 - 9.01000000e+00 0.00000000e+00 1.00000000e+00 1.33317402e-01 1.32067760e-04 9.93729289e-01 1.67022223e+00 - 9.02000000e+00 0.00000000e+00 1.00000000e+00 1.31612266e-01 1.35647628e-04 9.88739158e-01 1.67250958e+00 - 9.03000000e+00 0.00000000e+00 1.00000000e+00 1.29797000e-01 1.15831407e-04 9.83472323e-01 1.67496089e+00 - 9.04000000e+00 0.00000000e+00 1.00000000e+00 1.27857631e-01 7.93510499e-05 9.77465810e-01 1.67757548e+00 - 9.05000000e+00 0.00000000e+00 1.00000000e+00 1.25803140e-01 3.84280981e-05 9.70377983e-01 1.68010995e+00 - 9.06000000e+00 0.00000000e+00 1.00000000e+00 1.23670660e-01 6.75909825e-06 9.62166852e-01 1.68249577e+00 - 9.07000000e+00 0.00000000e+00 1.00000000e+00 1.21520716e-01 -5.04723579e-06 9.53134089e-01 1.68458606e+00 - 9.08000000e+00 0.00000000e+00 1.00000000e+00 1.19422902e-01 7.02311664e-06 9.43938494e-01 1.68629148e+00 - 9.09000000e+00 0.00000000e+00 1.00000000e+00 1.17436692e-01 3.91082303e-05 9.35396459e-01 1.68758506e+00 - 9.10000000e+00 0.00000000e+00 1.00000000e+00 1.15595139e-01 8.07661185e-05 9.28235821e-01 1.68853028e+00 - 9.11000000e+00 0.00000000e+00 1.00000000e+00 1.13897390e-01 1.18406904e-04 9.22879367e-01 1.68923553e+00 - 9.12000000e+00 0.00000000e+00 1.00000000e+00 1.12311668e-01 1.39765255e-04 9.19350384e-01 1.68983850e+00 - 9.13000000e+00 0.00000000e+00 1.00000000e+00 1.10786971e-01 1.37946776e-04 9.17282806e-01 1.69044714e+00 - 9.14000000e+00 0.00000000e+00 1.00000000e+00 1.09269162e-01 1.13711570e-04 9.16062578e-01 1.69114042e+00 - 9.15000000e+00 0.00000000e+00 1.00000000e+00 1.07716026e-01 7.52171356e-05 9.14995468e-01 1.69190372e+00 - 9.16000000e+00 0.00000000e+00 1.00000000e+00 1.06106944e-01 3.52820343e-05 9.13519711e-01 1.69266927e+00 - 9.17000000e+00 0.00000000e+00 1.00000000e+00 1.04444837e-01 7.13956594e-06 9.11340271e-01 1.69334324e+00 - 9.18000000e+00 0.00000000e+00 1.00000000e+00 1.02750631e-01 1.15649231e-07 9.08474906e-01 1.69384437e+00 - 9.19000000e+00 0.00000000e+00 1.00000000e+00 1.01052285e-01 1.65849230e-05 9.05214469e-01 1.69417864e+00 - 9.20000000e+00 0.00000000e+00 1.00000000e+00 9.93711220e-02 5.11816794e-05 9.01971485e-01 1.69438850e+00 - 9.21000000e+00 0.00000000e+00 1.00000000e+00 9.77092623e-02 9.25721613e-05 8.99124179e-01 1.69458461e+00 - 9.22000000e+00 0.00000000e+00 1.00000000e+00 9.60433322e-02 1.27208650e-04 8.96839035e-01 1.69491292e+00 - 9.23000000e+00 0.00000000e+00 1.00000000e+00 9.43284523e-02 1.43805744e-04 8.94940576e-01 1.69552834e+00 - 9.24000000e+00 0.00000000e+00 1.00000000e+00 9.25119850e-02 1.37060086e-04 8.92916634e-01 1.69649127e+00 - 9.25000000e+00 0.00000000e+00 1.00000000e+00 9.05515956e-02 1.09376454e-04 8.90097020e-01 1.69779200e+00 - 9.26000000e+00 0.00000000e+00 1.00000000e+00 8.84305538e-02 7.00625998e-05 8.85880321e-01 1.69931587e+00 - 9.27000000e+00 0.00000000e+00 1.00000000e+00 8.61649799e-02 3.22621717e-05 8.79958216e-01 1.70089771e+00 - 9.28000000e+00 0.00000000e+00 1.00000000e+00 8.38009438e-02 8.62639004e-06 8.72408703e-01 1.70236746e+00 - 9.29000000e+00 0.00000000e+00 1.00000000e+00 8.14029265e-02 7.12874668e-06 8.63665498e-01 1.70358645e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 7.90379954e-02 2.84224490e-05 8.54376510e-01 1.70447995e+00 - 9.31000000e+00 0.00000000e+00 1.00000000e+00 7.67607005e-02 6.56435514e-05 8.45224449e-01 1.70505126e+00 - 9.32000000e+00 0.00000000e+00 1.00000000e+00 7.46026488e-02 1.06696334e-04 8.36782700e-01 1.70538834e+00 - 9.33000000e+00 0.00000000e+00 1.00000000e+00 7.25692701e-02 1.38239754e-04 8.29385528e-01 1.70560992e+00 - 9.34000000e+00 0.00000000e+00 1.00000000e+00 7.06444055e-02 1.50077115e-04 8.23081396e-01 1.70582460e+00 - 9.35000000e+00 0.00000000e+00 1.00000000e+00 6.88011939e-02 1.38519102e-04 8.17656679e-01 1.70607864e+00 - 9.36000000e+00 0.00000000e+00 1.00000000e+00 6.70161597e-02 1.07589263e-04 8.12729014e-01 1.70632763e+00 - 9.37000000e+00 0.00000000e+00 1.00000000e+00 6.52822699e-02 6.76718376e-05 8.07900278e-01 1.70644627e+00 - 9.38000000e+00 0.00000000e+00 1.00000000e+00 6.36159262e-02 3.20664396e-05 8.02926487e-01 1.70627945e+00 - 9.39000000e+00 0.00000000e+00 1.00000000e+00 6.20540418e-02 1.25990269e-05 7.97835694e-01 1.70569481e+00 - 9.40000000e+00 0.00000000e+00 1.00000000e+00 6.06415231e-02 1.57446761e-05 7.92939493e-01 1.70463588e+00 - 9.41000000e+00 0.00000000e+00 1.00000000e+00 5.94142099e-02 4.05217696e-05 7.88721825e-01 1.70313386e+00 - 9.42000000e+00 0.00000000e+00 1.00000000e+00 5.83842759e-02 7.88135164e-05 7.85669306e-01 1.70135249e+00 - 9.43000000e+00 0.00000000e+00 1.00000000e+00 5.75334294e-02 1.18009660e-04 7.84074208e-01 1.69947919e+00 - 9.44000000e+00 0.00000000e+00 1.00000000e+00 5.68157312e-02 1.45182223e-04 7.83932200e-01 1.69771321e+00 - 9.45000000e+00 0.00000000e+00 1.00000000e+00 5.61684519e-02 1.51402080e-04 7.84916707e-01 1.69620483e+00 - 9.46000000e+00 0.00000000e+00 1.00000000e+00 5.55273097e-02 1.34671106e-04 7.86454379e-01 1.69502116e+00 - 9.47000000e+00 0.00000000e+00 1.00000000e+00 5.48416093e-02 1.00555232e-04 7.87871598e-01 1.69411638e+00 - 9.48000000e+00 0.00000000e+00 1.00000000e+00 5.40850964e-02 6.03431268e-05 7.88571354e-01 1.69337037e+00 - 9.49000000e+00 0.00000000e+00 1.00000000e+00 5.32597911e-02 2.73243758e-05 7.88185109e-01 1.69262726e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 5.23919790e-02 1.24004126e-05 7.86649500e-01 1.69175999e+00 - 9.51000000e+00 0.00000000e+00 1.00000000e+00 5.15213479e-02 2.04940544e-05 7.84196244e-01 1.69072114e+00 - 9.52000000e+00 0.00000000e+00 1.00000000e+00 5.06862351e-02 4.89410607e-05 7.81250461e-01 1.68953946e+00 - 9.53000000e+00 0.00000000e+00 1.00000000e+00 4.99097393e-02 8.83716837e-05 7.78286050e-01 1.68833118e+00 - 9.54000000e+00 0.00000000e+00 1.00000000e+00 4.91919995e-02 1.25819274e-04 7.75637632e-01 1.68723535e+00 - 9.55000000e+00 0.00000000e+00 1.00000000e+00 4.85121107e-02 1.49004672e-04 7.73393380e-01 1.68637387e+00 - 9.56000000e+00 0.00000000e+00 1.00000000e+00 4.78393587e-02 1.50384426e-04 7.71359778e-01 1.68579827e+00 - 9.57000000e+00 0.00000000e+00 1.00000000e+00 4.71492136e-02 1.29626900e-04 7.69156894e-01 1.68546295e+00 - 9.58000000e+00 0.00000000e+00 1.00000000e+00 4.64373439e-02 9.37003429e-05 7.66391800e-01 1.68521610e+00 - 9.59000000e+00 0.00000000e+00 1.00000000e+00 4.57262883e-02 5.45452078e-05 7.62832760e-01 1.68485815e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 4.50630379e-02 2.51205081e-05 7.58519068e-01 1.68420331e+00 - 9.61000000e+00 0.00000000e+00 1.00000000e+00 4.45090205e-02 1.51518025e-05 7.53749111e-01 1.68311428e+00 - 9.62000000e+00 0.00000000e+00 1.00000000e+00 4.41257295e-02 2.79468171e-05 7.49019672e-01 1.68155570e+00 - 9.63000000e+00 0.00000000e+00 1.00000000e+00 4.39599906e-02 5.92961161e-05 7.44908241e-01 1.67959534e+00 - 9.64000000e+00 0.00000000e+00 1.00000000e+00 4.40329196e-02 9.88433517e-05 7.41942165e-01 1.67738816e+00 - 9.65000000e+00 0.00000000e+00 1.00000000e+00 4.43356891e-02 1.33500810e-04 7.40473449e-01 1.67512065e+00 - 9.66000000e+00 0.00000000e+00 1.00000000e+00 4.48333880e-02 1.51781626e-04 7.40575155e-01 1.67295620e+00 - 9.67000000e+00 0.00000000e+00 1.00000000e+00 4.54761188e-02 1.47621944e-04 7.42030822e-01 1.67096609e+00 - 9.68000000e+00 0.00000000e+00 1.00000000e+00 4.62143027e-02 1.22396564e-04 7.44388209e-01 1.66912266e+00 - 9.69000000e+00 0.00000000e+00 1.00000000e+00 4.70132898e-02 8.44136240e-05 7.47109547e-01 1.66731753e+00 - 9.70000000e+00 0.00000000e+00 1.00000000e+00 4.78618952e-02 4.61115403e-05 7.49758709e-01 1.66541684e+00 - 9.71000000e+00 0.00000000e+00 1.00000000e+00 4.87713468e-02 1.99713125e-05 7.52149457e-01 1.66331248e+00 - 9.72000000e+00 0.00000000e+00 1.00000000e+00 4.97650237e-02 1.44517990e-05 7.54388329e-01 1.66096249e+00 - 9.73000000e+00 0.00000000e+00 1.00000000e+00 5.08634037e-02 3.12091642e-05 7.56802267e-01 1.65844192e+00 - 9.74000000e+00 0.00000000e+00 1.00000000e+00 5.20705123e-02 6.45478772e-05 7.59760180e-01 1.65588454e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 5.33669587e-02 1.03309121e-04 7.63508819e-01 1.65347404e+00 - 9.76000000e+00 0.00000000e+00 1.00000000e+00 5.47114986e-02 1.34563257e-04 7.68044851e-01 1.65138406e+00 - 9.77000000e+00 0.00000000e+00 1.00000000e+00 5.60499885e-02 1.47892020e-04 7.73080473e-01 1.64972191e+00 - 9.78000000e+00 0.00000000e+00 1.00000000e+00 5.73287257e-02 1.38827711e-04 7.78106441e-01 1.64851205e+00 - 9.79000000e+00 0.00000000e+00 1.00000000e+00 5.85084725e-02 1.10297526e-04 7.82517666e-01 1.64765299e+00 - 9.80000000e+00 0.00000000e+00 1.00000000e+00 5.95753639e-02 7.16334706e-05 7.85789914e-01 1.64698338e+00 - 9.81000000e+00 0.00000000e+00 1.00000000e+00 6.05453792e-02 3.55034741e-05 7.87634243e-01 1.64631859e+00 - 9.82000000e+00 0.00000000e+00 1.00000000e+00 6.14605688e-02 1.37402292e-05 7.88089987e-01 1.64551370e+00 - 9.83000000e+00 0.00000000e+00 1.00000000e+00 6.23776801e-02 1.34274025e-05 7.87518378e-01 1.64450506e+00 - 9.84000000e+00 0.00000000e+00 1.00000000e+00 6.33524032e-02 3.45596401e-05 7.86497761e-01 1.64332061e+00 - 9.85000000e+00 0.00000000e+00 1.00000000e+00 6.44242788e-02 7.00648987e-05 7.85655477e-01 1.64205946e+00 - 9.86000000e+00 0.00000000e+00 1.00000000e+00 6.56076057e-02 1.08159418e-04 7.85485264e-01 1.64084858e+00 - 9.87000000e+00 0.00000000e+00 1.00000000e+00 6.68918254e-02 1.36228659e-04 7.86210648e-01 1.63979723e+00 - 9.88000000e+00 0.00000000e+00 1.00000000e+00 6.82510681e-02 1.44972405e-04 7.87747647e-01 1.63895571e+00 - 9.89000000e+00 0.00000000e+00 1.00000000e+00 6.96586218e-02 1.31462926e-04 7.89775134e-01 1.63826865e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 7.11003424e-02 1.00110231e-04 7.91916695e-01 1.63761869e+00 - 9.91000000e+00 0.00000000e+00 1.00000000e+00 7.25821586e-02 6.11925225e-05 7.93899621e-01 1.63685083e+00 - 9.92000000e+00 0.00000000e+00 1.00000000e+00 7.41296514e-02 2.74429837e-05 7.95682783e-01 1.63581700e+00 - 9.93000000e+00 0.00000000e+00 1.00000000e+00 7.57804840e-02 9.84201057e-06 7.97486028e-01 1.63443791e+00 - 9.94000000e+00 0.00000000e+00 1.00000000e+00 7.75722467e-02 1.40102127e-05 7.99735257e-01 1.63272647e+00 - 9.95000000e+00 0.00000000e+00 1.00000000e+00 7.95291670e-02 3.83788893e-05 8.02946027e-01 1.63078980e+00 - 9.96000000e+00 0.00000000e+00 1.00000000e+00 8.16514531e-02 7.47180016e-05 8.07574688e-01 1.62879665e+00 - 9.97000000e+00 0.00000000e+00 1.00000000e+00 8.39107323e-02 1.10848940e-04 8.13838045e-01 1.62690579e+00 - 9.98000000e+00 0.00000000e+00 1.00000000e+00 8.62536784e-02 1.34668255e-04 8.21652892e-01 1.62529873e+00 - 9.99000000e+00 0.00000000e+00 1.00000000e+00 8.86134332e-02 1.38157878e-04 8.30579866e-01 1.62403524e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 9.09255833e-02 1.20023865e-04 8.39923406e-01 1.62310863e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 4.88742201e-02 8.70678260e-05 7.35362909e-01 1.63415791e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S10 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S10 index 6b10fe1..f54f95a 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S10 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S10 @@ -49,54 +49,4 @@ 4.70000000e+00 0.00000000e+00 1.00000000e+00 2.04591596e-02 9.00908689e-05 7.12556604e-01 1.70011234e+00 4.80000000e+00 0.00000000e+00 1.00000000e+00 2.63726027e-02 8.58345205e-05 7.08514859e-01 1.68549118e+00 4.90000000e+00 0.00000000e+00 1.00000000e+00 4.42809256e-02 7.95312108e-05 7.46875376e-01 1.66185264e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.15440004e-02 7.50198865e-05 7.59802287e-01 1.63751243e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 9.24504443e-02 6.71685192e-05 8.43204132e-01 1.63188017e+00 - 5.20000000e+00 0.00000000e+00 1.00000000e+00 1.19210593e-01 6.18810761e-05 9.17646479e-01 1.61677261e+00 - 5.30000000e+00 0.00000000e+00 1.00000000e+00 1.38270235e-01 6.03723130e-05 9.51889888e-01 1.61299371e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.59256615e-01 5.71956155e-05 1.04896097e+00 1.62186279e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.62066282e-01 5.92672058e-05 1.04789732e+00 1.62128664e+00 - 5.60000000e+00 0.00000000e+00 1.00000000e+00 1.56925221e-01 6.28134859e-05 1.03252133e+00 1.63811613e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.47805964e-01 6.53231612e-05 1.04014209e+00 1.65463795e+00 - 5.80000000e+00 0.00000000e+00 1.00000000e+00 1.21772047e-01 7.18566257e-05 9.49507401e-01 1.67257467e+00 - 5.90000000e+00 0.00000000e+00 1.00000000e+00 9.92389146e-02 7.62612400e-05 9.01635042e-01 1.69529505e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 7.61877539e-02 7.97530553e-05 8.57294118e-01 1.70560744e+00 - 6.10000000e+00 0.00000000e+00 1.00000000e+00 4.98118794e-02 8.50203335e-05 7.79779052e-01 1.71255415e+00 - 6.20000000e+00 0.00000000e+00 1.00000000e+00 3.99034187e-02 8.48451345e-05 7.62314482e-01 1.71155525e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 3.28662411e-02 8.45724841e-05 7.40582142e-01 1.69442846e+00 - 6.40000000e+00 0.00000000e+00 1.00000000e+00 3.37984527e-02 8.34441424e-05 7.21632284e-01 1.67955895e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 5.16614884e-02 7.73372919e-05 7.65465520e-01 1.66463469e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 6.69852044e-02 7.39569645e-05 7.82553844e-01 1.64002979e+00 - 6.70000000e+00 0.00000000e+00 1.00000000e+00 9.02827592e-02 6.92564021e-05 8.31618728e-01 1.63303256e+00 - 6.80000000e+00 0.00000000e+00 1.00000000e+00 1.17215273e-01 6.34252982e-05 9.22156869e-01 1.62549387e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.31837855e-01 6.28094383e-05 9.38648714e-01 1.61618583e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.48680238e-01 6.06235331e-05 1.00611134e+00 1.62590521e+00 - 7.10000000e+00 0.00000000e+00 1.00000000e+00 1.54899143e-01 6.06577322e-05 1.03805371e+00 1.62779806e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.47047211e-01 6.50123230e-05 9.97044930e-01 1.63889467e+00 - 7.30000000e+00 0.00000000e+00 1.00000000e+00 1.40429010e-01 6.64417716e-05 1.01033754e+00 1.65723291e+00 - 7.40000000e+00 0.00000000e+00 1.00000000e+00 1.20156057e-01 7.14457932e-05 9.51418844e-01 1.66973639e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 9.69246157e-02 7.67886721e-05 8.84278196e-01 1.68946599e+00 - 7.60000000e+00 0.00000000e+00 1.00000000e+00 8.01995839e-02 7.84828812e-05 8.64403229e-01 1.70012656e+00 - 7.70000000e+00 0.00000000e+00 1.00000000e+00 5.70996370e-02 8.30071566e-05 7.96619198e-01 1.70263840e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 4.57896807e-02 8.37164159e-05 7.66725360e-01 1.70383779e+00 - 7.90000000e+00 0.00000000e+00 1.00000000e+00 4.35084728e-02 8.20979286e-05 7.66214372e-01 1.69116670e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 4.16063811e-02 8.18954510e-05 7.39803665e-01 1.67440695e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 5.63945577e-02 7.66517748e-05 7.72431718e-01 1.66497499e+00 - 8.20000000e+00 0.00000000e+00 1.00000000e+00 7.26745713e-02 7.21848615e-05 8.07125287e-01 1.64456416e+00 - 8.30000000e+00 0.00000000e+00 1.00000000e+00 8.89058801e-02 6.93379657e-05 8.26083979e-01 1.63331704e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 1.13988587e-01 6.30643421e-05 9.13114230e-01 1.63207017e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.27868245e-01 6.16323840e-05 9.38827801e-01 1.62156191e+00 - 8.60000000e+00 0.00000000e+00 1.00000000e+00 1.38907254e-01 6.12265147e-05 9.66354054e-01 1.62779072e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.47871188e-01 6.07574201e-05 1.02180788e+00 1.63450725e+00 - 8.80000000e+00 0.00000000e+00 1.00000000e+00 1.40079717e-01 6.59954085e-05 9.80387037e-01 1.63997916e+00 - 8.90000000e+00 0.00000000e+00 1.00000000e+00 1.32542562e-01 6.96142741e-05 9.74558055e-01 1.65806827e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.18949530e-01 7.34446248e-05 9.54360543e-01 1.66898206e+00 - 9.10000000e+00 0.00000000e+00 1.00000000e+00 9.59245715e-02 7.97073703e-05 8.77776391e-01 1.68329355e+00 - 9.20000000e+00 0.00000000e+00 1.00000000e+00 8.19327323e-02 8.10733890e-05 8.60541439e-01 1.69552338e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 6.45971742e-02 8.30495628e-05 8.17735298e-01 1.69533916e+00 - 9.40000000e+00 0.00000000e+00 1.00000000e+00 5.09802120e-02 8.41333000e-05 7.72613717e-01 1.69561538e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 5.14798196e-02 8.00715270e-05 7.82790503e-01 1.68871338e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 5.01277232e-02 7.84036360e-05 7.63534385e-01 1.67119423e+00 - 9.70000000e+00 0.00000000e+00 1.00000000e+00 5.96866582e-02 7.39468082e-05 7.74262875e-01 1.66287092e+00 - 9.80000000e+00 0.00000000e+00 1.00000000e+00 7.73254017e-02 6.78121486e-05 8.25458806e-01 1.64957185e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 8.93228595e-02 6.57697209e-05 8.31406732e-01 1.63458661e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.09739494e-01 6.16810454e-05 8.93742500e-01 1.63556864e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 6.15440004e-02 7.50198911e-05 7.59802294e-01 1.63751243e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S100 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S100 index 2de87cc..1ba89de 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S100 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S100 @@ -4,9 +4,4 @@ 2.00000000e+00 0.00000000e+00 1.00000000e+00 1.38657199e-01 4.97561362e-05 9.71324567e-01 1.18255174e+00 3.00000000e+00 0.00000000e+00 1.00000000e+00 -1.39449401e-01 8.07189359e-05 1.32107284e+00 4.63023571e-01 4.00000000e+00 0.00000000e+00 1.00000000e+00 3.65241184e-01 -2.25505959e-04 -5.99393030e+00 -7.94237234e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 -1.01904161e-01 -1.03495402e-05 2.08252628e+00 -7.83438543e-01 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 6.86433631e-02 1.09096366e-04 7.56147769e-01 2.02657883e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 3.45536822e-01 3.89983311e-05 2.14604774e+00 2.43981306e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 -2.18775949e-01 -4.43258987e-05 3.92169660e+00 -2.44971831e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 3.60791504e-01 -2.33126615e-04 -4.57584770e+00 -7.07696957e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 4.93718685e-02 2.74870304e-05 1.04890457e+00 5.56127773e-01 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 -1.01904156e-01 -1.03495774e-05 2.08252617e+00 -7.83438476e-01 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S25 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S25 index cf8ecc4..592f3af 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S25 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S25 @@ -19,24 +19,4 @@ 4.25000000e+00 0.00000000e+00 1.00000000e+00 8.27645796e-02 7.24736318e-05 8.82563270e-01 1.60160163e+00 4.50000000e+00 0.00000000e+00 1.00000000e+00 -1.16862450e-03 1.06812160e-04 7.41886989e-01 1.62955736e+00 4.75000000e+00 0.00000000e+00 1.00000000e+00 2.27244121e-03 7.97151136e-05 6.64188674e-01 1.68474848e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 8.54062911e-02 8.17452682e-05 8.05607674e-01 1.75874325e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.72374302e-01 7.97988803e-05 1.08863509e+00 1.75661890e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.89119235e-01 3.69922593e-05 1.16070379e+00 1.65232001e+00 - 5.75000000e+00 0.00000000e+00 1.00000000e+00 1.23909326e-01 5.57462858e-05 9.95142210e-01 1.59809361e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 3.79090590e-02 9.74315215e-05 8.20510142e-01 1.61733761e+00 - 6.25000000e+00 0.00000000e+00 1.00000000e+00 8.90964693e-03 7.85369323e-05 7.24874477e-01 1.65217540e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 5.85494733e-02 7.72547171e-05 7.63735305e-01 1.71405091e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 1.38441945e-01 8.76758671e-05 9.63947146e-01 1.74478276e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.76933949e-01 4.87769544e-05 1.08298831e+00 1.68294428e+00 - 7.25000000e+00 0.00000000e+00 1.00000000e+00 1.40165054e-01 5.00196073e-05 9.81630041e-01 1.61531225e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 6.29332986e-02 9.25671840e-05 8.26382505e-01 1.61779339e+00 - 7.75000000e+00 0.00000000e+00 1.00000000e+00 1.59251867e-02 8.37779375e-05 7.31053582e-01 1.64556175e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 3.91013264e-02 7.64506210e-05 7.23427557e-01 1.69623430e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 1.09790284e-01 8.97670694e-05 8.89618479e-01 1.73828761e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.65745384e-01 5.82054810e-05 1.08574711e+00 1.70850750e+00 - 8.75000000e+00 0.00000000e+00 1.00000000e+00 1.58774310e-01 4.38059594e-05 1.07495896e+00 1.63255516e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 9.81391271e-02 7.86999644e-05 9.25217082e-01 1.60978802e+00 - 9.25000000e+00 0.00000000e+00 1.00000000e+00 4.00555075e-02 8.11613617e-05 8.00360313e-01 1.62777833e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 3.42320264e-02 7.40615215e-05 7.42496073e-01 1.66472817e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 8.24834772e-02 8.93929936e-05 8.07180493e-01 1.71071076e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 1.39473077e-01 7.04072312e-05 9.60913054e-01 1.71375785e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 8.54062912e-02 8.17452680e-05 8.05607706e-01 1.75874327e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S250 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S250 index c0f4d04..4f8bb39 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S250 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S250 @@ -1,6 +1,4 @@ Time Coordinate0 Coordinate1 Displacement0 Displacement1 Force0 Force1 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.29427968e+00 -3.02282515e-14 2.50000000e+00 0.00000000e+00 1.00000000e+00 4.00546872e-01 2.79002484e-05 2.33033252e+00 2.14881969e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 -1.60159020e-01 -8.15206770e-05 3.24152128e+00 -3.54969163e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 2.88774713e-01 8.19818471e-05 1.35120193e+00 2.00758174e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 -5.58878124e-02 1.80865101e-05 1.31501180e+00 -6.13380463e-01 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 -1.60159020e-01 -8.15206770e-05 3.24152128e+00 -3.54969163e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S3 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S3 index 9d892cb..92ec2bd 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S3 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S3 @@ -166,171 +166,4 @@ 4.92000000e+00 0.00000000e+00 1.00000000e+00 3.59448378e-02 1.92753767e-04 7.26492316e-01 1.65472287e+00 4.95000000e+00 0.00000000e+00 1.00000000e+00 4.02294292e-02 5.58842866e-05 7.29186922e-01 1.64606446e+00 4.98000000e+00 0.00000000e+00 1.00000000e+00 4.52028608e-02 -1.51547781e-05 7.36850218e-01 1.63856153e+00 - 5.01000000e+00 0.00000000e+00 1.00000000e+00 5.06175253e-02 1.43439464e-04 7.44871978e-01 1.63410994e+00 - 5.04000000e+00 0.00000000e+00 1.00000000e+00 5.72828602e-02 1.54901369e-04 7.54663092e-01 1.62736726e+00 - 5.07000000e+00 0.00000000e+00 1.00000000e+00 6.50671171e-02 -1.12782918e-05 7.72442220e-01 1.61859492e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 7.27291875e-02 3.13488493e-05 7.93494818e-01 1.61351919e+00 - 5.13000000e+00 0.00000000e+00 1.00000000e+00 8.02677314e-02 1.77380413e-04 8.11238923e-01 1.61073705e+00 - 5.16000000e+00 0.00000000e+00 1.00000000e+00 8.81700365e-02 7.89747734e-05 8.29207021e-01 1.60591530e+00 - 5.19000000e+00 0.00000000e+00 1.00000000e+00 9.58321745e-02 -3.59916472e-05 8.49245257e-01 1.60241727e+00 - 5.22000000e+00 0.00000000e+00 1.00000000e+00 1.02723764e-01 9.89389168e-05 8.64807175e-01 1.60304511e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.09812227e-01 1.62601934e-04 8.78186552e-01 1.60303383e+00 - 5.28000000e+00 0.00000000e+00 1.00000000e+00 1.17390805e-01 2.29374649e-06 8.97366113e-01 1.60041023e+00 - 5.31000000e+00 0.00000000e+00 1.00000000e+00 1.24597499e-01 -8.08761947e-06 9.20206654e-01 1.60025160e+00 - 5.34000000e+00 0.00000000e+00 1.00000000e+00 1.31273794e-01 1.51864514e-04 9.40520734e-01 1.60227960e+00 - 5.37000000e+00 0.00000000e+00 1.00000000e+00 1.37992618e-01 1.02337319e-04 9.62542795e-01 1.60206679e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.44015453e-01 -4.29113961e-05 9.86685493e-01 1.60195180e+00 - 5.43000000e+00 0.00000000e+00 1.00000000e+00 1.48470710e-01 5.49707893e-05 1.00389276e+00 1.60629158e+00 - 5.46000000e+00 0.00000000e+00 1.00000000e+00 1.51943696e-01 1.63232180e-04 1.01301399e+00 1.61142746e+00 - 5.49000000e+00 0.00000000e+00 1.00000000e+00 1.54992077e-01 2.61146678e-05 1.02202326e+00 1.61424060e+00 - 5.52000000e+00 0.00000000e+00 1.00000000e+00 1.56995913e-01 -3.42673278e-05 1.03009707e+00 1.61898628e+00 - 5.55000000e+00 0.00000000e+00 1.00000000e+00 1.57996345e-01 1.23314855e-04 1.03294880e+00 1.62635233e+00 - 5.58000000e+00 0.00000000e+00 1.00000000e+00 1.58921171e-01 1.27725582e-04 1.03688893e+00 1.63094043e+00 - 5.61000000e+00 0.00000000e+00 1.00000000e+00 1.59464896e-01 -3.10090047e-05 1.04003076e+00 1.63471005e+00 - 5.64000000e+00 0.00000000e+00 1.00000000e+00 1.58676415e-01 2.08143252e-05 1.04938350e+00 1.63832941e+00 - 5.67000000e+00 0.00000000e+00 1.00000000e+00 1.56800085e-01 1.61281495e-04 1.04938595e+00 1.64760137e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.54339731e-01 6.07474979e-05 1.04595136e+00 1.65217791e+00 - 5.73000000e+00 0.00000000e+00 1.00000000e+00 1.50588463e-01 -4.21942833e-05 1.03909270e+00 1.65857704e+00 - 5.76000000e+00 0.00000000e+00 1.00000000e+00 1.45465360e-01 9.66927698e-05 1.02379418e+00 1.66882545e+00 - 5.79000000e+00 0.00000000e+00 1.00000000e+00 1.40048334e-01 1.53288848e-04 1.00522770e+00 1.67666880e+00 - 5.82000000e+00 0.00000000e+00 1.00000000e+00 1.34664909e-01 -1.85746812e-06 9.91056978e-01 1.68131285e+00 - 5.85000000e+00 0.00000000e+00 1.00000000e+00 1.28616075e-01 -2.66796443e-07 9.77194583e-01 1.68821146e+00 - 5.88000000e+00 0.00000000e+00 1.00000000e+00 1.22257871e-01 1.57141800e-04 9.61146472e-01 1.69540498e+00 - 5.91000000e+00 0.00000000e+00 1.00000000e+00 1.16158191e-01 1.03281804e-04 9.47595855e-01 1.69843755e+00 - 5.94000000e+00 0.00000000e+00 1.00000000e+00 1.09640778e-01 -3.14033508e-05 9.35757224e-01 1.70151319e+00 - 5.97000000e+00 0.00000000e+00 1.00000000e+00 1.02126252e-01 7.32621486e-05 9.18146733e-01 1.70834403e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 9.44674145e-02 1.74549262e-04 8.96088268e-01 1.71367513e+00 - 6.03000000e+00 0.00000000e+00 1.00000000e+00 8.70891987e-02 3.87690602e-05 8.75667051e-01 1.71557466e+00 - 6.06000000e+00 0.00000000e+00 1.00000000e+00 7.94969757e-02 -9.92518060e-06 8.55710079e-01 1.71911597e+00 - 6.09000000e+00 0.00000000e+00 1.00000000e+00 7.21040273e-02 1.46950488e-04 8.34269625e-01 1.72300292e+00 - 6.12000000e+00 0.00000000e+00 1.00000000e+00 6.58799629e-02 1.44202143e-04 8.16414055e-01 1.72178842e+00 - 6.15000000e+00 0.00000000e+00 1.00000000e+00 6.04662740e-02 -7.85235848e-06 8.04995949e-01 1.71849615e+00 - 6.18000000e+00 0.00000000e+00 1.00000000e+00 5.51161677e-02 5.11907562e-05 7.94599176e-01 1.71769522e+00 - 6.21000000e+00 0.00000000e+00 1.00000000e+00 5.03297931e-02 1.84278063e-04 7.82953399e-01 1.71570446e+00 - 6.24000000e+00 0.00000000e+00 1.00000000e+00 4.63602701e-02 8.05728608e-05 7.73357233e-01 1.71054790e+00 - 6.27000000e+00 0.00000000e+00 1.00000000e+00 4.24823435e-02 -1.36310815e-05 7.64792717e-01 1.70712611e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 3.87434634e-02 1.24808393e-04 7.53216259e-01 1.70557078e+00 - 6.33000000e+00 0.00000000e+00 1.00000000e+00 3.62378261e-02 1.71685397e-04 7.41652213e-01 1.70055912e+00 - 6.36000000e+00 0.00000000e+00 1.00000000e+00 3.49541835e-02 1.84253192e-05 7.35087090e-01 1.69327202e+00 - 6.39000000e+00 0.00000000e+00 1.00000000e+00 3.43304976e-02 2.62104592e-05 7.31720835e-01 1.68774175e+00 - 6.42000000e+00 0.00000000e+00 1.00000000e+00 3.47865690e-02 1.75941497e-04 7.29287658e-01 1.68148851e+00 - 6.45000000e+00 0.00000000e+00 1.00000000e+00 3.67051825e-02 1.14349228e-04 7.31294716e-01 1.67217463e+00 - 6.48000000e+00 0.00000000e+00 1.00000000e+00 3.91229193e-02 -1.49667646e-05 7.37559490e-01 1.66404947e+00 - 6.51000000e+00 0.00000000e+00 1.00000000e+00 4.15825938e-02 8.99039278e-05 7.42160758e-01 1.65888483e+00 - 6.54000000e+00 0.00000000e+00 1.00000000e+00 4.47664001e-02 1.79741477e-04 7.45019173e-01 1.65275027e+00 - 6.57000000e+00 0.00000000e+00 1.00000000e+00 4.87199313e-02 4.14443859e-05 7.50254948e-01 1.64551448e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 5.28075849e-02 -1.59255978e-06 7.56247854e-01 1.64067689e+00 - 6.63000000e+00 0.00000000e+00 1.00000000e+00 5.75020021e-02 1.49005883e-04 7.61410881e-01 1.63657552e+00 - 6.66000000e+00 0.00000000e+00 1.00000000e+00 6.35051132e-02 1.36020761e-04 7.70976707e-01 1.62996837e+00 - 6.69000000e+00 0.00000000e+00 1.00000000e+00 7.01446059e-02 -1.29062431e-05 7.86803584e-01 1.62347385e+00 - 6.72000000e+00 0.00000000e+00 1.00000000e+00 7.67458011e-02 4.86537992e-05 8.03540186e-01 1.61963599e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 8.37071802e-02 1.71352060e-04 8.20285486e-01 1.61582694e+00 - 6.78000000e+00 0.00000000e+00 1.00000000e+00 9.09326204e-02 6.27479091e-05 8.39737716e-01 1.61115761e+00 - 6.81000000e+00 0.00000000e+00 1.00000000e+00 9.74657340e-02 -2.50716409e-05 8.57528344e-01 1.60921866e+00 - 6.84000000e+00 0.00000000e+00 1.00000000e+00 1.03463636e-01 1.10779626e-04 8.70254173e-01 1.60968042e+00 - 6.87000000e+00 0.00000000e+00 1.00000000e+00 1.09739482e-01 1.47476074e-04 8.83212195e-01 1.60880745e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.16039514e-01 -3.67018184e-06 8.99626133e-01 1.60753773e+00 - 6.93000000e+00 0.00000000e+00 1.00000000e+00 1.21814094e-01 1.02167211e-05 9.15404597e-01 1.60863466e+00 - 6.96000000e+00 0.00000000e+00 1.00000000e+00 1.27622981e-01 1.53136231e-04 9.31758697e-01 1.60975364e+00 - 6.99000000e+00 0.00000000e+00 1.00000000e+00 1.33551682e-01 8.60108785e-05 9.52573745e-01 1.60901817e+00 - 7.02000000e+00 0.00000000e+00 1.00000000e+00 1.38590526e-01 -3.56064182e-05 9.73154729e-01 1.60991610e+00 - 7.05000000e+00 0.00000000e+00 1.00000000e+00 1.42416985e-01 7.17123413e-05 9.87119873e-01 1.61368186e+00 - 7.08000000e+00 0.00000000e+00 1.00000000e+00 1.45688997e-01 1.53240817e-04 9.97870501e-01 1.61694909e+00 - 7.11000000e+00 0.00000000e+00 1.00000000e+00 1.48189901e-01 1.62877292e-05 1.00726591e+00 1.61983174e+00 - 7.14000000e+00 0.00000000e+00 1.00000000e+00 1.49419629e-01 -1.73513186e-05 1.01103288e+00 1.62541082e+00 - 7.17000000e+00 0.00000000e+00 1.00000000e+00 1.50053804e-01 1.30833310e-04 1.01119040e+00 1.63160352e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.50711985e-01 1.12173928e-04 1.01321920e+00 1.64008574e+00 - 7.23000000e+00 0.00000000e+00 1.00000000e+00 1.50730545e-01 -2.85826924e-05 1.02062195e+00 1.63868888e+00 - 7.26000000e+00 0.00000000e+00 1.00000000e+00 1.49746799e-01 3.98040312e-05 1.01901550e+00 1.64370009e+00 - 7.29000000e+00 0.00000000e+00 1.00000000e+00 1.48325159e-01 1.56341828e-04 1.02198372e+00 1.65007688e+00 - 7.32000000e+00 0.00000000e+00 1.00000000e+00 1.46236589e-01 4.79256689e-05 1.02184009e+00 1.65370659e+00 - 7.35000000e+00 0.00000000e+00 1.00000000e+00 1.42718648e-01 -2.86815518e-05 1.01523637e+00 1.66033691e+00 - 7.38000000e+00 0.00000000e+00 1.00000000e+00 1.38192714e-01 1.08405198e-04 1.00133207e+00 1.66864649e+00 - 7.41000000e+00 0.00000000e+00 1.00000000e+00 1.33520252e-01 1.39069302e-04 9.87152459e-01 1.67457331e+00 - 7.44000000e+00 0.00000000e+00 1.00000000e+00 1.28405079e-01 -5.40854899e-06 9.73522209e-01 1.68004410e+00 - 7.47000000e+00 0.00000000e+00 1.00000000e+00 1.22698532e-01 1.80982226e-05 9.57661786e-01 1.68701965e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 1.17172487e-01 1.56915590e-04 9.42957708e-01 1.69204728e+00 - 7.53000000e+00 0.00000000e+00 1.00000000e+00 1.11932147e-01 8.75158045e-05 9.32821663e-01 1.69425168e+00 - 7.56000000e+00 0.00000000e+00 1.00000000e+00 1.06085427e-01 -2.35352212e-05 9.21800627e-01 1.69790600e+00 - 7.59000000e+00 0.00000000e+00 1.00000000e+00 9.96946040e-02 8.77342800e-05 9.06462438e-01 1.70289804e+00 - 7.62000000e+00 0.00000000e+00 1.00000000e+00 9.34167428e-02 1.62437050e-04 8.90373774e-01 1.70566901e+00 - 7.65000000e+00 0.00000000e+00 1.00000000e+00 8.69901224e-02 2.87374027e-05 8.74253489e-01 1.70791681e+00 - 7.68000000e+00 0.00000000e+00 1.00000000e+00 8.01327902e-02 5.13769927e-06 8.54933337e-01 1.71197240e+00 - 7.71000000e+00 0.00000000e+00 1.00000000e+00 7.37608565e-02 1.50519972e-04 8.35227979e-01 1.71421356e+00 - 7.74000000e+00 0.00000000e+00 1.00000000e+00 6.84019508e-02 1.26394667e-04 8.20327673e-01 1.71285368e+00 - 7.77000000e+00 0.00000000e+00 1.00000000e+00 6.34474788e-02 -6.96793772e-06 8.08932436e-01 1.71149285e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 5.88342118e-02 6.64828857e-05 7.97955824e-01 1.71044539e+00 - 7.83000000e+00 0.00000000e+00 1.00000000e+00 5.51421890e-02 1.75474089e-04 7.89226926e-01 1.70682322e+00 - 7.86000000e+00 0.00000000e+00 1.00000000e+00 5.19826418e-02 6.54518099e-05 7.83299023e-01 1.70244834e+00 - 7.89000000e+00 0.00000000e+00 1.00000000e+00 4.86591929e-02 -3.05376499e-06 7.75682026e-01 1.70022190e+00 - 7.92000000e+00 0.00000000e+00 1.00000000e+00 4.57428393e-02 1.32115027e-04 7.65668928e-01 1.69762774e+00 - 7.95000000e+00 0.00000000e+00 1.00000000e+00 4.38491354e-02 1.54116618e-04 7.57344348e-01 1.69270401e+00 - 7.98000000e+00 0.00000000e+00 1.00000000e+00 4.25765871e-02 1.26761822e-05 7.51473425e-01 1.68800420e+00 - 8.01000000e+00 0.00000000e+00 1.00000000e+00 4.18907993e-02 4.10658427e-05 7.46122387e-01 1.68373624e+00 - 8.04000000e+00 0.00000000e+00 1.00000000e+00 4.25750223e-02 1.71910418e-04 7.43765417e-01 1.67713178e+00 - 8.07000000e+00 0.00000000e+00 1.00000000e+00 4.44257785e-02 9.66319709e-05 7.47002495e-01 1.66929832e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 4.65595522e-02 -8.85582400e-06 7.52242981e-01 1.66317803e+00 - 8.13000000e+00 0.00000000e+00 1.00000000e+00 4.90660269e-02 1.01354747e-04 7.56503515e-01 1.65765926e+00 - 8.16000000e+00 0.00000000e+00 1.00000000e+00 5.23638174e-02 1.65605683e-04 7.62088227e-01 1.65122183e+00 - 8.19000000e+00 0.00000000e+00 1.00000000e+00 5.58676755e-02 3.10387807e-05 7.68522555e-01 1.64590354e+00 - 8.22000000e+00 0.00000000e+00 1.00000000e+00 5.93359685e-02 1.23465057e-05 7.72645830e-01 1.64237175e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 6.35840569e-02 1.50954013e-04 7.77142399e-01 1.63801721e+00 - 8.28000000e+00 0.00000000e+00 1.00000000e+00 6.88191547e-02 1.18404481e-04 7.86504228e-01 1.63257810e+00 - 8.31000000e+00 0.00000000e+00 1.00000000e+00 7.43147172e-02 -1.10769266e-05 7.98747132e-01 1.62827756e+00 - 8.34000000e+00 0.00000000e+00 1.00000000e+00 8.00879719e-02 6.37600004e-05 8.11763636e-01 1.62464737e+00 - 8.37000000e+00 0.00000000e+00 1.00000000e+00 8.65159665e-02 1.62952973e-04 8.28488993e-01 1.62024883e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 9.28972997e-02 4.98179970e-05 8.47412810e-01 1.61661602e+00 - 8.43000000e+00 0.00000000e+00 1.00000000e+00 9.85490435e-02 -1.26366210e-05 8.62527072e-01 1.61544318e+00 - 8.46000000e+00 0.00000000e+00 1.00000000e+00 1.03983882e-01 1.19055415e-04 8.74655160e-01 1.61493675e+00 - 8.49000000e+00 0.00000000e+00 1.00000000e+00 1.09525925e-01 1.32247861e-04 8.88098331e-01 1.61399408e+00 - 8.52000000e+00 0.00000000e+00 1.00000000e+00 1.14602593e-01 -6.05721567e-06 9.00628719e-01 1.61427546e+00 - 8.55000000e+00 0.00000000e+00 1.00000000e+00 1.19336672e-01 2.72371454e-05 9.11263500e-01 1.61557542e+00 - 8.58000000e+00 0.00000000e+00 1.00000000e+00 1.24398567e-01 1.51059533e-04 9.25364509e-01 1.61585036e+00 - 8.61000000e+00 0.00000000e+00 1.00000000e+00 1.29406845e-01 7.18922262e-05 9.43602096e-01 1.61573018e+00 - 8.64000000e+00 0.00000000e+00 1.00000000e+00 1.33530133e-01 -2.59814043e-05 9.59264606e-01 1.61731590e+00 - 8.67000000e+00 0.00000000e+00 1.00000000e+00 1.37010553e-01 8.52478792e-05 9.71947706e-01 1.61978488e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.40054724e-01 1.41860528e-04 9.84483588e-01 1.62187442e+00 - 8.73000000e+00 0.00000000e+00 1.00000000e+00 1.42004901e-01 9.90457033e-06 9.92798344e-01 1.62530820e+00 - 8.76000000e+00 0.00000000e+00 1.00000000e+00 1.42789145e-01 -5.90824651e-07 9.93892169e-01 1.63065867e+00 - 8.79000000e+00 0.00000000e+00 1.00000000e+00 1.43286027e-01 1.34532240e-04 9.94149521e-01 1.63539280e+00 - 8.82000000e+00 0.00000000e+00 1.00000000e+00 1.43561924e-01 9.75689296e-05 9.96016725e-01 1.64206451e+00 - 8.85000000e+00 0.00000000e+00 1.00000000e+00 1.43057672e-01 -2.37219793e-05 1.00032600e+00 1.64151805e+00 - 8.88000000e+00 0.00000000e+00 1.00000000e+00 1.42064603e-01 5.61050579e-05 9.93552439e-01 1.64776030e+00 - 8.91000000e+00 0.00000000e+00 1.00000000e+00 1.40951295e-01 1.49447398e-04 9.99236586e-01 1.65215386e+00 - 8.94000000e+00 0.00000000e+00 1.00000000e+00 1.39010282e-01 3.79605512e-05 9.99880873e-01 1.65594126e+00 - 8.97000000e+00 0.00000000e+00 1.00000000e+00 1.35817139e-01 -1.46309632e-05 9.93201759e-01 1.66196400e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.32051052e-01 1.16688088e-04 9.82930798e-01 1.66789482e+00 - 9.03000000e+00 0.00000000e+00 1.00000000e+00 1.27936093e-01 1.25089404e-04 9.72412786e-01 1.67303278e+00 - 9.06000000e+00 0.00000000e+00 1.00000000e+00 1.23056529e-01 -6.06791060e-06 9.58405192e-01 1.67910580e+00 - 9.09000000e+00 0.00000000e+00 1.00000000e+00 1.17836331e-01 3.46479112e-05 9.41983996e-01 1.68508379e+00 - 9.12000000e+00 0.00000000e+00 1.00000000e+00 1.13045140e-01 1.53933147e-04 9.29602705e-01 1.68857136e+00 - 9.15000000e+00 0.00000000e+00 1.00000000e+00 1.08286870e-01 7.40958731e-05 9.20337889e-01 1.69123966e+00 - 9.18000000e+00 0.00000000e+00 1.00000000e+00 1.03045322e-01 -1.40627357e-05 9.08943065e-01 1.69483963e+00 - 9.21000000e+00 0.00000000e+00 1.00000000e+00 9.77612143e-02 9.90680837e-05 8.96686101e-01 1.69754763e+00 - 9.24000000e+00 0.00000000e+00 1.00000000e+00 9.25947540e-02 1.49721131e-04 8.85826117e-01 1.69908771e+00 - 9.27000000e+00 0.00000000e+00 1.00000000e+00 8.69188977e-02 2.20195904e-05 8.72103284e-01 1.70191866e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 8.09432607e-02 1.96469868e-05 8.54300450e-01 1.70511386e+00 - 9.33000000e+00 0.00000000e+00 1.00000000e+00 7.55647878e-02 1.50986714e-04 8.37932737e-01 1.70595081e+00 - 9.36000000e+00 0.00000000e+00 1.00000000e+00 7.07772325e-02 1.10240882e-04 8.24960321e-01 1.70561991e+00 - 9.39000000e+00 0.00000000e+00 1.00000000e+00 6.61969964e-02 -3.52185870e-06 8.12488468e-01 1.70550557e+00 - 9.42000000e+00 0.00000000e+00 1.00000000e+00 6.23299659e-02 7.93694387e-05 8.01791706e-01 1.70350012e+00 - 9.45000000e+00 0.00000000e+00 1.00000000e+00 5.94423680e-02 1.65199710e-04 7.95843528e-01 1.69951330e+00 - 9.48000000e+00 0.00000000e+00 1.00000000e+00 5.67758691e-02 5.35963258e-05 7.91371015e-01 1.69647353e+00 - 9.51000000e+00 0.00000000e+00 1.00000000e+00 5.40810021e-02 8.35529618e-06 7.84435291e-01 1.69414724e+00 - 9.54000000e+00 0.00000000e+00 1.00000000e+00 5.19980104e-02 1.36424576e-04 7.77417699e-01 1.69041786e+00 - 9.57000000e+00 0.00000000e+00 1.00000000e+00 5.05282218e-02 1.37327162e-04 7.72086476e-01 1.68653155e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 4.92509031e-02 1.02028251e-05 7.65852996e-01 1.68368700e+00 - 9.63000000e+00 0.00000000e+00 1.00000000e+00 4.87121734e-02 5.45711246e-05 7.59737260e-01 1.67950920e+00 - 9.66000000e+00 0.00000000e+00 1.00000000e+00 4.94914231e-02 1.65580984e-04 7.58334858e-01 1.67333824e+00 - 9.69000000e+00 0.00000000e+00 1.00000000e+00 5.10475965e-02 8.15743691e-05 7.61167507e-01 1.66764110e+00 - 9.72000000e+00 0.00000000e+00 1.00000000e+00 5.29363044e-02 -7.98274376e-07 7.64462840e-01 1.66249220e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 5.55717899e-02 1.10143470e-04 7.69443422e-01 1.65634315e+00 - 9.78000000e+00 0.00000000e+00 1.00000000e+00 5.87911411e-02 1.51147842e-04 7.77231646e-01 1.65058914e+00 - 9.81000000e+00 0.00000000e+00 1.00000000e+00 6.18673145e-02 2.41399262e-05 7.83433229e-01 1.64682392e+00 - 9.84000000e+00 0.00000000e+00 1.00000000e+00 6.50175679e-02 2.60878716e-05 7.86811275e-01 1.64334471e+00 - 9.87000000e+00 0.00000000e+00 1.00000000e+00 6.89302793e-02 1.50062207e-04 7.92242901e-01 1.63900482e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 7.33204314e-02 1.02418669e-04 8.00528729e-01 1.63536302e+00 - 9.93000000e+00 0.00000000e+00 1.00000000e+00 7.78450865e-02 -6.63312553e-06 8.08771300e-01 1.63242995e+00 - 9.96000000e+00 0.00000000e+00 1.00000000e+00 8.29893947e-02 7.65845578e-05 8.19590495e-01 1.62853189e+00 - 9.99000000e+00 0.00000000e+00 1.00000000e+00 8.87553238e-02 1.52920716e-04 8.35837213e-01 1.62449721e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 9.06551669e-02 1.29630845e-04 8.42520090e-01 1.62382656e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 4.87222546e-02 8.52431795e-05 7.41071772e-01 1.63209750e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S5 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S5 index ae86192..180b0f2 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S5 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S5 @@ -99,104 +99,4 @@ 4.85000000e+00 0.00000000e+00 1.00000000e+00 3.15992929e-02 8.07262553e-05 7.23863808e-01 1.66896304e+00 4.90000000e+00 0.00000000e+00 1.00000000e+00 3.67150458e-02 7.32444543e-05 7.31423876e-01 1.65687069e+00 4.95000000e+00 0.00000000e+00 1.00000000e+00 4.33293007e-02 1.11010861e-04 7.36532071e-01 1.64552930e+00 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.22239762e-02 3.82123806e-05 7.45853501e-01 1.63523428e+00 - 5.05000000e+00 0.00000000e+00 1.00000000e+00 6.41445927e-02 1.33247499e-04 7.68322658e-01 1.62553494e+00 - 5.10000000e+00 0.00000000e+00 1.00000000e+00 7.82005759e-02 9.26607715e-06 8.05563801e-01 1.61382927e+00 - 5.15000000e+00 0.00000000e+00 1.00000000e+00 9.11878609e-02 1.42566845e-04 8.39726434e-01 1.60798542e+00 - 5.20000000e+00 0.00000000e+00 1.00000000e+00 1.03519980e-01 -5.08344927e-06 8.69214283e-01 1.60195304e+00 - 5.25000000e+00 0.00000000e+00 1.00000000e+00 1.14165176e-01 1.39267085e-04 8.88022581e-01 1.60386749e+00 - 5.30000000e+00 0.00000000e+00 1.00000000e+00 1.26454625e-01 -3.35556339e-06 9.22041556e-01 1.60162668e+00 - 5.35000000e+00 0.00000000e+00 1.00000000e+00 1.37519904e-01 1.20929691e-04 9.58434377e-01 1.60471475e+00 - 5.40000000e+00 0.00000000e+00 1.00000000e+00 1.47927887e-01 1.18464553e-05 1.00249356e+00 1.60363846e+00 - 5.45000000e+00 0.00000000e+00 1.00000000e+00 1.53484359e-01 9.27024308e-05 1.01999910e+00 1.61059205e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 1.56997960e-01 3.97523750e-05 1.02984605e+00 1.61651747e+00 - 5.55000000e+00 0.00000000e+00 1.00000000e+00 1.57775723e-01 6.07762718e-05 1.02823481e+00 1.62777272e+00 - 5.60000000e+00 0.00000000e+00 1.00000000e+00 1.58626132e-01 7.24045000e-05 1.04075059e+00 1.63493751e+00 - 5.65000000e+00 0.00000000e+00 1.00000000e+00 1.56926945e-01 2.92924919e-05 1.04821662e+00 1.64357413e+00 - 5.70000000e+00 0.00000000e+00 1.00000000e+00 1.52274182e-01 1.03176498e-04 1.04484046e+00 1.65304030e+00 - 5.75000000e+00 0.00000000e+00 1.00000000e+00 1.43857332e-01 7.13290885e-06 1.01964442e+00 1.66539475e+00 - 5.80000000e+00 0.00000000e+00 1.00000000e+00 1.33540877e-01 1.28136149e-04 9.85794747e-01 1.68024711e+00 - 5.85000000e+00 0.00000000e+00 1.00000000e+00 1.23540664e-01 -1.75020199e-06 9.60138077e-01 1.68954009e+00 - 5.90000000e+00 0.00000000e+00 1.00000000e+00 1.13181254e-01 1.39872439e-04 9.39188637e-01 1.69958124e+00 - 5.95000000e+00 0.00000000e+00 1.00000000e+00 1.02598649e-01 2.99309516e-06 9.20886883e-01 1.70321859e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 8.93655471e-02 1.37849147e-04 8.85522413e-01 1.71407592e+00 - 6.05000000e+00 0.00000000e+00 1.00000000e+00 7.67481798e-02 2.35337315e-05 8.49767691e-01 1.71783486e+00 - 6.10000000e+00 0.00000000e+00 1.00000000e+00 6.45777471e-02 1.23891096e-04 8.13583755e-01 1.72488675e+00 - 6.15000000e+00 0.00000000e+00 1.00000000e+00 5.63950669e-02 5.34472305e-05 7.95632950e-01 1.71922709e+00 - 6.20000000e+00 0.00000000e+00 1.00000000e+00 4.89044402e-02 9.81579999e-05 7.80728091e-01 1.71672457e+00 - 6.25000000e+00 0.00000000e+00 1.00000000e+00 4.32209267e-02 8.64734636e-05 7.69510734e-01 1.70783965e+00 - 6.30000000e+00 0.00000000e+00 1.00000000e+00 3.71781513e-02 6.93733732e-05 7.49578313e-01 1.70436665e+00 - 6.35000000e+00 0.00000000e+00 1.00000000e+00 3.43665007e-02 1.18536211e-04 7.34707175e-01 1.69535529e+00 - 6.40000000e+00 0.00000000e+00 1.00000000e+00 3.45766109e-02 4.25449463e-05 7.27935188e-01 1.68551384e+00 - 6.45000000e+00 0.00000000e+00 1.00000000e+00 3.85933648e-02 1.39553307e-04 7.35513529e-01 1.67186537e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 4.39466286e-02 2.12420039e-05 7.47347633e-01 1.65846669e+00 - 6.55000000e+00 0.00000000e+00 1.00000000e+00 4.96939492e-02 1.47683683e-04 7.55715641e-01 1.64882101e+00 - 6.60000000e+00 0.00000000e+00 1.00000000e+00 5.67219455e-02 1.33049402e-05 7.62542109e-01 1.63897279e+00 - 6.65000000e+00 0.00000000e+00 1.00000000e+00 6.55611108e-02 1.41932472e-04 7.74208367e-01 1.63266889e+00 - 6.70000000e+00 0.00000000e+00 1.00000000e+00 7.75794965e-02 1.69515242e-05 8.03082502e-01 1.62201807e+00 - 6.75000000e+00 0.00000000e+00 1.00000000e+00 8.94707724e-02 1.20695531e-04 8.35568022e-01 1.61634624e+00 - 6.80000000e+00 0.00000000e+00 1.00000000e+00 1.01292823e-01 3.16933338e-05 8.69789027e-01 1.60905538e+00 - 6.85000000e+00 0.00000000e+00 1.00000000e+00 1.10409819e-01 9.16246101e-05 8.86627577e-01 1.60985451e+00 - 6.90000000e+00 0.00000000e+00 1.00000000e+00 1.20293243e-01 5.58810201e-05 9.09997320e-01 1.60864697e+00 - 6.95000000e+00 0.00000000e+00 1.00000000e+00 1.29351688e-01 5.86834728e-05 9.33565828e-01 1.61166415e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 1.39079980e-01 8.10410206e-05 9.73335336e-01 1.61125543e+00 - 7.05000000e+00 0.00000000e+00 1.00000000e+00 1.45371186e-01 2.74607681e-05 9.98068925e-01 1.61497230e+00 - 7.10000000e+00 0.00000000e+00 1.00000000e+00 1.49146257e-01 1.04075041e-04 1.01302670e+00 1.62001856e+00 - 7.15000000e+00 0.00000000e+00 1.00000000e+00 1.49635275e-01 6.78192780e-06 1.00902038e+00 1.62896152e+00 - 7.20000000e+00 0.00000000e+00 1.00000000e+00 1.49562368e-01 1.20114175e-04 1.01057703e+00 1.63792822e+00 - 7.25000000e+00 0.00000000e+00 1.00000000e+00 1.48525259e-01 -2.12213992e-06 1.01604789e+00 1.64489995e+00 - 7.30000000e+00 0.00000000e+00 1.00000000e+00 1.45553246e-01 1.23922641e-04 1.01959419e+00 1.65323782e+00 - 7.35000000e+00 0.00000000e+00 1.00000000e+00 1.39659711e-01 3.40257751e-06 1.00913040e+00 1.66115048e+00 - 7.40000000e+00 0.00000000e+00 1.00000000e+00 1.30554584e-01 1.17962087e-04 9.79542475e-01 1.67489947e+00 - 7.45000000e+00 0.00000000e+00 1.00000000e+00 1.21245032e-01 2.37300850e-05 9.51954238e-01 1.68394513e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 1.11577030e-01 1.02223258e-04 9.26431110e-01 1.69463431e+00 - 7.55000000e+00 0.00000000e+00 1.00000000e+00 1.03142288e-01 5.18916563e-05 9.14331733e-01 1.69711962e+00 - 7.60000000e+00 0.00000000e+00 1.00000000e+00 9.25958357e-02 7.94734540e-05 8.90271492e-01 1.70459404e+00 - 7.65000000e+00 0.00000000e+00 1.00000000e+00 8.19923133e-02 8.46115004e-05 8.63903442e-01 1.70753045e+00 - 7.70000000e+00 0.00000000e+00 1.00000000e+00 7.04707414e-02 5.75082057e-05 8.27389743e-01 1.71461948e+00 - 7.75000000e+00 0.00000000e+00 1.00000000e+00 6.21922149e-02 1.15295676e-04 8.04978081e-01 1.71281637e+00 - 7.80000000e+00 0.00000000e+00 1.00000000e+00 5.54741811e-02 3.80839869e-05 7.88913863e-01 1.71034968e+00 - 7.85000000e+00 0.00000000e+00 1.00000000e+00 5.11008669e-02 1.35432893e-04 7.82953365e-01 1.70257625e+00 - 7.90000000e+00 0.00000000e+00 1.00000000e+00 4.64285929e-02 2.63031170e-05 7.70238070e-01 1.69728892e+00 - 7.95000000e+00 0.00000000e+00 1.00000000e+00 4.31533377e-02 1.44400856e-04 7.56316993e-01 1.69130837e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 4.21245740e-02 2.61490153e-05 7.45093061e-01 1.68360438e+00 - 8.05000000e+00 0.00000000e+00 1.00000000e+00 4.45294688e-02 1.38621708e-04 7.45770166e-01 1.67397852e+00 - 8.10000000e+00 0.00000000e+00 1.00000000e+00 4.96528478e-02 3.43230679e-05 7.57938804e-01 1.66097386e+00 - 8.15000000e+00 0.00000000e+00 1.00000000e+00 5.51388140e-02 1.18875757e-04 7.69772273e-01 1.65173097e+00 - 8.20000000e+00 0.00000000e+00 1.00000000e+00 6.13995738e-02 5.16682089e-05 7.79804290e-01 1.64193757e+00 - 8.25000000e+00 0.00000000e+00 1.00000000e+00 6.78640769e-02 9.21609656e-05 7.84777794e-01 1.63730484e+00 - 8.30000000e+00 0.00000000e+00 1.00000000e+00 7.74191368e-02 7.38861022e-05 8.03999371e-01 1.62900073e+00 - 8.35000000e+00 0.00000000e+00 1.00000000e+00 8.76428147e-02 6.08467902e-05 8.29131600e-01 1.62385428e+00 - 8.40000000e+00 0.00000000e+00 1.00000000e+00 9.89430740e-02 9.42007158e-05 8.65460774e-01 1.61650994e+00 - 8.45000000e+00 0.00000000e+00 1.00000000e+00 1.07561585e-01 3.26177730e-05 8.85751562e-01 1.61516791e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 1.15861747e-01 1.11180286e-04 9.05353273e-01 1.61443847e+00 - 8.55000000e+00 0.00000000e+00 1.00000000e+00 1.22944933e-01 1.39338035e-05 9.18268503e-01 1.61713887e+00 - 8.60000000e+00 0.00000000e+00 1.00000000e+00 1.31121402e-01 1.18960010e-04 9.47217392e-01 1.61817071e+00 - 8.65000000e+00 0.00000000e+00 1.00000000e+00 1.37649228e-01 5.54342820e-06 9.73613100e-01 1.62009474e+00 - 8.70000000e+00 0.00000000e+00 1.00000000e+00 1.42043434e-01 1.15842228e-04 9.94620371e-01 1.62372865e+00 - 8.75000000e+00 0.00000000e+00 1.00000000e+00 1.43094180e-01 1.13959170e-05 9.96430487e-01 1.63004818e+00 - 8.80000000e+00 0.00000000e+00 1.00000000e+00 1.42313251e-01 1.04590266e-04 9.90977669e-01 1.63928057e+00 - 8.85000000e+00 0.00000000e+00 1.00000000e+00 1.41132272e-01 2.91435280e-05 9.90676926e-01 1.64624892e+00 - 8.90000000e+00 0.00000000e+00 1.00000000e+00 1.38859109e-01 8.48833059e-05 9.92401188e-01 1.65404119e+00 - 8.95000000e+00 0.00000000e+00 1.00000000e+00 1.35193372e-01 5.36274458e-05 9.93798649e-01 1.65928775e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.27952070e-01 6.26510466e-05 9.73589860e-01 1.66997550e+00 - 9.05000000e+00 0.00000000e+00 1.00000000e+00 1.19729307e-01 8.26390216e-05 9.49851663e-01 1.67839137e+00 - 9.10000000e+00 0.00000000e+00 1.00000000e+00 1.10367463e-01 4.33108273e-05 9.19346816e-01 1.68922130e+00 - 9.15000000e+00 0.00000000e+00 1.00000000e+00 1.02889822e-01 1.08214304e-04 9.06011683e-01 1.69277792e+00 - 9.20000000e+00 0.00000000e+00 1.00000000e+00 9.44344980e-02 2.85197882e-05 8.88503245e-01 1.69781849e+00 - 9.25000000e+00 0.00000000e+00 1.00000000e+00 8.60882962e-02 1.25498603e-04 8.72836197e-01 1.69943817e+00 - 9.30000000e+00 0.00000000e+00 1.00000000e+00 7.60253345e-02 2.41734602e-05 8.42254210e-01 1.70481577e+00 - 9.35000000e+00 0.00000000e+00 1.00000000e+00 6.76975587e-02 1.33341982e-04 8.17281097e-01 1.70584233e+00 - 9.40000000e+00 0.00000000e+00 1.00000000e+00 6.10311968e-02 3.02509246e-05 7.97461888e-01 1.70479542e+00 - 9.45000000e+00 0.00000000e+00 1.00000000e+00 5.71278800e-02 1.27383203e-04 7.90777277e-01 1.69886163e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 5.39262766e-02 4.40328329e-05 7.85198721e-01 1.69231482e+00 - 9.55000000e+00 0.00000000e+00 1.00000000e+00 5.10794360e-02 1.10922350e-04 7.75618421e-01 1.68699276e+00 - 9.60000000e+00 0.00000000e+00 1.00000000e+00 4.94994687e-02 6.56712089e-05 7.64672303e-01 1.68076873e+00 - 9.65000000e+00 0.00000000e+00 1.00000000e+00 5.01288161e-02 8.81329616e-05 7.57963495e-01 1.67449614e+00 - 9.70000000e+00 0.00000000e+00 1.00000000e+00 5.42644537e-02 8.80978542e-05 7.66086251e-01 1.66365831e+00 - 9.75000000e+00 0.00000000e+00 1.00000000e+00 5.93643175e-02 6.12253519e-05 7.77949365e-01 1.65479854e+00 - 9.80000000e+00 0.00000000e+00 1.00000000e+00 6.55516004e-02 1.07040054e-04 7.93502400e-01 1.64492535e+00 - 9.85000000e+00 0.00000000e+00 1.00000000e+00 7.07613111e-02 3.86798610e-05 7.97709213e-01 1.64032633e+00 - 9.90000000e+00 0.00000000e+00 1.00000000e+00 7.80956788e-02 1.20404987e-04 8.09885798e-01 1.63413532e+00 - 9.95000000e+00 0.00000000e+00 1.00000000e+00 8.62066374e-02 2.36291153e-05 8.25085350e-01 1.63016448e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 9.63871386e-02 1.22407959e-04 8.57231175e-01 1.62372838e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 5.22239762e-02 3.82123805e-05 7.45853457e-01 1.63523429e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S50 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S50 index 4870911..3e890a0 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S50 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S50 @@ -9,14 +9,4 @@ 3.50000000e+00 0.00000000e+00 1.00000000e+00 1.62052473e-01 8.65526490e-05 1.17627049e+00 2.35307853e+00 4.00000000e+00 0.00000000e+00 1.00000000e+00 2.63978456e-01 3.90828318e-05 1.46436562e+00 1.86403750e+00 4.50000000e+00 0.00000000e+00 1.00000000e+00 -9.58771757e-02 8.04292966e-05 1.44511765e+00 8.48807012e-01 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 8.38030180e-02 8.82117311e-05 7.93145232e-01 2.05810050e+00 - 5.50000000e+00 0.00000000e+00 1.00000000e+00 2.87471059e-01 4.53891093e-05 1.74431390e+00 2.17250368e+00 - 6.00000000e+00 0.00000000e+00 1.00000000e+00 -2.96507070e-02 7.55074656e-05 1.12211215e+00 1.08916410e+00 - 6.50000000e+00 0.00000000e+00 1.00000000e+00 1.72483951e-02 8.37737477e-05 6.72676444e-01 1.74956664e+00 - 7.00000000e+00 0.00000000e+00 1.00000000e+00 2.79427256e-01 5.81821258e-05 1.73329383e+00 2.35879790e+00 - 7.50000000e+00 0.00000000e+00 1.00000000e+00 3.23183851e-02 7.38991365e-05 9.65150899e-01 1.21729046e+00 - 8.00000000e+00 0.00000000e+00 1.00000000e+00 -3.70538678e-02 8.35190998e-05 7.06393788e-01 1.51815656e+00 - 8.50000000e+00 0.00000000e+00 1.00000000e+00 2.61844871e-01 6.84046916e-05 1.74457777e+00 2.46951433e+00 - 9.00000000e+00 0.00000000e+00 1.00000000e+00 1.07654735e-01 6.49223731e-05 9.67357321e-01 1.36538411e+00 - 9.50000000e+00 0.00000000e+00 1.00000000e+00 -6.64049027e-02 7.79485577e-05 8.73816959e-01 1.29725643e+00 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 2.16792733e-01 7.97987119e-05 1.41120033e+00 2.38078201e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 8.38030180e-02 8.82117312e-05 7.93145251e-01 2.05810047e+00 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S500 b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S500 index ceb935a..f12723c 100644 --- a/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S500 +++ b/plotting/perpendicular-flap/Fig15/data/result/watchpoint_SC_S500 @@ -1,4 +1,3 @@ Time Coordinate0 Coordinate1 Displacement0 Displacement1 Force0 Force1 0.00000000e+00 0.00000000e+00 1.00000000e+00 0.00000000e+00 0.00000000e+00 2.29427968e+00 -3.02282515e-14 - 5.00000000e+00 0.00000000e+00 1.00000000e+00 -1.58819318e-01 9.83425158e-05 1.02409357e+00 6.04675721e-01 - 1.00000000e+01 0.00000000e+00 1.00000000e+00 -7.67725554e-02 1.25836037e-04 4.57725349e-01 1.98448936e+00 \ No newline at end of file + 5.00000000e+00 0.00000000e+00 1.00000000e+00 -1.58819318e-01 9.83425158e-05 1.02409357e+00 6.04675721e-01 \ No newline at end of file diff --git a/plotting/perpendicular-flap/Fig16/data/result.csv b/plotting/perpendicular-flap/Fig16/data/result.csv index ef9ff3b..8745e85 100644 --- a/plotting/perpendicular-flap/Fig16/data/result.csv +++ b/plotting/perpendicular-flap/Fig16/data/result.csv @@ -1,5 +1,5 @@ -# participants version:{'Fluid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}, 'Solid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/heads/precice-v-3-3-0', 'chash': 'c3cc35f5d22daa4e9ec94405e27d856b2aa15bd5'}} -# participants:{'Fluid': , 'Solid': } +# participants version:{'Fluid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}, 'Solid': {'url': 'BenjaminRodenberg/waveform-iteration-paper', 'repo': 'refs/pull/1/merge', 'chash': '3a30510dc829e16bf43d09ff4e8a6861eb5796a4'}} +# participants:{'Fluid': , 'Solid': } # run cmd:python3 doConvergenceStudy.py precice-config.xml.jinja2 --silent --executor Github configs/Fig16.csv -o results/Fig16/data/result.csv # args:Namespace(template_path='precice-config.xml.jinja2', silent=True, executor='Github', time_config='configs/Fig16.csv', out_filename='results/Fig16/data/result.csv') # precice.get_version_information():b'3.3.0;no-info [git failed to run];PRECICE_FEATURE_MPI_COMMUNICATION=Y;PRECICE_FEATURE_PETSC_MAPPING=Y;PRECICE_FEATURE_GINKGO_MAPPING=N;PRECICE_FEATURE_PYTHON_ACTIONS=Y;PRECICE_BINDINGS_C=Y;PRECICE_BINDINGS_FORTRAN=Y;CXX=GNU;CXXFLAGS= -O3 -DNDEBUG;LDFLAGS='