Searched refs:PetscFEGeomRestoreChunk (Results 1 – 9 of 9) sorted by relevance
| /petsc/src/dm/dt/fe/interface/ |
| H A D | fegeom.c | 131 PetscErrorCode PetscFEGeomRestoreChunk(PetscFEGeom *geom, PetscInt cStart, PetscInt cEnd, PetscFEGe… in PetscFEGeomRestoreChunk() function
|
| /petsc/include/ |
| H A D | petscfe.h | 63 PETSC_EXTERN PetscErrorCode PetscFEGeomRestoreChunk(PetscFEGeom *, PetscInt, PetscInt, PetscFEGeom …
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfem.c | 2546 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 D | plexproject.c | 1058 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 D | ex1.c | 233 PetscCall(PetscFEGeomRestoreChunk(affineGeom, cStart, cEnd, &chunkGeom)); in TestIntegration()
|
| H A D | ex2.c | 279 PetscCall(PetscFEGeomRestoreChunk(affineGeom, cStart, cEnd, &chunkGeom)); in TestIntegration()
|
| /petsc/src/ts/tutorials/hamiltonian/ |
| H A D | ex2.c | 1696 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Primal() 1822 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex4.c | 2300 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Primal() 2427 PetscCall(PetscFEGeomRestoreChunk(ctx->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Mixed()
|
| H A D | ex3.c | 1112 PetscCall(PetscFEGeomRestoreChunk(user->fegeom, 0, 1, &chunkgeom)); in ComputeFieldAtParticles_Primal()
|