Searched refs:slot_mu_downleft (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 568 PetscInt slot_mu_element, slot_lambda_element, slot_mu_downleft; in UpdateStress_2d() local 595 PetscCall(DMStagGetLocationSlot(ctx->dm_lame, DMSTAG_DOWN_LEFT, 0, &slot_mu_downleft)); in UpdateStress_2d() 626 const PetscScalar M = arr_lame[ey][ex][slot_mu_downleft]; in UpdateStress_2d() 651 …PetscInt slot_mu_element, slot_lambda_element, slot_mu_downleft, slot_mu_backdown, sl… in UpdateStress_3d() local 683 PetscCall(DMStagGetLocationSlot(ctx->dm_lame, DMSTAG_DOWN_LEFT, 0, &slot_mu_downleft)); in UpdateStress_3d() 728 const PetscScalar M = arr_lame[ez][ey][ex][slot_mu_downleft]; in UpdateStress_3d()
|