Merge branch 'master' into phys-range-dim

This commit is contained in:
Mark L. Stowell
2025-07-01 10:16:58 -07:00
committed by GitHub
169 changed files with 14831 additions and 1980 deletions
+10
View File
@@ -20,6 +20,16 @@ namespace mfem
using namespace std;
DofToQuad DofToQuad::Abs() const
{
DofToQuad d2q(*this);
d2q.B.Abs();
d2q.Bt.Abs();
d2q.G.Abs();
d2q.Gt.Abs();
return d2q;
}
FiniteElement::FiniteElement(int D, Geometry::Type G,
int Do, int O, int F)
: Nodes(Do)