We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6ca753d commit f0ee61dCopy full SHA for f0ee61d
1 file changed
include/base/dof_map.h
@@ -2257,6 +2257,10 @@ inline void DofMap::enforce_constraints_on_jacobian
2257
inline
2258
void DofMap::set_constrained_sparsity_construction(bool use_constraints)
2259
{
2260
+ // This got only partly finished...
2261
+ if (use_constraints)
2262
+ libmesh_not_implemented();
2263
+
2264
#ifdef LIBMESH_ENABLE_CONSTRAINTS
2265
_constrained_sparsity_construction = use_constraints;
2266
#endif
0 commit comments