mirror of
https://github.com/JuliaFEM/JuliaFEM.jl.git
synced 2026-09-20 10:08:31 +00:00
fix bug of setting sigma in Modal analysis (#204)
This commit is contained in:
@@ -205,7 +205,7 @@ function FEMBase.run!(solver::Solver{Modal})
|
||||
end
|
||||
|
||||
if !passed
|
||||
sigma = problem.properties.sigma = 1.0e-9
|
||||
sigma = props.sigma = 1.0e-9
|
||||
info("Calculation of eigenvalues failed. Stiffness matrix is not ",
|
||||
"positive definite and Cholesky factorization is failing. Trying ",
|
||||
"again by adjusting problem.properties.sigma to $sigma.")
|
||||
|
||||
Reference in New Issue
Block a user