Searched refs:geomsF (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 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() [all …]
|