Home
last modified time | relevance | path

Searched refs:DMPlexVecSetClosure (Results 1 – 14 of 14) sorted by relevance

/petsc/src/dm/impls/plex/tutorials/
H A Dex6.c58 PetscCall(DMPlexVecSetClosure(dm, NULL, u, j * Ni + i, closure, INSERT_VALUES)); in LoadData2D()
89 PetscCall(DMPlexVecSetClosure(dm, NULL, u, (k * Nj + j) * Ni + i, closure, INSERT_VALUES)); in LoadData3D()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdmplex.pxi69 …PetscErrorCode DMPlexVecSetClosure(PetscDM, PetscSection, PetscVec, PetscInt, PetscScalar[], Petsc…
H A DDMPlex.pyx1302 DM, DMPlex, petsc.DMPlexVecSetClosure
1311 CHKERR(DMPlexVecSetClosure(self.dm, csec, vec.vec, cp, cvals, im))
/petsc/src/dm/impls/plex/tests/
H A Dex26.c435 PetscCall(DMPlexVecSetClosure(dmS, NULL, S, cellID[cell], cval, INSERT_ALL_VALUES)); in main()
H A Dex26f90.F90458 …PetscCallA(DMPlexVecSetClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), cval, INSERT_ALL_VALUES, …
H A Dex62f90.F90442 …PetscCallA(DMPlexVecSetClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), cval, INSERT_ALL_VALUES, …
H A Dex3.c676 PetscCall(DMPlexVecSetClosure(dmfv, NULL, locX, c, cx, INSERT_ALL_VALUES)); in TestFVGrad()
/petsc/src/dm/impls/swarm/tests/
H A Dex2.c542 PetscCall(DMPlexVecSetClosure(dmC, NULL, locC, v, gradsum, INSERT_VALUES)); in InterpolateGradient()
/petsc/src/dm/impls/plex/
H A Dplexfem.c2253 PetscCall(DMPlexVecSetClosure(dmc, NULL, locC, v, valsum, INSERT_VALUES)); in DMPlexComputeClementInterpolant()
2395 PetscCall(DMPlexVecSetClosure(dmC, NULL, locC, v, gradsum, INSERT_VALUES)); in DMPlexComputeGradientClementInterpolant()
4550 … PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, &elemVec[cind * totDim], ADD_ALL_VALUES)); in DMPlexComputeResidual_Patch_Internal()
5034 …PetscCall(DMPlexVecSetClosure(plex, NULL, locF, support[0], &elemVec[face * totDim], ADD_ALL_VALUE… in DMPlexComputeBdResidualSingleByKey()
5361 … PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, &elemVec[cind * totDim], ADD_ALL_VALUES)); in DMPlexComputeResidualByKey()
5832 …PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, &elemVecCoh[cind * totDim], ADD_ALL_VALUES)… in DMPlexComputeResidualHybridByKey()
7134 PetscCall(DMPlexVecSetClosure(dm, section, locF, cell, z, ADD_VALUES)); in DMPlexComputeJacobianActionByKey()
H A Dplexgmsh.c2040 PetscCall(DMPlexVecSetClosure(cdm, section, coordinates, cell, cellCoords, INSERT_VALUES)); in DMPlexCreateGmsh()
H A Dplex.c7294 PetscErrorCode DMPlexVecSetClosure(DM dm, PetscSection section, Vec v, PetscInt point, const PetscS… in DMPlexVecSetClosure() function
/petsc/include/
H A Dpetscdmplex.h397 PETSC_EXTERN PetscErrorCode DMPlexVecSetClosure(DM, PetscSection, Vec, PetscInt, const PetscScalar[…
/petsc/src/ksp/ksp/utils/dm/
H A Ddmproject.c103 …for (c = cStart; c < cEnd; c++) PetscCall(DMPlexVecSetClosure(dm, NULL, mask, c, ones, INSERT_VALU… in DMGlobalToLocalSolve()
/petsc/doc/manual/
H A Ddmplex.md345 DMPlexVecSetClosure(dm, section, residual, cell, &r, ADD_VALUES);