Skip to content
Snippets Groups Projects
Commit d4705cce authored by Van Dung Nguyen's avatar Van Dung Nguyen
Browse files

add get linear constraints function

parent 45a81f58
No related branches found
No related tags found
No related merge requests found
......@@ -590,6 +590,13 @@ class dofManager : public dofManagerBase{
}
else return it->second;
};
virtual void clearAllLineConstraints() {
constraints.clear();
}
std::map<Dof, DofAffineConstraint< dataVec > >& getAllLinearConstraints(){
return constraints;
};
};
#endif
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment