Home
last modified time | relevance | path

Searched refs:PetscFEGeomRestoreChunk (Results 1 – 9 of 9) sorted by relevance

/petsc/src/dm/dt/fe/interface/
H A Dfegeom.c131 PetscErrorCode PetscFEGeomRestoreChunk(PetscFEGeom *geom, PetscInt cStart, PetscInt cEnd, PetscFEGe… in PetscFEGeomRestoreChunk() function
/petsc/include/
H A Dpetscfe.h63 PETSC_EXTERN PetscErrorCode PetscFEGeomRestoreChunk(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom …
/petsc/src/dm/impls/plex/
H A Dplexfem.c2546 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2823 PetscCall(PetscFEGeomRestoreChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
2827 PetscCall(PetscFEGeomRestoreChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
4526 PetscCall(PetscFEGeomRestoreChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidual_Patch_Internal()
5024 PetscCall(PetscFEGeomRestoreChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5027 PetscCall(PetscFEGeomRestoreChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5337 PetscCall(PetscFEGeomRestoreChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidualByKey()
5791 PetscCall(PetscFEGeomRestoreChunk(geomF, offset, numCells, &remGeomF)); in DMPlexComputeResidualHybridByKey()
5792 PetscCall(PetscFEGeomRestoreChunk(geomF, 0, offset, &chunkGeomF)); in DMPlexComputeResidualHybridByKey()
5793 PetscCall(PetscFEGeomRestoreChunk(geomN, offset, numCells, &remGeomN)); in DMPlexComputeResidualHybridByKey()
[all …]
H A Dplexproject.c1058 PetscCall(PetscFEGeomRestoreChunk(fegeom, p, p + 1, &chunkgeom)); in DMProjectLocal_Generic_Plex()
1089 PetscCall(PetscFEGeomRestoreChunk(fegeom, p - pStart, pStart - p + 1, &chunkgeom)); in DMProjectLocal_Generic_Plex()
/petsc/src/dm/dt/fe/tests/
H A Dex1.c233 PetscCall(PetscFEGeomRestoreChunk(affineGeom, cStart, cEnd, &chunkGeom)); in TestIntegration()
H A Dex2.c279 PetscCall(PetscFEGeomRestoreChunk(affineGeom, cStart, cEnd, &chunkGeom)); in TestIntegration()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c1696 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()
1822 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Mixed()
H A Dex4.c2300 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()
2427 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Mixed()
H A Dex3.c1112 PetscCall(PetscFEGeomRestoreChunk(user->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()