Lines Matching refs:PetscFEGeomGetChunk
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()
5776 PetscCall(PetscFEGeomGetChunk(geomF, 0, offset * 2, &chunkGeomF)); in DMPlexComputeResidualHybridByKey()
5777 PetscCall(PetscFEGeomGetChunk(geomF, offset * 2, numCells * 2, &remGeomF)); in DMPlexComputeResidualHybridByKey()
5778 PetscCall(PetscFEGeomGetChunk(geomN, 0, offset * 2, &chunkGeomN)); in DMPlexComputeResidualHybridByKey()
5779 PetscCall(PetscFEGeomGetChunk(geomN, offset * 2, numCells * 2, &remGeomN)); in DMPlexComputeResidualHybridByKey()
6024 PetscCall(PetscFEGeomGetChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6030 PetscCall(PetscFEGeomGetChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6281 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKey()
6282 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey()
6504 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKeyGeneral()
6505 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKeyGeneral()
6856 PetscCall(PetscFEGeomGetChunk(geomF, 0, offset * 2, &chunkGeomF)); in DMPlexComputeJacobianHybridByKey()
6857 PetscCall(PetscFEGeomGetChunk(geomF, offset * 2, numCells * 2, &remGeomF)); in DMPlexComputeJacobianHybridByKey()
6858 PetscCall(PetscFEGeomGetChunk(geomN, 0, offset * 2, &chunkGeomN)); in DMPlexComputeJacobianHybridByKey()
6859 PetscCall(PetscFEGeomGetChunk(geomN, offset * 2, numCells * 2, &remGeomN)); in DMPlexComputeJacobianHybridByKey()
7101 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianActionByKey()
7102 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianActionByKey()