Home
last modified time | relevance | path

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

/petsc/src/dm/impls/stag/tutorials/
H A Dex6.c375 PetscInt slot_txx, slot_tyy, slot_txy_downleft, slot_txy_downright, slot_txy_upleft; in UpdateVelocity_2d() local
393 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_RIGHT, 0, &slot_txy_downright)); in UpdateVelocity_2d()
421 …arr_velocity[ey][ex][slot_vy_down] += B * ctx->dt * ((arr_stress[ey][ex][slot_txy_downright] - arr… in UpdateVelocity_2d()
454 PetscInt slot_txy_downleft, slot_txy_downright, slot_txy_upleft; in UpdateVelocity_3d() local
476 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_RIGHT, 0, &slot_txy_downright)); in UpdateVelocity_3d()
513 …z][ey][ex][slot_vy_down] += B * ctx->dt * ((arr_stress[ez][ey][ex][slot_txy_downright] - arr_stres… in UpdateVelocity_3d()