dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #17012
[Question #94104]: Functionspace Restriction
New question #94104 on DOLFIN:
https://answers.launchpad.net/dolfin/+question/94104
Hello,
I hope this is the right list to ask this question. I am trying to restrict a function space in C++, but I get an error saying
Error: FunctionSpace::attach is not working. Please fix the dof map builder.
I am trying to restrict the function space using
boost::shared_ptr<FunctionSpace> W = V.restriction(cells);
Anyone help me figure out whats going wrong here?
-Jehanzeb
--
You received this question notification because you are a member of
DOLFIN Team, which is an answer contact for DOLFIN.