Lines Matching refs:geomsF
5581 PetscFEGeom *affineGeomF = NULL, **geomsF = NULL; in DMPlexComputeResidualHybridByKey() local
5677 PetscCall(PetscCalloc4(Nf, &quadsF, Nf, &geomsF, Nf, &quadsN, Nf, &geomsN)); in DMPlexComputeResidualHybridByKey()
5749 …f]) PetscCall(DMSNESGetFEGeom(coordField, chunkISF, quadsF[f], PETSC_FEGEOM_COHESIVE, &geomsF[f])); in DMPlexComputeResidualHybridByKey()
5756 PetscFEGeom *geomF = affineGeomF ? affineGeomF : geomsF[f]; in DMPlexComputeResidualHybridByKey()
5852 …if (geomsF) PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, quadsF[f], PETSC_FALSE, &geomsF[f])); in DMPlexComputeResidualHybridByKey()
5857 PetscCall(PetscFree4(quadsF, geomsF, quadsN, geomsN)); in DMPlexComputeResidualHybridByKey()
6662 PetscFEGeom *affineGeomF = NULL, **geomsF = NULL; in DMPlexComputeJacobianHybridByKey() local
6762 PetscCall(PetscCalloc2(Nf, &quadsF, Nf, &geomsF)); in DMPlexComputeJacobianHybridByKey()
6830 …f]) PetscCall(DMSNESGetFEGeom(coordField, chunkISF, quadsF[f], PETSC_FEGEOM_COHESIVE, &geomsF[f])); in DMPlexComputeJacobianHybridByKey()
6836 PetscFEGeom *geomF = affineGeomF ? affineGeomF : geomsF[fieldI]; in DMPlexComputeJacobianHybridByKey()
6838 PetscFEGeom *geomN = affineGeomN ? affineGeomN : geomsF[fieldI]; in DMPlexComputeJacobianHybridByKey()
6967 …if (geomsF) PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, quadsF[f], PETSC_FALSE, &geomsF[f])); in DMPlexComputeJacobianHybridByKey()
6970 PetscCall(PetscFree2(quadsF, geomsF)); in DMPlexComputeJacobianHybridByKey()