On Wednesday, April 4, 2018 at 11:45:03 PM UTC-4, Wolfgang Bangerth wrote: > I don't know whether this function is supposed to initialize ghost entries > in > the vector -- maybe one of the MatrixFree folks could help out with the > answer? > initialize_dof_vector will create a vector that has some ghost entries but not all of them (see here) <http://dealii.org/developer/doxygen/deal.II/classMatrixFree.html#a8c884a4ed29022156b70629bf66171bf>. This is not what KellyErrorEstimator::estimate() expect. So you will need a vector which has all the ghost entries.
Best, Bruno -- The deal.II project is located at http://www.dealii.org/ For mailing list/forum options, see https://groups.google.com/d/forum/dealii?hl=en --- You received this message because you are subscribed to the Google Groups "deal.II User Group" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
