Searched refs:cgeomFEM (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2415 PetscFEGeom *cgeomFEM; in DMPlexComputeIntegral_Internal() local 2464 …uad) PetscCall(DMFieldCreateFEGeom(coordField, cellIS, affineQuad, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeIntegral_Internal() 2541 …(!affineQuad) PetscCall(DMFieldCreateFEGeom(coordField, cellIS, q, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeIntegral_Internal() 2542 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeIntegral_Internal() 2544 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal() 2546 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal() 2547 if (!affineQuad) PetscCall(PetscFEGeomDestroy(&cgeomFEM)); in DMPlexComputeIntegral_Internal() 2579 if (affineQuad) PetscCall(PetscFEGeomDestroy(&cgeomFEM)); in DMPlexComputeIntegral_Internal() 4627 PetscFEGeom *cgeomFEM; in DMPlexComputeJacobian_Patch_Internal() local 4713 PetscCall(DMSNESGetFEGeom(coordField, cellIS, qGeom, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeJacobian_Patch_Internal() [all …]
|