Home
last modified time | relevance | path

Searched refs:VecZeroEntries (Results 1 – 25 of 114) sorted by relevance

12345

/petsc/src/mat/impls/submat/
H A Dsubmat.c35 PetscCall(VecZeroEntries(Na->rwork)); in MatDiagonalScale_SubMatrix()
40 PetscCall(VecZeroEntries(Na->lwork)); in MatDiagonalScale_SubMatrix()
64 PetscCall(VecZeroEntries(Na->rwork)); in MatMult_SubMatrix()
78 PetscCall(VecZeroEntries(Na->rwork)); in MatMultAdd_SubMatrix()
84 PetscCall(VecZeroEntries(Na->lwork)); in MatMultAdd_SubMatrix()
92 PetscCall(VecZeroEntries(Na->lwork2)); in MatMultAdd_SubMatrix()
108 PetscCall(VecZeroEntries(Na->lwork)); in MatMultTranspose_SubMatrix()
122 PetscCall(VecZeroEntries(Na->lwork)); in MatMultTransposeAdd_SubMatrix()
128 PetscCall(VecZeroEntries(Na->rwork)); in MatMultTransposeAdd_SubMatrix()
136 PetscCall(VecZeroEntries(Na->rwork2)); in MatMultTransposeAdd_SubMatrix()
/petsc/src/ts/utils/
H A Ddmlocalts.c62 PetscCall(VecZeroEntries(locX)); in TSComputeIFunction_DMLocal()
63 PetscCall(VecZeroEntries(locX_t)); in TSComputeIFunction_DMLocal()
69 PetscCall(VecZeroEntries(locF)); in TSComputeIFunction_DMLocal()
73 PetscCall(VecZeroEntries(F)); in TSComputeIFunction_DMLocal()
102 PetscCall(VecZeroEntries(locX)); in TSComputeRHSFunction_DMLocal()
106 PetscCall(VecZeroEntries(locF)); in TSComputeRHSFunction_DMLocal()
110 PetscCall(VecZeroEntries(F)); in TSComputeRHSFunction_DMLocal()
139 PetscCall(VecZeroEntries(locX)); in TSComputeIJacobian_DMLocal()
140 PetscCall(VecZeroEntries(locX_t)); in TSComputeIJacobian_DMLocal()
H A Ddmdats.c82 PetscCall(VecZeroEntries(Floc)); in TSComputeIFunction_DMDA()
88 PetscCall(VecZeroEntries(F)); in TSComputeIFunction_DMDA()
170 PetscCall(VecZeroEntries(Floc)); in TSComputeRHSFunction_DMDA()
176 PetscCall(VecZeroEntries(F)); in TSComputeRHSFunction_DMDA()
/petsc/src/dm/impls/forest/tests/
H A Dex3.c112 PetscCall(VecZeroEntries(l)); in main()
114 PetscCall(VecZeroEntries(g)); in main()
126 PetscCall(VecZeroEntries(g2)); in main()
/petsc/src/snes/utils/
H A Ddmlocalsnes.c60 PetscCall(VecZeroEntries(Xloc)); in SNESComputeObjective_DMLocal()
90 PetscCall(VecZeroEntries(Xloc)); in SNESComputeFunction_DMLocal()
91 PetscCall(VecZeroEntries(Floc)); in SNESComputeFunction_DMLocal()
102 PetscCall(VecZeroEntries(F)); in SNESComputeFunction_DMLocal()
138 PetscCall(VecZeroEntries(Xloc)); in SNESComputeJacobian_DMLocal()
H A Ddmdasnes.c92 PetscCall(VecZeroEntries(Floc)); in SNESComputeFunction_DMDA()
103 PetscCall(VecZeroEntries(F)); in SNESComputeFunction_DMDA()
476 PetscCall(VecZeroEntries(Floc)); in SNESComputePicard_DMDA()
480 PetscCall(VecZeroEntries(F)); in SNESComputePicard_DMDA()
/petsc/src/dm/tests/
H A Dex21.c75 PetscCall(VecZeroEntries(ac)); in test1_DAInjection3d()
78 PetscCall(VecZeroEntries(af)); in test1_DAInjection3d()
/petsc/src/ts/tutorials/hybrid/
H A Dex1adj.c293 PetscCall(VecZeroEntries(lambda[0])); in main()
294 PetscCall(VecZeroEntries(lambda[1])); in main()
304 PetscCall(VecZeroEntries(mu[0])); in main()
305 PetscCall(VecZeroEntries(mu[1])); in main()
/petsc/src/ts/impls/glee/
H A Dglee.c462 PetscCall(VecZeroEntries(Y[i])); in TSEvaluateStep_GLEE()
468 PetscCall(VecZeroEntries(X)); in TSEvaluateStep_GLEE()
477 PetscCall(VecZeroEntries(Y[i])); in TSEvaluateStep_GLEE()
483 PetscCall(VecZeroEntries(X)); in TSEvaluateStep_GLEE()
530 PetscCall(VecZeroEntries(YStage[i])); in TSStep_GLEE()
538 PetscCall(VecZeroEntries(W)); in TSStep_GLEE()
754 PetscCall(VecZeroEntries(glee->yGErr)); in TSSetUp_GLEE()
772 PetscCall(VecZeroEntries(glee->Y[i])); in TSStartingMethod_GLEE()
949 PetscCall(VecZeroEntries(*X)); in TSGetAuxSolution_GLEE()
966 PetscCall(VecZeroEntries(*X)); in TSGetTimeError_GLEE()
/petsc/src/ts/utils/libceed/
H A Ddmplextsceed.c22 PetscCall(VecZeroEntries(locF)); in DMPlexTSComputeRHSFunctionFVMCEED()
/petsc/src/ts/impls/implicit/radau5/
H A Dradau5.c32 PetscCallAbort(PETSC_COMM_SELF, VecZeroEntries(yydot)); in FVPOL()
54 PetscCallAbort(PETSC_COMM_SELF, VecZeroEntries(yydot)); in JVPOL()
/petsc/src/ksp/ksp/tests/
H A Dlostnullspace.c55 PetscCall(VecZeroEntries(x)); in main()
56 PetscCall(VecZeroEntries(b)); in main()
/petsc/src/vec/vec/tests/
H A Dex52.c29 PetscCall(VecZeroEntries(x)); in main()
H A Dex31.c40 PetscCall(VecZeroEntries(y)); in main()
H A Dex53.c38 PetscCall(VecZeroEntries(x)); in main()
/petsc/src/vec/vec/tutorials/
H A Dex44.c105 PetscCall(VecZeroEntries(x_test)); in main()
124 PetscCall(VecZeroEntries(y_test)); in main()
/petsc/src/dm/impls/stag/tests/
H A Dex51.c23 PetscCall(VecZeroEntries(x)); in main()
/petsc/src/ksp/pc/impls/mg/
H A Dfmg.c28 PetscCall(VecZeroEntries(mglevels[0]->x)); in PCMGFCycle_Private()
78 PetscCall(VecZeroEntries(mglevels[0]->x)); in PCMGKCycle_Private()
/petsc/src/mat/impls/scatter/
H A Dmscatter.c55 PetscCall(VecZeroEntries(y)); in MatMult_Scatter()
79 PetscCall(VecZeroEntries(y)); in MatMultTranspose_Scatter()
/petsc/src/ts/tests/
H A Dex29.c36 PetscCall(VecZeroEntries(X)); in main()
/petsc/src/ksp/ksp/tutorials/
H A Dex69.c60 PetscCall(VecZeroEntries(blocal)); in ComputeRhs()
74 PetscCall(VecZeroEntries(b)); in ComputeRhs()
/petsc/src/mat/tests/
H A Dex18.c115 if (zerorhs) PetscCall(VecZeroEntries(rhs)); in main()
151 PetscCall(VecZeroEntries(x)); in main()
/petsc/src/ts/tutorials/
H A Dex24.c117 PetscCall(VecZeroEntries(Xdot)); in MonitorObjective()
161 PetscCall(VecZeroEntries(F)); in FormIFunction()
/petsc/src/tao/unconstrained/impls/lmvm/tests/
H A Dex1.c51 PetscCall(VecZeroEntries(sol)); in main()
/petsc/src/dm/impls/plex/tests/
H A Dex47.c564 PetscCall(VecZeroEntries(lNatVec)); in main()
571 PetscCall(VecZeroEntries(lGlobalVec)); in main()

12345