File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed
Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -209,9 +209,10 @@ void EigenSystem::reinit ()
209209void EigenSystem ::solve ()
210210{
211211 if (get_dof_map ().n_constrained_dofs ())
212- libmesh_error_msg ("EigenSystem does not support constrained degrees of freedom. If you wish to "
213- "perform a solve on a system with constraints, then please use the "
214- "CondensedEigenSystem class instead" );
212+ libmesh_warning ("EigenSystem does not have first-class support for constrained degrees of "
213+ "freedom. You may see spurious effects of the constrained degrees of freedom "
214+ "in a given eigenvector. If you wish to perform a reliable solve on a system "
215+ "with constraints, please use the CondensedEigenSystem class instead" );
215216
216217 // A reference to the EquationSystems
217218 EquationSystems & es = this -> get_equation_systems ();
You can’t perform that action at this time.
0 commit comments