I tried to implement a simple mixed-precision algorithm in deal.II, which 
creates my matrix using float values, and my vectors using double values. 
Unfortunately, the function distribute_local_to_global(cell_matrix, 
cell_rhs, local_dof_indices, system_matrix, system_rhs) does not support 
mixed types. Is there an alternative function, or do I have to create two 
AffineConstraints-objects, initialize both with different values (double 
and float) and use them separately?

-- 
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 [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/dealii/39fb6604-f0fc-43a7-b949-7e728e5ac14f%40googlegroups.com.

Reply via email to