[deal.II] Re: compile master without examples using Candi

2017-12-02 Thread 'Uwe Köcher' via deal . II User Group
that is correct. Alternatively, you can pass by this (and other) deal.II configuration in the candi.cfg variable here: #Choose configuration and components of deal.II DEAL_CONFOPTS="" -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see

Re: [deal.II] Wrong result in use of FEEvaluation with different ConstraintMatrix objects

2017-12-02 Thread Sambit Das
Dear Martin, Thank you for your quick reply. I understand my mistake now- the issue stems from "matrix_free_data.initialize_dof_vector(VECTOR_NAME, 1);" in the second case. I have used matrix_free_data.initialize_dof_vector(VECTOR_NAME, 0) in both cases which causes a mismatch with the

Re: [deal.II] Wrong result in use of FEEvaluation with different ConstraintMatrix objects

2017-12-02 Thread Martin Kronbichler
Dear Sambit, If the result of the two cases is different and ConstraintMatrix::distribute() was called in both cases, I expect there to be some confusion regarding the indices of ghost entries. In debug mode, there should be a check that the parallel partitioner of the vector inside