Skip to content

Commit

Permalink
break
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremylt committed Apr 25, 2023
1 parent a7bfade commit 0568341
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions interface/ceed-basis.c
Original file line number Diff line number Diff line change
Expand Up @@ -1570,9 +1570,11 @@ int CeedBasisApplyAtPoints(CeedBasis basis, CeedInt num_points, CeedTransposeMod
}
}
CeedCall(CeedVectorRestoreArray(v, &v_array));
break;
}
case CEED_TRANSPOSE: {
// Arbitrary points to nodes
CeedScalar *u_array = NULL;

// -- Arbitrary points to quadrature points
CeedCall(CeedVectorCreate(basis->ceed, basis->Q * basis->Q_comp, &q));
Expand Down

0 comments on commit 0568341

Please sign in to comment.