From 97efa9abff766566f1e9f329924a0182b2f1dfc8 Mon Sep 17 00:00:00 2001 From: Arne Morten Kvarving Date: Fri, 16 Jun 2017 10:50:19 +0200 Subject: [PATCH] fixed: use spl1 for continuous projection --- src/ASM/LR/ASMu2Dmxrecovery.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/ASM/LR/ASMu2Dmxrecovery.C b/src/ASM/LR/ASMu2Dmxrecovery.C index 323839eb..fc48ef0d 100644 --- a/src/ASM/LR/ASMu2Dmxrecovery.C +++ b/src/ASM/LR/ASMu2Dmxrecovery.C @@ -115,7 +115,7 @@ bool ASMu2Dmx::assembleL2matrices (SparseMatrix& A, StdVector& B, if (continuous) { for (size_t b = 0; b < m_basis.size(); ++b) { - m_basis[b]->computeBasis(gpar[0][i],gpar[1][j],spl0[b],els[b]-1); + m_basis[b]->computeBasis(gpar[0][i],gpar[1][j],spl1[b],els[b]-1); SplineUtils::extractBasis(spl1[b],phi[b],dNdu[b]); } }