fix bug of setting sigma in Modal analysis (#204)

This commit is contained in:
Jukka Aho
2018-07-04 21:51:09 +03:00
committed by GitHub
parent 41e3d366b9
commit ce12011380
+1 -1
View File
@@ -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.")