Skip to content

Commit

Permalink
fix(hdivconstant-test): comments out line that breaks hcurl shape
Browse files Browse the repository at this point in the history
  • Loading branch information
orlandini committed Sep 13, 2023
1 parent adef6ab commit 230897a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion UnitTest_PZ/TestMesh/TestHDivConstant.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -517,7 +517,9 @@ void IntegralNormal()
TPZManVector<int> orders(TSHAPE::NFacets+1,1);
TPZManVector<int> sideorient(TSHAPE::NFacets,1);
shape.Initialize(ids, orders, sideorient, data);
data.fSideTransformationId.Resize(TSHAPE::NFacets, 0);
// comment this out because it will break hcurl shape funcs
// why was it here?
// data.fSideTransformationId.Resize(TSHAPE::NFacets, 0);
data.fSideOrient.Resize(TSHAPE::NFacets, 1);
int nshape = shape.NHDivShapeF(data);
TPZManVector<REAL> pt(3,0.);
Expand Down

0 comments on commit 230897a

Please sign in to comment.