Skip to content
Snippets Groups Projects
Commit 9f5de393 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

Get the number of degrees of freedom directly from the function space basis

parent b4d83668
No related branches found
No related tags found
No related merge requests found
......@@ -248,7 +248,7 @@ int main (int argc, char *argv[]) try
// Initial iterate
// //////////////////////////
SolutionType x(feBasis.indexSet().size());
SolutionType x(feBasis.size());
if (parameterSet.hasKey("startFromFile"))
{
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment