Lines Matching refs:remGeomF
5757 PetscFEGeom *chunkGeomF = NULL, *remGeomF = NULL; in DMPlexComputeResidualHybridByKey() local
5777 PetscCall(PetscFEGeomGetChunk(geomF, offset * 2, numCells * 2, &remGeomF)); 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()
5791 PetscCall(PetscFEGeomRestoreChunk(geomF, offset, numCells, &remGeomF)); in DMPlexComputeResidualHybridByKey()
6837 PetscFEGeom *chunkGeomF = NULL, *remGeomF = NULL; in DMPlexComputeJacobianHybridByKey() local
6857 PetscCall(PetscFEGeomGetChunk(geomF, offset * 2, numCells * 2, &remGeomF)); in DMPlexComputeJacobianHybridByKey()
6871 …tscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[0], 0, Nr, remGeomF, remGeomN, &u[off… in DMPlexComputeJacobianHybridByKey()
6873 …tscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[1], 1, Nr, remGeomF, remGeomN, &u[off… in DMPlexComputeJacobianHybridByKey()
6877 …EIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[0], 0, Nr, remGeomF, remGeomN, &u[off… in DMPlexComputeJacobianHybridByKey()
6879 …EIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[1], 1, Nr, remGeomF, remGeomN, &u[off… in DMPlexComputeJacobianHybridByKey()
6883 …tscFEIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN, key[2], 2, Nr, remGeomF, remGeomN, &u[off… in DMPlexComputeJacobianHybridByKey()
6887 …EIntegrateHybridJacobian(ds, dsIn, PETSCFE_JACOBIAN_PRE, key[2], 2, Nr, remGeomF, remGeomN, &u[off… in DMPlexComputeJacobianHybridByKey()
6890 PetscCall(PetscFEGeomRestoreChunk(geomF, offset, numCells, &remGeomF)); in DMPlexComputeJacobianHybridByKey()