| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex5.c | 57 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 D | ex11.c | 63 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 D | ex8.c | 68 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 D | ex51.c | 34 PetscCall(DMStagVecRestoreArray(dm, x, &x_array)); in main()
|
| H A D | ex12.c | 52 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
|
| H A D | ex19.c | 47 PetscCall(DMStagVecRestoreArray(dmCoarse, localCoarse, &arr)); in main()
|
| H A D | ex9.c | 56 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
|
| H A D | ex13.c | 162 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 D | ex10.c | 52 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
|
| H A D | ex7.c | 57 PetscCall(DMStagVecRestoreArray(dm, vecLocal2, &a2)); in main()
|
| /petsc/include/ |
| H A D | petscdmstag.h | 142 PETSC_EXTERN PetscErrorCode DMStagVecRestoreArray(DM, Vec, void *); 177 return DMStagVecRestoreArray(dm, v, a); in DMStagVecRestoreArrayDOF()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 83 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 D | stagutils.c | 989 PetscCall(DMStagVecRestoreArray(subDM, coord1d_local, arr[d])); in DMStagRestoreProductCoordinateArrays_Private() 1699 PetscErrorCode DMStagVecRestoreArray(DM dm, Vec vec, void *array) in DMStagVecRestoreArray() function
|
| H A D | stag2d.c | 122 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 D | stag3d.c | 194 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 D | ex6.c | 440 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 D | ex1.c | 155 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in main()
|
| H A D | ex2.c | 600 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in CreateReferenceSolution()
|
| H A D | ex4.c | 1902 PetscCall(DMStagVecRestoreArray(dm_coefficients, coeff_local, &arr_coefficients)); in PopulateCoefficientData() 1932 PetscCall(DMStagVecRestoreArray(dm_coefficients, coeff_local, &arr_coefficients)); in PopulateCoefficientData()
|
| H A D | ex3.c | 1833 PetscCall(DMStagVecRestoreArray(dmSol, solRefLocal, &arrSol)); in CreateReferenceSolution()
|
| /petsc/doc/manual/ |
| H A D | dmstag.md | 87 :end-at: PetscCall(DMStagVecRestoreArray
|