Searched refs:PetscFEGeomGetChunk (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2542 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 D | plexproject.c | 1052 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 D | fegeom.c | 85 PetscErrorCode PetscFEGeomGetChunk(PetscFEGeom *geom, PetscInt cStart, PetscInt cEnd, PetscFEGeom *… in PetscFEGeomGetChunk() function
|
| /petsc/include/ |
| H A D | petscfe.h | 62 PETSC_EXTERN PetscErrorCode PetscFEGeomGetChunk(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom **);
|
| /petsc/src/dm/dt/fe/tests/ |
| H A D | ex1.c | 226 PetscCall(PetscFEGeomGetChunk(geom, cS, cE, &chunkGeom)); in TestIntegration()
|
| H A D | ex2.c | 274 PetscCall(PetscFEGeomGetChunk(geom, cS, cE, &chunkGeom)); in TestIntegration()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 1671 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 D | ex4.c | 2275 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 D | ex3.c | 1087 PetscCall(PetscFEGeomGetChunk(user->fegeom, c - cStart, c - cStart + 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()
|