Home
last modified time | relevance | path

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

/petsc/src/dm/impls/plex/
H A Dplexfem.c2542 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2544 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2821 … PetscCall(PetscFEGeomGetChunk(fgeom, chunk * chunkSize, (chunk + 1) * chunkSize, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
2825 PetscCall(PetscFEGeomGetChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
4522 PetscCall(PetscFEGeomGetChunk(geom, 0, offset, &chunkGeom)); in DMPlexComputeResidual_Patch_Internal()
4524 PetscCall(PetscFEGeomGetChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidual_Patch_Internal()
5022 PetscCall(PetscFEGeomGetChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5025 PetscCall(PetscFEGeomGetChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5333 PetscCall(PetscFEGeomGetChunk(geom, 0, offset, &chunkGeom)); in DMPlexComputeResidualByKey()
5335 PetscCall(PetscFEGeomGetChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidualByKey()
[all …]
H A Dplexproject.c1052 PetscCall(PetscFEGeomGetChunk(fegeom, p, p + 1, &chunkgeom)); in DMProjectLocal_Generic_Plex()
1083 PetscCall(PetscFEGeomGetChunk(fegeom, p - pStart, p - pStart + 1, &chunkgeom)); in DMProjectLocal_Generic_Plex()
/petsc/src/dm/dt/fe/interface/
H A Dfegeom.c85 PetscErrorCode PetscFEGeomGetChunk(PetscFEGeom *geom, PetscInt cStart, PetscInt cEnd, PetscFEGeom *… in PetscFEGeomGetChunk() function
/petsc/include/
H A Dpetscfe.h62 PETSC_EXTERN PetscErrorCode PetscFEGeomGetChunk(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom **);
/petsc/src/dm/dt/fe/tests/
H A Dex1.c226 PetscCall(PetscFEGeomGetChunk(geom, cS, cE, &chunkGeom)); in TestIntegration()
H A Dex2.c274 PetscCall(PetscFEGeomGetChunk(geom, cS, cE, &chunkGeom)); in TestIntegration()
/petsc/src/ts/tutorials/hamiltonian/
H A Dex2.c1671 PetscCall(PetscFEGeomGetChunk(ctx->fegeom, c - cStart, c - cStart + 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()
1797 PetscCall(PetscFEGeomGetChunk(ctx->fegeom, c - cStart, c - cStart + 1, &chunkgeom)); in ComputeFieldAtParticles_Mixed()
H A Dex4.c2275 PetscCall(PetscFEGeomGetChunk(ctx->fegeom, c - cStart, c - cStart + 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()
2402 PetscCall(PetscFEGeomGetChunk(ctx->fegeom, c - cStart, c - cStart + 1, &chunkgeom)); in ComputeFieldAtParticles_Mixed()
H A Dex3.c1087 PetscCall(PetscFEGeomGetChunk(user->fegeom, c - cStart, c - cStart + 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()