Home
last modified time | relevance | path

Searched refs:DMStagVecGetArrayRead (Results 1 – 16 of 16) sorted by relevance

/petsc/src/dm/impls/stag/tests/
H A Dex10.c38 PetscCall(DMStagVecGetArrayRead(dm, vecLocal1, &a1)); in main()
68 PetscCall(DMStagVecGetArrayRead(dm, vecLocal2, &a2)); in main()
H A Dex7.c39 PetscCall(DMStagVecGetArrayRead(dm, vecLocal1, &a1)); in main()
73 PetscCall(DMStagVecGetArrayRead(dm, vecLocal2, &a2)); in main()
H A Dex12.c38 PetscCall(DMStagVecGetArrayRead(dm, vecLocal1, &a1)); in main()
H A Dex19.c57 PetscCall(DMStagVecGetArrayRead(dm, localFine, &arr)); in main()
H A Dex9.c39 PetscCall(DMStagVecGetArrayRead(dm, vecLocal1, &a1)); in main()
H A Dex13.c168 PetscCall(DMStagVecGetArrayRead(dm, vecLocalCheck, &arr)); in Test2_1d()
247 PetscCall(DMStagVecGetArrayRead(dm, vecLocalCheck, &arr)); in Test2_2d()
385 PetscCall(DMStagVecGetArrayRead(dm, vecLocalCheck, &arr)); in Test2_3d()
H A Dex5.c128 PetscCall(DMStagVecGetArrayRead(dm, inLocal, &arrIn)); in ApplyOperator()
H A Dex11.c131 PetscCall(DMStagVecGetArrayRead(dm, inLocal, &arrIn)); in ApplyOperator()
H A Dex8.c136 PetscCall(DMStagVecGetArrayRead(dm, inLocal, &arrIn)); in ApplyOperator()
H A Dex30.c86 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CreateMat()
1652 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CheckMat()
/petsc/include/
H A Dpetscdmstag.h140 PETSC_EXTERN PetscErrorCode DMStagVecGetArrayRead(DM, Vec, void *);
173 return DMStagVecGetArrayRead(dm, v, a); in DMStagVecGetArrayDOFRead()
/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c386 PetscCall(DMStagVecGetArrayRead(ctx->dm_buoyancy, buoyancy_local, (void *)&arr_buoyancy)); in UpdateVelocity_2d()
396 PetscCall(DMStagVecGetArrayRead(ctx->dm_stress, stress_local, (void *)&arr_stress)); in UpdateVelocity_2d()
468 PetscCall(DMStagVecGetArrayRead(ctx->dm_buoyancy, buoyancy_local, (void *)&arr_buoyancy)); in UpdateVelocity_3d()
485 PetscCall(DMStagVecGetArrayRead(ctx->dm_stress, stress_local, (void *)&arr_stress)); in UpdateVelocity_3d()
590 PetscCall(DMStagVecGetArrayRead(ctx->dm_velocity, velocity_local, (void *)&arr_velocity)); in UpdateStress_2d()
598 PetscCall(DMStagVecGetArrayRead(ctx->dm_lame, lame_local, (void *)&arr_lame)); in UpdateStress_2d()
678 PetscCall(DMStagVecGetArrayRead(ctx->dm_velocity, velocity_local, (void *)&arr_velocity)); in UpdateStress_3d()
688 PetscCall(DMStagVecGetArrayRead(ctx->dm_lame, lame_local, (void *)&arr_lame)); in UpdateStress_3d()
H A Dex1.c136 PetscCall(DMStagVecGetArrayRead(dmCoordSol, coordSolLocal, &arrCoordSol)); in main()
H A Dex3.c190 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CreateSystem()
1819 PetscCall(DMStagVecGetArrayRead(dmCoord, coordLocal, &arrCoord)); in CreateReferenceSolution()
/petsc/src/dm/impls/stag/
H A Dstagda.c337 PetscCall(DMStagVecGetArrayRead(dmstagCoord, stagCoord, &cArrStag)); in DMStagTransferCoordinatesToDMDA()
355 PetscCall(DMStagVecGetArrayRead(dmstagCoord, stagCoord, &cArrStag)); in DMStagTransferCoordinatesToDMDA()
382 PetscCall(DMStagVecGetArrayRead(dmstagCoord, stagCoord, &cArrStag)); in DMStagTransferCoordinatesToDMDA()
H A Dstagutils.c89 PetscCall(DMStagVecGetArrayRead(subDM, coord1d_local, arr[d])); in DMStagGetProductCoordinateArrays_Private()
1655 PetscErrorCode DMStagVecGetArrayRead(DM dm, Vec vec, void *array) in DMStagVecGetArrayRead() function