Searched refs:slot_txy_upleft (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 375 PetscInt slot_txx, slot_tyy, slot_txy_downleft, slot_txy_downright, slot_txy_upleft; in UpdateVelocity_2d() local 391 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_UP_LEFT, 0, &slot_txy_upleft)); in UpdateVelocity_2d() 430 …_txx] - arr_stress[ey][ex - 1][slot_txx]) / dx + (arr_stress[ey][ex][slot_txy_upleft] - arr_stress… in UpdateVelocity_2d() 454 PetscInt slot_txy_downleft, slot_txy_downright, slot_txy_upleft; in UpdateVelocity_3d() local 474 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_UP_LEFT, 0, &slot_txy_upleft)); in UpdateVelocity_3d() 523 …arr_stress[ez][ey][ex - 1][slot_txx]) / dx + (arr_stress[ez][ey][ex][slot_txy_upleft] - arr_stress… in UpdateVelocity_3d()
|