mfem/web

Document the difference between LinearFormIntegrator::AssembleRHSElementVect methods L2 vs H1

Closed this issue · 1 comments

From mfem/mfem#2550:

Mixing together several discretizations, i.e. H1 and L2, requires either implementation of the two versions of LinearFormIntegrator::AssembleRHSElementVect, or a single version with FaceElementTransformations. The documentation does not provide any guidance how the different versions are used in the code. The method with FaceElementTransformations is more general and can be used with H1 and L2 fields.

I think it may be more appropriate to document this in MFEM (with doxygen) where these methods are declared in the base class. That's why the original issue was in MFEM's repo.