kronbichler / adaflo

adaflo, an adaptive finite element solver for incompressible fluid flow and two-phase flow
Other
24 stars 14 forks source link

Check the ghost state of vectors #15

Open peterrum opened 3 years ago

peterrum commented 3 years ago

While going through the code, I see many places where no ghost values updated although I would have expected at these places.

Let's introduce inside of MatrixFree::loop() asserts that values are not ghosted and find all relevant places.