Re: [Libmesh-devel] Two questions about dof constraints

2015-08-20 Thread David Knezevic
On Thu, Aug 20, 2015 at 10:05 AM, Roy Stogner wrote: > > On Sun, 5 Jul 2015, David Knezevic wrote: > > 1. In the last part of DofMap::build_constraint_matrix_and_vector() we >> have: >> >> if ((C.n() == Cnew.m()) && // If the constraint matrix >> (Cnew.n() == elem_dofs.si

Re: [Libmesh-devel] Two questions about dof constraints

2015-08-20 Thread Roy Stogner
On Sun, 5 Jul 2015, David Knezevic wrote: 1. In the last part of DofMap::build_constraint_matrix_and_vector() we have:       if ((C.n() == Cnew.m()) &&          // If the constraint matrix           (Cnew.n() == elem_dofs.size())) // is constrained...         {           C.right_multiply(Cnew)