Searched refs:geomN (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 5758 PetscFEGeom *geomN = affineGeomN ? affineGeomN : geomsN[f]; in DMPlexComputeResidualHybridByKey() local 5778 PetscCall(PetscFEGeomGetChunk(geomN, 0, offset * 2, &chunkGeomN)); in DMPlexComputeResidualHybridByKey() 5779 PetscCall(PetscFEGeomGetChunk(geomN, offset * 2, numCells * 2, &remGeomN)); in DMPlexComputeResidualHybridByKey() 5793 PetscCall(PetscFEGeomRestoreChunk(geomN, offset, numCells, &remGeomN)); in DMPlexComputeResidualHybridByKey() 5794 PetscCall(PetscFEGeomRestoreChunk(geomN, 0, offset, &chunkGeomN)); in DMPlexComputeResidualHybridByKey() 6838 PetscFEGeom *geomN = affineGeomN ? affineGeomN : geomsF[fieldI]; in DMPlexComputeJacobianHybridByKey() local 6858 PetscCall(PetscFEGeomGetChunk(geomN, 0, offset * 2, &chunkGeomN)); in DMPlexComputeJacobianHybridByKey() 6859 PetscCall(PetscFEGeomGetChunk(geomN, offset * 2, numCells * 2, &remGeomN)); in DMPlexComputeJacobianHybridByKey() 6892 PetscCall(PetscFEGeomRestoreChunk(geomN, offset, numCells, &remGeomN)); in DMPlexComputeJacobianHybridByKey() 6893 PetscCall(PetscFEGeomRestoreChunk(geomN, 0, offset, &chunkGeomN)); in DMPlexComputeJacobianHybridByKey()
|