On Tue, 10 May 2016, Lorenzo Zanon wrote:

> After a libMesh update, I have to adjust my code to the
> explicit/implicit separation in RBEIMConstruction. Now, in my overridden
> function of  RBEIMConstruction::truth_solve I get an error at the
> following line:
>
>         rhs->add_vector(context.get_elem_residual(),
> context.get_dof_indices());
>
> The crash happens at the line:
>
>       if (!v.empty())
>
> in the function add_vector (see debugger below).

Is this a dbg-mode build?  If not, could you run it through one?
---
Roy

------------------------------------------------------------------------------
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-users mailing list
Libmesh-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/libmesh-users

Reply via email to