This PR introduces a new class of HDiv shapes called TPZShapeHDivOptimized. It combines the advantages of TPZShapeHDivConstant and TPZShapeHDiv, where the facet functions are constructed using HCurlNoGrads plus the RT0, while the internal functions are built using HDivStandard.
To use the proposed shape, one needs to call ApproxSpace().SetHDivFamily(HDivFamily::EHDivOptimized);
This PR introduces a new class of HDiv shapes called
TPZShapeHDivOptimized
. It combines the advantages ofTPZShapeHDivConstant
andTPZShapeHDiv
, where the facet functions are constructed usingHCurlNoGrads
plus the RT0, while the internal functions are built usingHDivStandard
.To use the proposed shape, one needs to call
ApproxSpace().SetHDivFamily(HDivFamily::EHDivOptimized)
;