From 403cc925bcd1f7fca4add1f87ac43731892890a6 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Mon, 22 May 2023 14:41:12 +0200 Subject: [PATCH] fixed: use internal basis evaluation in jump integration method to handle NURBS --- src/ASM/LR/ASMu2D.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ASM/LR/ASMu2D.C b/src/ASM/LR/ASMu2D.C index 7baa87b6..e784c9c0 100644 --- a/src/ASM/LR/ASMu2D.C +++ b/src/ASM/LR/ASMu2D.C @@ -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