Searched refs:bspace (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plextree.c | 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() [all …]
|