fixed: use internal basis evaluation in jump integration method

to handle NURBS
This commit is contained in:
Arne Morten Kvarving 2023-05-22 14:41:12 +02:00
parent f9c1be46ed
commit 403cc925bc

View File

@ -1833,7 +1833,7 @@ bool ASMu2D::integrate (Integrand& integrand,
// Evaluate basis function derivatives at current integration points
Go::BasisDerivsSf spline;
lrspline->computeBasis(fe.u, fe.v, spline, iel-1);
this->computeBasis(fe.u, fe.v, spline, iel-1);
SplineUtils::extractBasis(spline, fe.N, dNdu);
// Compute Jacobian inverse of the coordinate mapping and