Maxi,

[...] I tried adding a class member and initializing it during
> setup_system(), but when accessing it via read_dof_values(), I had a layout
> mismatch, resulting in
> The violated condition was:
>     vec.partitioners_are_compatible(*dof_info.vector_partitioner)
> Additional information:
>     The parallel layout of the given vector is not compatible with the
> parallel partitioning in MatrixFree. Use MatrixFree::initialize_dof_vector
> to get a compatible vector.
>
> Did you initialize its layout via MatrixFree::initialize_dof_vector() </>
in fact?

Best,
Daniel

-- 
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/CAOYDWb%2BK9Paz74CyGRrfQrR_c%3DxCBSa%2B6Nn4wVfS2pdaSc_dLA%40mail.gmail.com.

Reply via email to