I don't really need to evaluate the function at any interior point. I 
eventually wanted to project the boundary data obtained from the solution to 
another FE_FaceQ of different degree defined on a different triangulation. So  
to pass a boundary_function map to vectortools::project_boundary_values, I was 
planning to use the FEFieldfunction to first define a function from solution 
vector corresponding to dof_handler_faceQ.
I assume it won't work because FEFieldFunction uses Fevalues instead of 
FeFaceValues at quadrature points. 
How else can I pass the boundary data obtained from FE_FaceQ to 
vectortools::project_boundary_values.


-Sam

-- 
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 the Google Groups 
"deal.II User Group" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to dealii+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/d2ba9f7b-824a-450e-9ae0-3d608744e7a3%40googlegroups.com.

Reply via email to