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
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)