Lines Matching refs:remGeomN

5759       PetscFEGeom    *chunkGeomN = NULL, *remGeomN = NULL;  in DMPlexComputeResidualHybridByKey()  local
5779 PetscCall(PetscFEGeomGetChunk(geomN, offset * 2, numCells * 2, &remGeomN)); in DMPlexComputeResidualHybridByKey()
5786 …PetscCall(PetscFEIntegrateHybridResidual(ds, dsIn, key[0], 0, Nr, remGeomF, remGeomN, &u[offset * … in DMPlexComputeResidualHybridByKey()
5788 …PetscCall(PetscFEIntegrateHybridResidual(ds, dsIn, key[1], 1, Nr, remGeomF, remGeomN, &u[offset * … in DMPlexComputeResidualHybridByKey()
5790 …PetscCall(PetscFEIntegrateHybridResidual(ds, dsIn, key[2], 2, Nr, remGeomF, remGeomN, &u[offset * … in DMPlexComputeResidualHybridByKey()
5793 PetscCall(PetscFEGeomRestoreChunk(geomN, offset, numCells, &remGeomN)); in DMPlexComputeResidualHybridByKey()
6839 PetscFEGeom *chunkGeomN = NULL, *remGeomN = NULL; in DMPlexComputeJacobianHybridByKey() local
6859 PetscCall(PetscFEGeomGetChunk(geomN, offset * 2, numCells * 2, &remGeomN)); in DMPlexComputeJacobianHybridByKey()
6871 …rateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[0], 0, Nr, remGeomF, remGeomN, &u[offset * totD… in DMPlexComputeJacobianHybridByKey()
6873 …rateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[1], 1, Nr, remGeomF, remGeomN, &u[offset * totD… in DMPlexComputeJacobianHybridByKey()
6877 …HybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[0], 0, Nr, remGeomF, remGeomN, &u[offset * totD… in DMPlexComputeJacobianHybridByKey()
6879 …HybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[1], 1, Nr, remGeomF, remGeomN, &u[offset * totD… in DMPlexComputeJacobianHybridByKey()
6883 …rateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[2], 2, Nr, remGeomF, remGeomN, &u[offset * totD… in DMPlexComputeJacobianHybridByKey()
6887 …HybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[2], 2, Nr, remGeomF, remGeomN, &u[offset * totD… in DMPlexComputeJacobianHybridByKey()
6892 PetscCall(PetscFEGeomRestoreChunk(geomN, offset, numCells, &remGeomN)); in DMPlexComputeJacobianHybridByKey()