Dear deal.ii Users,

I have a question regarding the dof_handler.load () function.
Before calling the load function for a dof_handler with assigned 
triangulation I have to call the function distribute_dofs with the FE 
object as argument.
By doing this DoF distribution data is created just to be overridden by the 
subsequent call of dof_handler.load (archive).
I see that one has to call either distribute_dofs (with FE object as 
argument) or alternatively initialize (with triangulation and FE object as 
arguments) to implicitly store a pointer to the FE object, but it also 
causes (in my opinion) superfluous work.
I wonder whether there is an alternative approach to the described one?

Best regards
Benjamin




-- 
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.
For more options, visit https://groups.google.com/d/optout.

Reply via email to