Home
last modified time | relevance | path

Searched refs:INSERT_ALL_VALUES (Results 1 – 25 of 40) sorted by relevance

12

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DConst.pyx69 INSERT_ALL_VALUES = PETSC_INSERT_ALL_VALUES variable in InsertMode
77 INSERT_ALL = INSERT_ALL_VALUES
H A Dpetscdef.pxi17 PETSC_INSERT_ALL_VALUES "INSERT_ALL_VALUES"
/petsc/src/vec/vec/utils/
H A Dvsection.c105 …const PetscBool doInsert = mode == INSERT_VALUES || mode == INSERT_ALL_VALUES || mode == INSERT… in VecSetValuesSection()
106 …const PetscBool doInterior = mode == INSERT_ALL_VALUES || mode == ADD_ALL_VALUES || mode == INSER… in VecSetValuesSection()
107 …const PetscBool doBC = mode == INSERT_ALL_VALUES || mode == ADD_ALL_VALUES || mode == INSER… in VecSetValuesSection()
/petsc/src/dm/dt/dualspace/impls/lagrange/tutorials/
H A Dex2.c36 PetscCall(DMProjectFunction(K, 0.0, initu, NULL, INSERT_ALL_VALUES, X)); in main()
/petsc/src/ts/tutorials/
H A Dex47.c172 PetscCall(DMProjectFunctionLocal(dmAux, 0.0, funcs, NULL, INSERT_ALL_VALUES, v)); in SetupVelocity()
248 PetscCall(DMProjectFunction(dm, time, func, ctxs, INSERT_ALL_VALUES, error)); in MonitorError()
308 PetscCall(DMProjectFunction(dm, t, func, ctxs, INSERT_ALL_VALUES, u)); in main()
H A Dex46.c350 PetscCall(DMProjectFunction(dm, 0.0, funcs, ctxs, INSERT_ALL_VALUES, u)); in main()
/petsc/src/snes/tests/
H A Dex8.c454 PetscCall(DMProjectFunction(dm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, u)); in ComputeError()
561 PetscCall(DMProjectFunction(idm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, iu)); in CheckTransfer()
601 PetscCall(DMProjectFunction(idm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, iV)); in CheckTransfer()
602 PetscCall(DMProjectFunction(fdm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, fV)); in CheckTransfer()
H A Dex2.c306 PetscCall(DMProjectFunctionLocal(dm, 0.0, funcs, NULL, INSERT_ALL_VALUES, lu)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex46.c123 PetscCall(DMProjectFunction(dm, 0.0, user.funcs, NULL, INSERT_ALL_VALUES, u)); in main()
H A Dex60.c135 PetscCall(DMProjectFunctionLocal(dmIndi, 0.0, funcs, NULL, INSERT_ALL_VALUES, indicator)); in main()
H A Dex3.c676 PetscCall(DMPlexVecSetClosure(dmfv, NULL, locX, c, cx, INSERT_ALL_VALUES)); in TestFVGrad()
733 PetscCall(DMProjectFunction(dm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, u)); in ComputeError()
854 PetscCall(DMProjectFunction(idm, 0.0, exactFuncs, exactCtxs, INSERT_ALL_VALUES, iu)); in CheckInterpolation()
H A Dex26.c435 PetscCall(DMPlexVecSetClosure(dmS, NULL, S, cellID[cell], cval, INSERT_ALL_VALUES)); in main()
H A Dex26f90.F90458 …CallA(DMPlexVecSetClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), cval, INSERT_ALL_VALUES, ierr))
H A Dex62f90.F90442 …CallA(DMPlexVecSetClosure(dmS, PETSC_NULL_SECTION, S, cellID(cell), cval, INSERT_ALL_VALUES, ierr))
/petsc/include/
H A Dpetscsystypes.h975 INSERT_ALL_VALUES, enumerator
/petsc/src/snes/tutorials/
H A Dex76.c479 PetscCall(DMProjectFunction(dm, 0.0, funcs, NULL, INSERT_ALL_VALUES, vec)); in CreatePressureNullSpace()
525 PetscCall(DMProjectFunction(dm, 0.0, exactFuncs, ctxs, INSERT_ALL_VALUES, u)); in main()
544 PetscCall(DMProjectFunction(dm, 0.0, exactFuncs, ctxs, INSERT_ALL_VALUES, r)); in main()
H A Dex12.c674 PetscCall(DMProjectFunctionLocal(dmAux, 0.0, matFuncs, ctx, INSERT_ALL_VALUES, nu)); in SetupMaterial()
691 PetscCall(DMProjectFunctionLocal(dmAux, 0.0, bcFuncs, NULL, INSERT_ALL_VALUES, uexact)); in SetupBC()
819 if (user.fieldBC) PetscCall(DMProjectField(dm, 0.0, u, user.exactFields, INSERT_ALL_VALUES, u)); in main()
820 else PetscCall(DMProjectFunction(dm, 0.0, user.exactFuncs, NULL, INSERT_ALL_VALUES, u)); in main()
H A Dex71.c334 PetscCall(DMProjectFunction(dm, 0.0, exactFuncs, ctxs, INSERT_ALL_VALUES, u)); in main()
H A Dex11.c320 PetscCall(DMProjectFunction(dmAux, 0.0, auxFuncs, auxCtxs, INSERT_ALL_VALUES, auxDataGlobal)); in SetupProblem()
H A Dex62.c355 PetscCall(DMProjectFunction(dm, 0.0, funcs, NULL, INSERT_ALL_VALUES, vec)); in CreatePressureNullSpace()
/petsc/src/dm/interface/
H A Ddm.c2806 if (cMat && (mode == INSERT_VALUES || mode == INSERT_ALL_VALUES || mode == INSERT_BC_VALUES)) { in DMGlobalToLocalHook_Constraints()
2821 PetscCall(VecSetValuesSection(l, section, p, vals, INSERT_ALL_VALUES)); in DMGlobalToLocalHook_Constraints()
2907 …PetscUseTypeMethod(dm, globaltolocalbegin, g, mode == INSERT_ALL_VALUES ? INSERT_VALUES : (mode ==… in DMGlobalToLocalBegin()
2953 …PetscUseTypeMethod(dm, globaltolocalend, g, mode == INSERT_ALL_VALUES ? INSERT_VALUES : (mode == A… in DMGlobalToLocalEnd()
3125 case INSERT_ALL_VALUES: in DMLocalToGlobalBegin()
3209 …PetscUseTypeMethod(dm, localtoglobalbegin, l, mode == INSERT_ALL_VALUES ? INSERT_VALUES : (mode ==… in DMLocalToGlobalBegin()
3245 case INSERT_ALL_VALUES: in DMLocalToGlobalEnd()
3278 …PetscUseTypeMethod(dm, localtoglobalend, l, mode == INSERT_ALL_VALUES ? INSERT_VALUES : (mode == A… in DMLocalToGlobalEnd()
3314 …PetscUseTypeMethod(dm, localtolocalbegin, g, mode == INSERT_ALL_VALUES ? INSERT_VALUES : (mode == … in DMLocalToLocalBegin()
3342 …PetscUseTypeMethod(dm, localtolocalend, g, mode == INSERT_ALL_VALUES ? INSERT_VALUES : (mode == AD… in DMLocalToLocalEnd()
[all …]
/petsc/src/ksp/pc/impls/mg/
H A Dmgadapt.c110 PetscCall(DMProjectFunction(dm, 0.0, funcs, ctxs, INSERT_ALL_VALUES, tmp)); in PCMGCreateCoarseSpaceDefault_Private()
/petsc/src/dm/dt/fe/tests/
H A Dex3.c159 PetscCall(DMProjectFunction(dm, 0.0, exactSol, exactCtx, INSERT_ALL_VALUES, u)); in CheckInterpolation()
/petsc/include/petsc/private/
H A Dhashmap.h377 case INSERT_ALL_VALUES: /* fallthrough */ \
/petsc/src/dm/field/tutorials/
H A Dex1.c305 PetscCall(DMProjectFunctionLocal(dm, 0.0, func, ctxs, INSERT_ALL_VALUES, fieldvec)); in main()

12