We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a9bde6d + d9c91f7 commit 49a13c5Copy full SHA for 49a13c5
1 file changed
src/systems/eigen_system.C
@@ -208,6 +208,10 @@ void EigenSystem::reinit ()
208
209
void EigenSystem::solve ()
210
{
211
+ 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");
215
216
// A reference to the EquationSystems
217
EquationSystems & es = this->get_equation_systems();
0 commit comments