# Number of uniform grid refinement steps maxLevel = 4 # Initial load increment loadIncrement = 0.01 # Max number of steps of the Newton solver maxNewtonSteps = 30 # Number of multigrid iterations per time step numIt = 100 # 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 solver tolerance = 1e-10 # Tolerance of the base grid solver baseTolerance = -1 ############################ # Problem specifications ############################ # Number of elements of the rod grid numRodBaseElements = 5