Home
last modified time | relevance | path

Searched refs:DMStagVecRestoreArray (Results 1 – 21 of 21) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex5.c57 PetscCall(DMStagVecRestoreArray(dmSol, rhsLocal, &arrRHS)); in main()
60 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in main()
147 PetscCall(DMStagVecRestoreArray(dm, outLocal, &arrOut)); in ApplyOperator()
H A Dex11.c63 PetscCall(DMStagVecRestoreArray(dmSol, rhsLocal, &arrRHS)); in main()
66 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in main()
164 PetscCall(DMStagVecRestoreArray(dm, outLocal, &arrOut)); in ApplyOperator()
H A Dex8.c68 PetscCall(DMStagVecRestoreArray(dmSol, rhsLocal, &arrRHS)); in main()
71 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in main()
192 PetscCall(DMStagVecRestoreArray(dm, outLocal, &arrOut)); in ApplyOperator()
H A Dex51.c34 PetscCall(DMStagVecRestoreArray(dm, x, &x_array)); in main()
H A Dex12.c52 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
H A Dex19.c47 PetscCall(DMStagVecRestoreArray(dmCoarse, localCoarse, &arr)); in main()
H A Dex9.c56 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
H A Dex13.c162 PetscCall(DMStagVecRestoreArray(dm, vecLocal, &arr)); in Test2_1d()
241 PetscCall(DMStagVecRestoreArray(dm, vecLocal, &arr)); in Test2_2d()
379 PetscCall(DMStagVecRestoreArray(dm, vecLocal, &arr)); in Test2_3d()
H A Dex10.c52 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
H A Dex7.c57 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
/petsc/include/
H A Dpetscdmstag.h142 PETSC_EXTERN PetscErrorCode DMStagVecRestoreArray(DM, Vec, void *);
177 return DMStagVecRestoreArray(dm, v, a); in DMStagVecRestoreArrayDOF()
/petsc/src/dm/impls/stag/
H A Dstag1d.c83 PetscCall(DMStagVecRestoreArray(dmf, xf_local, &arrf)); in DMStagRestrictSimple_1d()
84 PetscCall(DMStagVecRestoreArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_1d()
125 PetscCall(DMStagVecRestoreArray(dmCoord, coordLocal, &arr)); in DMStagSetUniformCoordinatesExplicit_1d()
H A Dstagutils.c989 PetscCall(DMStagVecRestoreArray(subDM, coord1d_local, arr[d])); in DMStagRestoreProductCoordinateArrays_Private()
1699 PetscErrorCode DMStagVecRestoreArray(DM dm, Vec vec, void *array) in DMStagVecRestoreArray() function
H A Dstag2d.c122 PetscCall(DMStagVecRestoreArray(dmf, xf_local, &arrf)); in DMStagRestrictSimple_2d()
123 PetscCall(DMStagVecRestoreArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_2d()
180 PetscCall(DMStagVecRestoreArray(dmCoord, coordLocal, &arr)); in DMStagSetUniformCoordinatesExplicit_2d()
H A Dstag3d.c194 PetscCall(DMStagVecRestoreArray(dmf, xf_local, &arrf)); in DMStagRestrictSimple_3d()
195 PetscCall(DMStagVecRestoreArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_3d()
276 PetscCall(DMStagVecRestoreArray(dmCoord, coordLocal, &arr)); in DMStagSetUniformCoordinatesExplicit_3d()
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c440 PetscCall(DMStagVecRestoreArray(ctx->dm_velocity, velocity_local, &arr_velocity)); in UpdateVelocity_2d()
544 PetscCall(DMStagVecRestoreArray(ctx->dm_velocity, velocity_local, &arr_velocity)); in UpdateVelocity_3d()
634 PetscCall(DMStagVecRestoreArray(ctx->dm_stress, stress_local, &arr_stress)); in UpdateStress_2d()
752 PetscCall(DMStagVecRestoreArray(ctx->dm_stress, stress_local, &arr_stress)); in UpdateStress_3d()
H A Dex1.c155 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in main()
H A Dex2.c600 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in CreateReferenceSolution()
H A Dex4.c1902 PetscCall(DMStagVecRestoreArray(dm_coefficients, coeff_local, &arr_coefficients)); in PopulateCoefficientData()
1932 PetscCall(DMStagVecRestoreArray(dm_coefficients, coeff_local, &arr_coefficients)); in PopulateCoefficientData()
H A Dex3.c1833 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in CreateReferenceSolution()
/petsc/doc/manual/
H A Ddmstag.md87 :end-at: PetscCall(DMStagVecRestoreArray