Lines Matching refs:chunkGeom

2527       PetscFEGeom    *chunkGeom = NULL;  in DMPlexComputeIntegral_Internal()  local
2542 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2543 PetscCall(PetscFEIntegrate(prob, f, Ne, chunkGeom, u, probAux, a, cintegral)); in DMPlexComputeIntegral_Internal()
2544 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2545 …PetscCall(PetscFEIntegrate(prob, f, Nr, chunkGeom, &u[offset * totDim], probAux, PetscSafePointerP… in DMPlexComputeIntegral_Internal()
2546 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2763 PetscFEGeom *fgeom, *chunkGeom = NULL; in DMPlexComputeBdIntegral_Internal() local
2821 … PetscCall(PetscFEGeomGetChunk(fgeom, chunk * chunkSize, (chunk + 1) * chunkSize, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
2822 …PetscCall(PetscFEIntegrateBd(prob, field, funcs[field], chunkSize, chunkGeom, &u[chunk * chunkSize… in DMPlexComputeBdIntegral_Internal()
2823 PetscCall(PetscFEGeomRestoreChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
2825 PetscCall(PetscFEGeomGetChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
2826 …PetscCall(PetscFEIntegrateBd(prob, field, funcs[field], Nr, chunkGeom, &u[offset * totDim], probAu… in DMPlexComputeBdIntegral_Internal()
2827 PetscCall(PetscFEGeomRestoreChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdIntegral_Internal()
4506 PetscFEGeom *chunkGeom = NULL; in DMPlexComputeResidual_Patch_Internal() local
4522 PetscCall(PetscFEGeomGetChunk(geom, 0, offset, &chunkGeom)); in DMPlexComputeResidual_Patch_Internal()
4523 … PetscCall(PetscFEIntegrateResidual(prob, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)); in DMPlexComputeResidual_Patch_Internal()
4524 PetscCall(PetscFEGeomGetChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidual_Patch_Internal()
4525 …PetscCall(PetscFEIntegrateResidual(prob, key, Nr, chunkGeom, &u[offset * totDim], PetscSafePointer… in DMPlexComputeResidual_Patch_Internal()
4526 PetscCall(PetscFEGeomRestoreChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidual_Patch_Internal()
5005 PetscFEGeom *chunkGeom = NULL; in DMPlexComputeBdResidualSingleByKey() local
5022 PetscCall(PetscFEGeomGetChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5023 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Ne, chunkGeom, u, u_t, probAux, a, t, elemVec)… in DMPlexComputeBdResidualSingleByKey()
5024 PetscCall(PetscFEGeomRestoreChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5025 PetscCall(PetscFEGeomGetChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5026 …PetscCall(PetscFEIntegrateBdResidual(prob, wf, key, Nr, chunkGeom, &u[offset * totDim], PetscSafeP… in DMPlexComputeBdResidualSingleByKey()
5027 PetscCall(PetscFEGeomRestoreChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdResidualSingleByKey()
5317 PetscFEGeom *chunkGeom = NULL; in DMPlexComputeResidualByKey() local
5333 PetscCall(PetscFEGeomGetChunk(geom, 0, offset, &chunkGeom)); in DMPlexComputeResidualByKey()
5334 PetscCall(PetscFEIntegrateResidual(ds, key, Ne, chunkGeom, u, u_t, dsAux, a, t, elemVec)); in DMPlexComputeResidualByKey()
5335 PetscCall(PetscFEGeomGetChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidualByKey()
5336 …PetscCall(PetscFEIntegrateResidual(ds, key, Nr, chunkGeom, &u[offset * totDim], PetscSafePointerPl… in DMPlexComputeResidualByKey()
5337 PetscCall(PetscFEGeomRestoreChunk(geom, offset, numCells, &chunkGeom)); in DMPlexComputeResidualByKey()
6011 PetscFEGeom *chunkGeom = NULL; in DMPlexComputeBdJacobianSingleByLabel() local
6024 PetscCall(PetscFEGeomGetChunk(fgeom, 0, offset, &chunkGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6027 …PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, dsAux, … in DMPlexComputeBdJacobianSingleByLabel()
6028 …cCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, dsAux, … in DMPlexComputeBdJacobianSingleByLabel()
6030 PetscCall(PetscFEGeomGetChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6034 …PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN, key, Nr, chunkGeom, &u[offset * tot… in DMPlexComputeBdJacobianSingleByLabel()
6036 …PetscCall(PetscFEIntegrateBdJacobian(ds, wf, PETSCFE_JACOBIAN_PRE, key, Nr, chunkGeom, &u[offset *… in DMPlexComputeBdJacobianSingleByLabel()
6038 PetscCall(PetscFEGeomRestoreChunk(fgeom, offset, numFaces, &chunkGeom)); in DMPlexComputeBdJacobianSingleByLabel()
6256 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKey() local
6281 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKey()
6286 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probA… in DMPlexComputeJacobianByKey()
6290 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianByKey()
6294 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianByKey()
6299 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKey()
6479 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKeyGeneral() local
6504 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKeyGeneral()
6509 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, dsAux, … in DMPlexComputeJacobianByKeyGeneral()
6513 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_PRE, key, Ne, chunkGeom, u, u_t, dsA… in DMPlexComputeJacobianByKeyGeneral()
6517 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, dsA… in DMPlexComputeJacobianByKeyGeneral()
6522 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKeyGeneral()
7080 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianActionByKey() local
7101 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianActionByKey()
7105 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ne, chunkGeom, u, u_t, probA… in DMPlexComputeJacobianActionByKey()
7108 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ne, chunkGeom, u, u_t, p… in DMPlexComputeJacobianActionByKey()
7113 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianActionByKey()