Skip to content

Commit f0ee61d

Browse files
committed
Mark half-finished feature half-finished...
1 parent 6ca753d commit f0ee61d

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

include/base/dof_map.h

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2257,6 +2257,10 @@ inline void DofMap::enforce_constraints_on_jacobian
22572257
inline
22582258
void DofMap::set_constrained_sparsity_construction(bool use_constraints)
22592259
{
2260+
// This got only partly finished...
2261+
if (use_constraints)
2262+
libmesh_not_implemented();
2263+
22602264
#ifdef LIBMESH_ENABLE_CONSTRAINTS
22612265
_constrained_sparsity_construction = use_constraints;
22622266
#endif

0 commit comments

Comments
 (0)