Searched refs:efq (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fe.c | 806 PetscErrorCode PetscFEExpandFaceQuadrature(PetscFE fe, PetscQuadrature fq, PetscQuadrature *efq) in PetscFEExpandFaceQuadrature() argument 836 PetscCall(PetscQuadratureCreate(PetscObjectComm((PetscObject)fq), efq)); in PetscFEExpandFaceQuadrature() 838 PetscCall(PetscQuadratureSetCellType(*efq, ct)); in PetscFEExpandFaceQuadrature() 840 PetscCall(PetscQuadratureSetOrder(*efq, order)); in PetscFEExpandFaceQuadrature() 841 PetscCall(PetscQuadratureSetData(*efq, dim, Nc, Nf * Np, facePoints, faceWeights)); in PetscFEExpandFaceQuadrature() 878 PetscQuadrature efq; in PetscFEGetFaceTabulation() local 882 PetscCall(PetscFEExpandFaceQuadrature(fem, fq, &efq)); in PetscFEGetFaceTabulation() 884 PetscCall(PetscQuadratureGetData(efq, NULL, NULL, &eNp, &facePoints, NULL)); in PetscFEGetFaceTabulation() 897 PetscCall(PetscQuadratureDestroy(&efq)); in PetscFEGetFaceTabulation()
|