Lines Matching refs:remGeom

6256     PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL;  in DMPlexComputeJacobianByKey()  local
6282 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey()
6287 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * tot… in DMPlexComputeJacobianByKey()
6291 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_PRE, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianByKey()
6295 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianByKey()
6298 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKey()
6479 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianByKeyGeneral() local
6505 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKeyGeneral()
6510 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * totDi… in DMPlexComputeJacobianByKeyGeneral()
6514 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_PRE, key, Nr, remGeom, &u[offset * t… in DMPlexComputeJacobianByKeyGeneral()
6518 …PetscCall(PetscFEIntegrateJacobian(rds, cds, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset * t… in DMPlexComputeJacobianByKeyGeneral()
6521 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianByKeyGeneral()
7080 PetscFEGeom *cgeomFEM, *chunkGeom = NULL, *remGeom = NULL; in DMPlexComputeJacobianActionByKey() local
7102 PetscCall(PetscFEGeomGetChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianActionByKey()
7106 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN, key, Nr, remGeom, &u[offset * tot… in DMPlexComputeJacobianActionByKey()
7109 …PetscCall(PetscFEIntegrateJacobian(prob, prob, PETSCFE_JACOBIAN_DYN, key, Nr, remGeom, &u[offset *… in DMPlexComputeJacobianActionByKey()
7112 PetscCall(PetscFEGeomRestoreChunk(cgeomFEM, offset, numCells, &remGeom)); in DMPlexComputeJacobianActionByKey()