Lines Matching refs:bspace
1164 PetscSpace bspace; in DMPlexComputeAnchorMatrix_Tree_Direct() local
1182 PetscCall(PetscFEGetBasisSpace(fe, &bspace)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1190 PetscCall(PetscSpaceCreate(PetscObjectComm((PetscObject)fv), &bspace)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1191 PetscCall(PetscSpaceSetType(bspace, PETSCSPACEPOLYNOMIAL)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1192 PetscCall(PetscSpaceSetDegree(bspace, 0, PETSC_DETERMINE)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1193 PetscCall(PetscSpaceSetNumComponents(bspace, Nc)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1194 PetscCall(PetscSpaceSetNumVariables(bspace, spdim)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1195 PetscCall(PetscSpaceSetUp(bspace)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1234 …PetscCall(EvaluateBasis(bspace, fSize, fSize, Nc, nPoints, sizes, pointsRef, weights, work, Amat)); in DMPlexComputeAnchorMatrix_Tree_Direct()
1269 …PetscCall(EvaluateBasis(bspace, fSize, fSize, Nc, nPoints, sizes, pointsReal, weights, work, Bmat)… in DMPlexComputeAnchorMatrix_Tree_Direct()
1378 if (id == PETSCFV_CLASSID) PetscCall(PetscSpaceDestroy(&bspace)); in DMPlexComputeAnchorMatrix_Tree_Direct()