############################################# # Grid parameters ############################################# # Number of grid levels numLevels = 4 # Number of elements of the rod grid numRodBaseElements = 5 ############################################# # Solver parameters ############################################# # Initial load increment loadIncrement = 0.01 # Tolerance of the trust region solver tolerance = 1e-6 # Max number of steps of the trust region solver maxTrustRegionSteps = 100 # Initial trust-region radius initialTrustRegionRadius = 1 # Number of multigrid iterations per trust-region step numIt = 200 # 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 = 100 # Tolerance of the multigrid solver mgTolerance = 1e-10 # Tolerance of the base grid solver baseTolerance = 1e-8 instrumented = no ############################ # Problem specifications ############################ A = 1 J1 = 1 J2 = 1 E = 2.5e5 nu = 0.3 dirichletValueX = 1 dirichletValueY = 0 dirichletValueZ = 0 dirichletAxisX = 1 dirichletAxisY = 0 dirichletAxisZ = 0 dirichletAngle = 0