Using vertex_to_dof_map
I've inherited some code and I'm having problems getting it to compile. I understand that since 1.4.0 there has been the deprecation of member methods vertex_to_dof_map and dof_to_vertex_map.
In this code I have
Mesh myobj_mesh0(
Heat::FunctionSpace V_myobj(
std::vector<
And was getting an error saying vertex_to_dof_map is not a member function (due to the deprecation)
I've made modifications to the third line to make it
std::vector<
and now I'm getting
error: invalid initialization of reference of type ‘const dolfin:
Can anyone point me in the right direction?
Question information
- Language:
- English Edit question
- Status:
- Answered
- For:
- DOLFIN Edit question
- Assignee:
- No assignee Edit question
- Last query:
- Last reply:
Can you help with this problem?
Provide an answer of your own, or ask oxidising for more information if necessary.