Lines Matching refs:VecGetDM

1057   PetscCall(VecGetDM(faceGeometry, &dmFace));  in DMPlexInsertBoundaryValuesRiemann()
1060 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexInsertBoundaryValuesRiemann()
1067 PetscCall(VecGetDM(Grad, &dmGrad)); in DMPlexInsertBoundaryValuesRiemann()
2015 PetscCall(VecGetDM(lu, &dm)); in DMPlexComputeL2FluxDiffVecLocal()
2016 PetscCall(VecGetDM(lmu, &mdm)); in DMPlexComputeL2FluxDiffVecLocal()
2017 PetscCall(VecGetDM(eFlux, &edm)); in DMPlexComputeL2FluxDiffVecLocal()
2110 PetscCall(VecGetDM(u, &dm)); in DMPlexComputeL2FluxDiffVec()
2115 PetscCall(VecGetDM(mu, &mdm)); in DMPlexComputeL2FluxDiffVec()
2159 PetscCall(VecGetDM(locC, &dmc)); in DMPlexComputeClementInterpolant()
2292 PetscCall(VecGetDM(locC, &dmC)); in DMPlexComputeGradientClementInterpolant()
2448 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexComputeIntegral_Internal()
2689 PetscCall(VecGetDM(F, &dmF)); in DMPlexComputeCellwiseIntegralFEM()
2752 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexComputeBdIntegral_Internal()
3777 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexGetCellFields()
3875 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexGetHybridCellFields()
4131 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexGetFaceFields()
4133 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexGetFaceFields()
4136 PetscCall(VecGetDM(locGrad, &dmGrad)); in DMPlexGetFaceFields()
4296 PetscCall(VecGetDM(faceGeometry, &dmFace)); in DMPlexGetFaceGeometry()
4298 PetscCall(VecGetDM(cellGeometry, &dmCell)); in DMPlexGetFaceGeometry()
4421 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexComputeResidual_Patch_Internal()
4643 PetscCall(VecGetDM(A, &dmAux)); in DMPlexComputeJacobian_Patch_Internal()
4939 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexComputeBdResidualSingleByKey()
5218 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexComputeResidualByKey()
5609 PetscCall(VecGetDM(locA[2], &dmAux[2])); in DMPlexComputeResidualHybridByKey()
5629 if (locA[c]) PetscCall(VecGetDM(locA[c], &dmAux[c])); in DMPlexComputeResidualHybridByKey()
5643 PetscCall(VecGetDM(locS[2], &dmScale[2])); in DMPlexComputeResidualHybridByKey()
5936 PetscCall(VecGetDM(locA, &dmAux)); in DMPlexComputeBdJacobianSingleByLabel()
6194 PetscCall(VecGetDM(A, &dmAux)); in DMPlexComputeJacobianByKey()
6413 PetscCall(VecGetDM(A, &dmAux)); in DMPlexComputeJacobianByKeyGeneral()
6692 PetscCall(VecGetDM(locA[2], &dmAux[2])); in DMPlexComputeJacobianHybridByKey()
6713 if (locA[c]) PetscCall(VecGetDM(locA[c], &dmAux[c])); in DMPlexComputeJacobianHybridByKey()
6727 PetscCall(VecGetDM(locS[2], &dmScale[2])); in DMPlexComputeJacobianHybridByKey()
7033 PetscCall(VecGetDM(A, &dmAux)); in DMPlexComputeJacobianActionByKey()