Skip to content

Commit

Permalink
Add another norm to test.
Browse files Browse the repository at this point in the history
  • Loading branch information
raback committed Aug 2, 2024
1 parent fb680cb commit 49032a9
Showing 1 changed file with 14 additions and 6 deletions.
20 changes: 14 additions & 6 deletions fem/tests/StressConstraintModes3/case.sif
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ End
Simulation
Max Output Level = 5
Coordinate System = "Cartesian"
Coordinate Mapping(3) = 1 2 3
Simulation Type = "Steady State"
Steady State Max Iterations = 1
Output Intervals = 1
Expand All @@ -47,23 +46,22 @@ Solver 1
Variable = "Displacement"
Variable Dofs = 3


Constraint Modes Analysis = Logical True
Constraint Modes Mass Lumping = Logical True

Eigen Analysis = True
Eigen System Values = 12
Eigen System Convergence Tolerance = Real 1.0e-6
Eigen System Normalize To Unity = Logical True
Eigen System Max Iterations = 50

Linear System Solver = string "Iterative"
Linear System Convergence Tolerance = real 1e-8
Linear System Iterative Method = BiCGStabl
BiCGStabl Polynomial Degree = 4
Linear System Residual Output = integer 1
Linear System Max Iterations = integer 2000
Linear System Max Iterations = 2000
Linear System Preconditioning = BILU1
Linear System Residual Output = 50
Linear System Residual Output = 0

! Linear System Scaling = Logical True
! Linear System Symmetric = Logical True
Expand All @@ -90,6 +88,15 @@ Solver 2
End

Solver 3
Equation = "SaveScalars"
Procedure = "SaveData" "SaveScalars"

Filename = f.dat
Save Eigenvalues = Logical True
Show Norm Index = 1
End

Solver 4
Equation = "CB"
Procedure = "CraigBamptonSolver" "CraigBamptonSolver"
Elasticity Solver Name = String "Stress Analysis"
Expand Down Expand Up @@ -123,4 +130,5 @@ Boundary Condition 3
End

Solver 1 :: Reference Norm = 2.18487357E-02
Solver 3 :: Reference Norm = 9.07012850E+09
Solver 3 :: Reference Norm = 3336422.8
Solver 4 :: Reference Norm = 9.07012850E+09

0 comments on commit 49032a9

Please sign in to comment.