I tried to do System::project_solution based on a MeshFunction, and I hit
an assertion failure indicating that the MeshFunction was not initialized.
I believe the issue is that project_solution creates a WrappedFunctor based
on the *clone* of the MeshFunction, and the clone is not initialized.

I verified that adding a call to MeshFunction::init inside
MeshFunction::clone (so that the clone gets initialized) fixes this issue.

David
------------------------------------------------------------------------------
Mobile security can be enabling, not merely restricting. Employees who
bring their own devices (BYOD) to work are irked by the imposition of MDM
restrictions. Mobile Device Manager Plus allows you to control only the
apps on BYO-devices by containerizing them, leaving personal data untouched!
https://ad.doubleclick.net/ddm/clk/304595813;131938128;j
_______________________________________________
Libmesh-devel mailing list
Libmesh-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-devel

Reply via email to