Skip to content
Snippets Groups Projects
Commit 705cfd02 authored by Dr. Felix Tobias Schindler's avatar Dr. Felix Tobias Schindler
Browse files

[spaces.constraints] allow access to dirichlet DoFs

parent 5a9992d3
No related branches found
No related tags found
No related merge requests found
......@@ -102,6 +102,11 @@ public:
dirichlet_DoFs_.insert(DoF);
}
const std::set<size_t>& dirichlet_DoFs() const
{
return dirichlet_DoFs_;
}
template <class M>
void apply(Stuff::LA::MatrixInterface<M>& matrix) const
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment