ofstream myfile;
myfile.open ("solution.txt");
myfile << "Point:\t" << VectorTools::point_value(dof_handler,solution,Point<2>(1./3, 1./3));
myfile.close();
I get an error when running:
dof.get_fe(0).n_components() == 1
Thank you again for the help.
Regards,
H
--
The deal.II project is located at http://www.dealii.org/
For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en
---
You received this message because you are subscribed to a topic in the Google Groups "deal.II User Group" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/dealii/CoL0PqpZ5v8/unsubscribe.
To unsubscribe from this group and all its topics, send an email to dealii+un...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/dealii/2596a4f4-4a43-4276-43d1-bf3d36fb3d98%40colostate.edu.