Lines Matching refs:geoms
4409 PetscFEGeom *affineGeom = NULL, **geoms = NULL; in DMPlexComputeResidual_Patch_Internal() local
4445 PetscCall(PetscCalloc2(Nf, &quads, Nf, &geoms)); in DMPlexComputeResidual_Patch_Internal()
4460 PetscCall(DMSNESGetFEGeom(coordField, cellIS, quads[f], PETSC_FEGEOM_BASIC, &geoms[f])); in DMPlexComputeResidual_Patch_Internal()
4505 PetscFEGeom *geom = affineGeom ? affineGeom : geoms[f]; in DMPlexComputeResidual_Patch_Internal()
4602 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, quads[f], PETSC_FALSE, &geoms[f])); in DMPlexComputeResidual_Patch_Internal()
4605 PetscCall(PetscFree2(quads, geoms)); in DMPlexComputeResidual_Patch_Internal()
5198 PetscFEGeom *affineGeom = NULL, **geoms = NULL; in DMPlexComputeResidualByKey() local
5246 PetscCall(PetscCalloc2(Nf, &quads, Nf, &geoms)); in DMPlexComputeResidualByKey()
5261 PetscCall(DMSNESGetFEGeom(coordField, cellIS, quads[f], PETSC_FEGEOM_BASIC, &geoms[f])); in DMPlexComputeResidualByKey()
5316 PetscFEGeom *geom = affineGeom ? affineGeom : geoms[f]; in DMPlexComputeResidualByKey()
5471 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, quads[f], PETSC_FALSE, &geoms[f])); in DMPlexComputeResidualByKey()
5474 PetscCall(PetscFree2(quads, geoms)); in DMPlexComputeResidualByKey()