dolfin team mailing list archive
-
dolfin team
-
Mailing list archive
-
Message #11186
Plotting from dolfin in C++
Using latest hg versions of everything, I'm trying to plot a Function
from C++ based on a SFC-generated function space and I get:
Failed to read DOLFIN mesh or function XML file for plotting:
*** Error: Unable to find dof map in library:
"FiniteElement('Lagrange', 'triangle', 1)".
Unable to plot (DOLFIN Python module or Viper plotter not available).
Can I suggest using Function::interpolate to make a .vtu file to plot instead
of relying on a form compiler specific precompiled element library?
Martin
Follow ups