Home
last modified time | relevance | path

Searched refs:PetscFECreateCellGeometry (Results 1 – 3 of 3) sorted by relevance

/petsc/include/
H A Dpetscfe.h149 PETSC_EXTERN PetscErrorCode PetscFECreateCellGeometry(PetscFE, PetscQuadrature, PetscFEGeom *);
/petsc/src/dm/impls/swarm/tests/
H A Dex6.c472 PetscCall(PetscFECreateCellGeometry(fe, q, &feGeometry)); in ComputeFieldAtParticles_Mixed()
/petsc/src/dm/dt/fe/interface/
H A Dfe.c2861 PetscErrorCode PetscFECreateCellGeometry(PetscFE fe, PetscQuadrature quad, PetscFEGeom *cgeom) in PetscFECreateCellGeometry() function