Home
last modified time | relevance | path

Searched refs:slot_txy_downleft (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
392 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_LEFT, 0, &slot_txy_downleft)); in UpdateVelocity_2d()
421 …>dt * ((arr_stress[ey][ex][slot_txy_downright] - arr_stress[ey][ex][slot_txy_downleft]) / dx + (ar… in UpdateVelocity_2d()
430 …t_txx]) / dx + (arr_stress[ey][ex][slot_txy_upleft] - arr_stress[ey][ex][slot_txy_downleft]) / dy); in UpdateVelocity_2d()
454 PetscInt slot_txy_downleft, slot_txy_downright, slot_txy_upleft; in UpdateVelocity_3d() local
475 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_LEFT, 0, &slot_txy_downleft)); in UpdateVelocity_3d()
513 …arr_stress[ez][ey][ex][slot_txy_downright] - arr_stress[ez][ey][ex][slot_txy_downleft]) / dx + (ar… in UpdateVelocity_3d()
523 …+ (arr_stress[ez][ey][ex][slot_txy_upleft] - arr_stress[ez][ey][ex][slot_txy_downleft]) / dy + (ar… in UpdateVelocity_3d()
569 PetscInt slot_txx, slot_tyy, slot_txy_downleft; in UpdateStress_2d() local
578 PetscCall(DMStagGetLocationSlot(ctx->dm_stress, DMSTAG_DOWN_LEFT, 0, &slot_txy_downleft)); in UpdateStress_2d()
[all …]