Luca Heltai
Luca Heltai
Just to put things into perspectives (@jppelteret ): a motivation comes from building block preconditioners for complicated multi-physics problems. One way this is achieved is by writing symbolically the blocks...
Just to clarify a bit more: [ImmersedSurfaceQuadrature](https://www.dealii.org/current/doxygen/deal.II/classNonMatching_1_1ImmersedSurfaceQuadrature.html) takes a vector of points and weights (which is, incidentally, exactly what a `Quadrature` is). In the case where the immersed triangulation is...
You are currently mixing up Trilinos vectors and matrices and the deal.II solver. This means that the additional cost of setting up the Payload is wasted, in a sense, because...
I propose to postpone this to 9.5, since support for mixed dimensions is not available yet, and we will need to use different utilities (intersection of polygons with lines/other polygons)...
/rebuild
LGTM. If nobody objects, I'll merge in a couple of days.
/rebuild
Let's postpone to 9.5. I want to make sure that things work well with 6.0 and 5.4.
FYI @fdrmrc.
This is fixed in #13669. If CGAL uses gmp and mpfr, then its CGAL_LIBRARIES field contains them.