Lines Matching refs:DMPlexVecGetClosure
2045 PetscCall(DMPlexVecGetClosure(dm, NULL, lu, c, NULL, &x)); in DMPlexComputeL2FluxDiffVecLocal()
2046 PetscCall(DMPlexVecGetClosure(mdm, NULL, lmu, c, NULL, &mx)); in DMPlexComputeL2FluxDiffVecLocal()
2207 PetscCall(DMPlexVecGetClosure(dm, NULL, locX, cell, NULL, &x)); in DMPlexComputeClementInterpolant()
2339 PetscCall(DMPlexVecGetClosure(dm, NULL, locX, cell, NULL, &x)); in DMPlexComputeGradientClementInterpolant()
2507 PetscCall(DMPlexVecGetClosure(dm, section, locX, c, NULL, &x)); in DMPlexComputeIntegral_Internal()
2511 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, c, NULL, &x)); in DMPlexComputeIntegral_Internal()
2779 PetscCall(DMPlexVecGetClosure(plex, section, locX, support[0], NULL, &x)); in DMPlexComputeBdIntegral_Internal()
2785 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdIntegral_Internal()
3796 PetscCall(DMPlexVecGetClosure(plex, section, locX, cell, NULL, &x)); in DMPlexGetCellFields()
3800 PetscCall(DMPlexVecGetClosure(plex, section, locX_t, cell, NULL, &x_t)); in DMPlexGetCellFields()
3807 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subcell, NULL, &x)); in DMPlexGetCellFields()
3903 PetscCall(DMPlexVecGetClosure(plex, section, locX, cell, &Nxf, &xf)); in DMPlexGetHybridCellFields()
3904 if (locX_t) PetscCall(DMPlexVecGetClosure(plex, section, locX_t, cell, NULL, &xf_t)); in DMPlexGetHybridCellFields()
3937 PetscCall(DMPlexVecGetClosure(plex, section, locX, ncell, &Nxc, &xc)); in DMPlexGetHybridCellFields()
3938 if (locX_t) PetscCall(DMPlexVecGetClosure(plex, section, locX_t, ncell, NULL, &xc_t)); in DMPlexGetHybridCellFields()
3963 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subcell, &Nx, &x)); in DMPlexGetHybridCellFields()
4168 PetscCall(DMPlexVecGetClosure(dm, section, locX, cells[0], &ldof, &xL)); in DMPlexGetFaceFields()
4169 PetscCall(DMPlexVecGetClosure(dm, section, locX, cells[1], &rdof, &xR)); in DMPlexGetFaceFields()
4731 PetscCall(DMPlexVecGetClosure(dm, section, X, cell, NULL, &x)); in DMPlexComputeJacobian_Patch_Internal()
4736 PetscCall(DMPlexVecGetClosure(dm, section, X_t, cell, NULL, &x_t)); in DMPlexComputeJacobian_Patch_Internal()
4741 PetscCall(DMPlexVecGetClosure(dmAux, sectionAux, A, cell, NULL, &x)); in DMPlexComputeJacobian_Patch_Internal()
4984 PetscCall(DMPlexVecGetClosure(plex, section, locX, support[0], NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
4988 PetscCall(DMPlexVecGetClosure(plex, section, locX_t, support[0], NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
4996 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdResidualSingleByKey()
5987 PetscCall(DMPlexVecGetClosure(plex, section, locX, support[0], NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
5991 PetscCall(DMPlexVecGetClosure(plex, section, locX_t, support[0], NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
5998 PetscCall(DMPlexVecGetClosure(plexA, sectionAux, locA, subp, NULL, &x)); in DMPlexComputeBdJacobianSingleByLabel()
6227 PetscCall(DMPlexVecGetClosure(dm, section, locX, cell, NULL, &x)); in DMPlexComputeJacobianByKey()
6231 PetscCall(DMPlexVecGetClosure(dm, section, locX_t, cell, NULL, &x_t)); in DMPlexComputeJacobianByKey()
6238 PetscCall(DMPlexVecGetClosure(plex, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianByKey()
6450 PetscCall(DMPlexVecGetClosure(dmr, rsection, locX, cell, NULL, &x)); in DMPlexComputeJacobianByKeyGeneral()
6454 PetscCall(DMPlexVecGetClosure(dmr, rsection, locX_t, cell, NULL, &x_t)); in DMPlexComputeJacobianByKeyGeneral()
6461 PetscCall(DMPlexVecGetClosure(plex, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianByKeyGeneral()
7050 PetscCall(DMPlexVecGetClosure(plex, section, locX, cell, NULL, &x)); in DMPlexComputeJacobianActionByKey()
7054 PetscCall(DMPlexVecGetClosure(plex, section, locX_t, cell, NULL, &x_t)); in DMPlexComputeJacobianActionByKey()
7061 PetscCall(DMPlexVecGetClosure(plexAux, sectionAux, A, subcell, NULL, &x)); in DMPlexComputeJacobianActionByKey()
7065 PetscCall(DMPlexVecGetClosure(plex, section, locY, cell, NULL, &x)); in DMPlexComputeJacobianActionByKey()