From 2bbb31b7cad493832acfeef0a6d343bb57b6d7a7 Mon Sep 17 00:00:00 2001
From: Oliver Sander <oliver.sander@tu-dresden.de>
Date: Mon, 1 Feb 2016 16:01:11 +0100
Subject: [PATCH] [cleanup] Move various parameter files from the main
 directory to the 'problems' subdirectory

---
 dirneucoupling.parset                         | 155 ------------------
 .../cosserat-continuum-twisted-strip.parset   |   0
 ...continuum-wong-pellegrino-wrinkling.parset |   0
 ...cosserat-continuum-wriggers-l-shape.parset |   0
 staticrod.parset => problems/staticrod.parset |   0
 .../twisted-strip-dirichlet-values.py         |   0
 .../wong-pellegrino-dirichlet-values.py       |   0
 .../wriggers-l-shape-dirichlet-values.py      |   0
 8 files changed, 155 deletions(-)
 delete mode 100644 dirneucoupling.parset
 rename cosserat-continuum-twisted-strip.parset => problems/cosserat-continuum-twisted-strip.parset (100%)
 rename cosserat-continuum-wong-pellegrino-wrinkling.parset => problems/cosserat-continuum-wong-pellegrino-wrinkling.parset (100%)
 rename cosserat-continuum-wriggers-l-shape.parset => problems/cosserat-continuum-wriggers-l-shape.parset (100%)
 rename staticrod.parset => problems/staticrod.parset (100%)
 rename twisted-strip-dirichlet-values.py => problems/twisted-strip-dirichlet-values.py (100%)
 rename wong-pellegrino-dirichlet-values.py => problems/wong-pellegrino-dirichlet-values.py (100%)
 rename wriggers-l-shape-dirichlet-values.py => problems/wriggers-l-shape-dirichlet-values.py (100%)

diff --git a/dirneucoupling.parset b/dirneucoupling.parset
deleted file mode 100644
index 64a524d1..00000000
--- a/dirneucoupling.parset
+++ /dev/null
@@ -1,155 +0,0 @@
-# Number of grid levels
-numLevels = 1
-
-# Type of the domain decomposition algorithm
-# Currently supported:
-#  - FixedPointIteration
-#  - RichardsonIteration
-ddType = RichardsonIteration
-
-# What is the preconditioner, if we are doing a Richardson iteration?
-# Possible values:
-#  - DirichletNeumann
-#  - NeumannDirichlet
-#  - NeumannNeumann
-#  - RobinRobin
-preconditioner = DirichletNeumann
-
-# Tolerance of the Dirichlet-Neumann solver
-ddTolerance = 1e-9
-
-# Max number of Dirichlet-Neumann steps
-maxDirichletNeumannSteps = 10
-
-# Tolerance of the trust-region solver for the rod problem
-trTolerance = 1e-12
-
-# Max number of steps of the trust region solver
-maxTrustRegionSteps = 20
-
-# Verbosity of the trust-region solver
-trVerbosity = 0
-
-# Number of multigrid iterations per time step
-numIt = 20
-
-# Number of presmoothing steps
-nu1 = 3
-
-# Number of postsmoothing steps
-nu2 = 3
-
-# Number of coarse grid corrections
-mu = 1
-
-# Number of base solver iterations
-baseIt = 1000
-
-# Tolerance of the multigrid solver
-mgTolerance = 1e-13
-
-# Tolerance of the base grid solver
-baseTolerance = 1e-13
-
-# Initial trust-region radius
-initialTrustRegionRadius = 1
-
-# Damping
-damping = 0.6
-
-
-############################
-#   Problem specifications
-############################
-
-#path = /home/sander/data/multicoupling/simplecoupling/
-#gridFile = hexarod.grid
-#dirichletNodes = hexarod.dn
-#dirichletValues = hexarod.nodv
-#interfaceNodes  = hexarod.ifn
-
-#numRodBaseElements = 4
-
-## Cross-section area
-#rodA = 0.0625
-
-## Geometric moments (here: square of edge length 0.25)
-#rodJ1 = 0.0013021
-#rodJ2 = 0.0013021
-
-## Material parameters
-#rodE  = 1e6
-#rodNu = 0.3
-
-#E     = 1e6
-#nu    = 0.3
-
-#rodRestEndPoint0 = 0.125 0.125 1
-#rodRestEndPoint1 = 0.125 0.125 2
-
-## Dirichlet values
-#dirichletValue = 0.125 0.125 2.5
-
-#dirichletAxis = 0 0 1
-#dirichletAngle = 0
-
-
-########################################################
-#path = /home/sander/data/multicoupling/simplecoupling/
-#gridFile = cube_5x5x5.grid
-#dirichletNodes = cube_5x5x5.dn
-#dirichletValues = cube_5x5x5.nodv
-#interfaceNodes  = cube_5x5x5.ifn
-
-#numRodBaseElements = 5
-
-# Cross-section area
-#rodA = 1
-
-# Geometric moments (here: square of edge length one)
-#rod J1 = 0.0833333
-#rod J2 = 0.0833333
-
-# Material parameters
-#rodE  = 2.5e5
-#rodNu = 0.3
-
-## Dirichlet values
-#dirichletValue = 0.5 1.5 10
-
-#dirichletAxis = 0 0 1
-#dirichletAngle = 90
-
-########################################################
-path = /home/sander/data/multicoupling/simplecoupling/
-gridFile = cube_4x4x4.grid
-dirichletNodes = cube_4x4x4.dn
-dirichletValues = cube_4x4x4.nodv
-interfaceNodes  = cube_4x4x4.ifn
-
-numRodBaseElements = 4
-
-# Cross-section area
-rodA = 0.0625
-
-# Geometric moments (here: square of edge length 0.25)
-#rodJ1 = 0.0013021
-#rodJ2 = 0.0013021
-rodJ1 = 0.00032552
-rodJ2 = 0.00032552
-
-# Material parameters
-rodE  = 1e6
-rodNu = 0.3
-E     = 1e6
-nu    = 0.3
-
-rodRestEndPoint0 = 0.625 0.625 1
-rodRestEndPoint1 = 0.625 0.625 2
-#rodRestEndPoint1 = 0.625 -0.082 1.707
-
-# Dirichlet values
-dirichletValue = 0.625 0.625 2.5
-
-dirichletAxis = 0 0 1
-dirichletAngle = 0
diff --git a/cosserat-continuum-twisted-strip.parset b/problems/cosserat-continuum-twisted-strip.parset
similarity index 100%
rename from cosserat-continuum-twisted-strip.parset
rename to problems/cosserat-continuum-twisted-strip.parset
diff --git a/cosserat-continuum-wong-pellegrino-wrinkling.parset b/problems/cosserat-continuum-wong-pellegrino-wrinkling.parset
similarity index 100%
rename from cosserat-continuum-wong-pellegrino-wrinkling.parset
rename to problems/cosserat-continuum-wong-pellegrino-wrinkling.parset
diff --git a/cosserat-continuum-wriggers-l-shape.parset b/problems/cosserat-continuum-wriggers-l-shape.parset
similarity index 100%
rename from cosserat-continuum-wriggers-l-shape.parset
rename to problems/cosserat-continuum-wriggers-l-shape.parset
diff --git a/staticrod.parset b/problems/staticrod.parset
similarity index 100%
rename from staticrod.parset
rename to problems/staticrod.parset
diff --git a/twisted-strip-dirichlet-values.py b/problems/twisted-strip-dirichlet-values.py
similarity index 100%
rename from twisted-strip-dirichlet-values.py
rename to problems/twisted-strip-dirichlet-values.py
diff --git a/wong-pellegrino-dirichlet-values.py b/problems/wong-pellegrino-dirichlet-values.py
similarity index 100%
rename from wong-pellegrino-dirichlet-values.py
rename to problems/wong-pellegrino-dirichlet-values.py
diff --git a/wriggers-l-shape-dirichlet-values.py b/problems/wriggers-l-shape-dirichlet-values.py
similarity index 100%
rename from wriggers-l-shape-dirichlet-values.py
rename to problems/wriggers-l-shape-dirichlet-values.py
-- 
GitLab