Lines Matching refs:cgeomFEM
2415 PetscFEGeom *cgeomFEM; in DMPlexComputeIntegral_Internal() local
2464 …uad) PetscCall(DMFieldCreateFEGeom(coordField, cellIS, affineQuad, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeIntegral_Internal()
2541 …(!affineQuad) PetscCall(DMFieldCreateFEGeom(coordField, cellIS, q, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeIntegral_Internal()
2542 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2544 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2546 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &chunkGeom)); in DMPlexComputeIntegral_Internal()
2547 if (!affineQuad) PetscCall(PetscFEGeomDestroy(&cgeomFEM)); in DMPlexComputeIntegral_Internal()
2579 if (affineQuad) PetscCall(PetscFEGeomDestroy(&cgeomFEM)); in DMPlexComputeIntegral_Internal()
4627 PetscFEGeom *cgeomFEM; in DMPlexComputeJacobian_Patch_Internal() local
4713 PetscCall(DMSNESGetFEGeom(coordField, cellIS, qGeom, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeJacobian_Patch_Internal()
4751 …Call(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Ncell, cgeomFEM, u, u_t, probAux,… in DMPlexComputeJacobian_Patch_Internal()
4752 …(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Ncell, cgeomFEM, u, u_t, probAux,… in DMPlexComputeJacobian_Patch_Internal()
4753 …(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Ncell, cgeomFEM, u, u_t, probAux,… in DMPlexComputeJacobian_Patch_Internal()
4788 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, qGeom, PETSC_FALSE, &cgeomFEM)); in DMPlexComputeJacobian_Patch_Internal()
6256 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKey() local
6273 PetscCall(DMSNESGetFEGeom(coordField, cellIS, qGeom, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeJacobianByKey()
6281 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKey()
6282 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey()
6298 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey()
6299 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKey()
6300 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, qGeom, PETSC_FALSE, &cgeomFEM)); in DMPlexComputeJacobianByKey()
6479 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKeyGeneral() local
6496 PetscCall(DMSNESGetFEGeom(coordField, cellIS, qGeom, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeJacobianByKeyGeneral()
6504 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKeyGeneral()
6505 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKeyGeneral()
6521 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKeyGeneral()
6522 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianByKeyGeneral()
6523 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, qGeom, PETSC_FALSE, &cgeomFEM)); in DMPlexComputeJacobianByKeyGeneral()
7080 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianActionByKey() local
7093 PetscCall(DMSNESGetFEGeom(coordField, cellIS, qGeom, PETSC_FEGEOM_BASIC, &cgeomFEM)); in DMPlexComputeJacobianActionByKey()
7101 PetscCall(PetscFEGeomGetChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianActionByKey()
7102 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianActionByKey()
7112 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianActionByKey()
7113 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, 0, offset, &chunkGeom)); in DMPlexComputeJacobianActionByKey()
7114 PetscCall(DMSNESRestoreFEGeom(coordField, cellIS, qGeom, PETSC_FALSE, &cgeomFEM)); in DMPlexComputeJacobianActionByKey()