Searched refs:PetscFECreateCellGeometry (Results 1 – 3 of 3) sorted by relevance
149 PETSC_EXTERN PetscErrorCode PetscFECreateCellGeometry(PetscFE, PetscQuadrature, PetscFEGeom *);
472 PetscCall(PetscFECreateCellGeometry(fe, q, &feGeometry)); in ComputeFieldAtParticles_Mixed()
2861 PetscErrorCode PetscFECreateCellGeometry(PetscFE fe, PetscQuadrature quad, PetscFEGeom *cgeom) in PetscFECreateCellGeometry() function