Skip to content

Resolve "GradientFluxAdapter problem"

What does this MR do?

This MR implements the raviart thomas reconstruction. There are several ways to achieve this job and I chose a general one that allows reconstructing directly from the local operator. That way, all this machinery can be used several times.

The theory was extracted from the book of di petro.

Since there is not a general Raviart Thomas \mathcal{RT}_k finite element, the flux reconstruction is disabled for those cases where it doesn't exist. However, I left most the infrastructure ready to add more.

Is there something that needs to be double checked?

Can this MR be accepted?

  • Implemented
  • Added test
  • Documented (doxygen)
  • Documented (sphinx)
  • Pipeline passing
  • Added entry to CHANGELOG.md

Related issues

Close #62 (closed), #65 (closed)

Edited by Lukas Riedel

Merge request reports