Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c5760 PetscQuadrature quadF = affineQuadF ? affineQuadF : quadsF[f]; in DMPlexComputeResidualHybridByKey() local
5767 PetscCall(PetscQuadratureGetData(quadF, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeResidualHybridByKey()
6840 PetscQuadrature quadF = affineQuadF ? affineQuadF : quadsF[fieldI]; in DMPlexComputeJacobianHybridByKey() local
6847 PetscCall(PetscQuadratureGetData(quadF, NULL, NULL, &Nq, NULL, NULL)); in DMPlexComputeJacobianHybridByKey()