| /petsc/src/dm/impls/stag/tests/ |
| H A D | ex5.c | 39 PetscCall(DMStagVecGetArray(dmSol, solRefLocal, &arrSol)); in main() 42 PetscCall(DMStagVecGetArray(dmSol, rhsLocal, &arrRHS)); in main() 129 PetscCall(DMStagVecGetArray(dm, outLocal, &arrOut)); in ApplyOperator()
|
| H A D | ex11.c | 42 PetscCall(DMStagVecGetArray(dmSol, solRefLocal, &arrSol)); in main() 45 PetscCall(DMStagVecGetArray(dmSol, rhsLocal, &arrRHS)); in main() 132 PetscCall(DMStagVecGetArray(dm, outLocal, &arrOut)); in ApplyOperator()
|
| H A D | ex8.c | 42 PetscCall(DMStagVecGetArray(dmSol, solRefLocal, &arrSol)); in main() 45 PetscCall(DMStagVecGetArray(dmSol, rhsLocal, &arrRHS)); in main() 137 PetscCall(DMStagVecGetArray(dm, outLocal, &arrOut)); in ApplyOperator()
|
| H A D | ex51.c | 28 PetscCall(DMStagVecGetArray(dm, x, &x_array)); in main()
|
| H A D | ex12.c | 39 PetscCall(DMStagVecGetArray(dm, vecLocal2, &a2)); in main()
|
| H A D | ex19.c | 36 PetscCall(DMStagVecGetArray(dmCoarse, localCoarse, &arr)); in main()
|
| H A D | ex9.c | 40 PetscCall(DMStagVecGetArray(dm, vecLocal2, &a2)); in main()
|
| H A D | ex13.c | 147 PetscCall(DMStagVecGetArray(dm, vecLocal, &arr)); in Test2_1d() 208 PetscCall(DMStagVecGetArray(dm, vecLocal, &arr)); in Test2_2d() 314 PetscCall(DMStagVecGetArray(dm, vecLocal, &arr)); in Test2_3d()
|
| H A D | ex10.c | 39 PetscCall(DMStagVecGetArray(dm, vecLocal2, &a2)); in main()
|
| H A D | ex7.c | 40 PetscCall(DMStagVecGetArray(dm, vecLocal2, &a2)); in main()
|
| /petsc/include/ |
| H A D | petscdmstag.h | 139 PETSC_EXTERN PetscErrorCode DMStagVecGetArray(DM, Vec, void *); 169 return DMStagVecGetArray(dm, v, a); in DMStagVecGetArrayDOF()
|
| /petsc/src/dm/impls/stag/ |
| H A D | stag1d.c | 67 PetscCall(DMStagVecGetArray(dmf, xf_local, &arrf)); in DMStagRestrictSimple_1d() 68 PetscCall(DMStagVecGetArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_1d() 107 PetscCall(DMStagVecGetArray(dmCoord, coordLocal, &arr)); in DMStagSetUniformCoordinatesExplicit_1d()
|
| H A D | stagutils.c | 91 PetscCall(DMStagVecGetArray(subDM, coord1d_local, arr[d])); in DMStagGetProductCoordinateArrays_Private() 1606 PetscErrorCode DMStagVecGetArray(DM dm, Vec vec, void *array) in DMStagVecGetArray() function
|
| H A D | stag2d.c | 74 PetscCall(DMStagVecGetArray(dmf, xf_local, &arrf)); in DMStagRestrictSimple_2d() 75 PetscCall(DMStagVecGetArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_2d() 146 PetscCall(DMStagVecGetArray(dmCoord, coordLocal, &arr)); in DMStagSetUniformCoordinatesExplicit_2d()
|
| H A D | stag3d.c | 83 PetscCall(DMStagVecGetArray(dmf, xf_local, &arrf)); in DMStagRestrictSimple_3d() 84 PetscCall(DMStagVecGetArray(dmc, xc_local, &arrc)); in DMStagRestrictSimple_3d() 217 PetscCall(DMStagVecGetArray(dmCoord, coordLocal, &arr)); in DMStagSetUniformCoordinatesExplicit_3d()
|
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 403 PetscCall(DMStagVecGetArray(ctx->dm_velocity, velocity_local, &arr_velocity)); in UpdateVelocity_2d() 493 PetscCall(DMStagVecGetArray(ctx->dm_velocity, velocity_local, &arr_velocity)); in UpdateVelocity_3d() 581 PetscCall(DMStagVecGetArray(ctx->dm_stress, stress_local, &arr_stress)); in UpdateStress_2d() 667 PetscCall(DMStagVecGetArray(ctx->dm_stress, stress_local, &arr_stress)); in UpdateStress_3d()
|
| H A D | ex1.c | 133 PetscCall(DMStagVecGetArray(dmSol, solRefLocal, &arrSol)); in main()
|
| H A D | ex2.c | 589 PetscCall(DMStagVecGetArray(dmSol, solRefLocal, &arrSol)); in CreateReferenceSolution()
|
| H A D | ex4.c | 1893 PetscCall(DMStagVecGetArray(dm_coefficients, coeff_local, &arr_coefficients)); in PopulateCoefficientData() 1910 PetscCall(DMStagVecGetArray(dm_coefficients, coeff_local, &arr_coefficients)); in PopulateCoefficientData()
|
| H A D | ex3.c | 1821 PetscCall(DMStagVecGetArray(dmSol, solRefLocal, &arrSol)); in CreateReferenceSolution()
|
| /petsc/doc/manual/ |
| H A D | dmcommonality.md | 39 …l we are referring to. This is done using `DMStagStencilLocation`. `DMStagVecGetArray()` returns a…
|