From 0fadcac1d87e39282329b5f50c238b023bb0b546 Mon Sep 17 00:00:00 2001 From: Martin Diehl Date: Wed, 30 Jun 2021 17:56:40 +0200 Subject: [PATCH] should not be part of the repo --- examples/grid/tension-hold-unload.yaml | 37 -------------------------- 1 file changed, 37 deletions(-) delete mode 100644 examples/grid/tension-hold-unload.yaml diff --git a/examples/grid/tension-hold-unload.yaml b/examples/grid/tension-hold-unload.yaml deleted file mode 100644 index 59dcd4aec..000000000 --- a/examples/grid/tension-hold-unload.yaml +++ /dev/null @@ -1,37 +0,0 @@ -solver: {mechanical: spectral_basic} - -loadstep: - - boundary_conditions: - mechanical: - P: - - [x, x, x] - - [x, 0, x] - - [x, x, 0] - dot_F: - - [0.001, 0, 0] - - [0, x, 0] - - [0, 0, x] - discretization: {t: 10.0, N: 40} - f_out: 4 - - boundary_conditions: - mechanical: - dot_P: - - [0, x, x] - - [x, x, x] - - [x, x, x] - dot_F: - - [x, 0, 0] - - [0, 0, 0] - - [0, 0, 0] - discretization: {t: 10.0, N: 20} - - boundary_conditions: - mechanical: - P: - - [0, x, x] - - [x, 0, x] - - [x, x, 0] - dot_F: - - [x, 0, 0] - - [0, x, 0] - - [0, 0, x] - discretization: {t: 10.0, N: 20}