Searched refs:slot_buoyancy_down (Results 1 – 1 of 1) sorted by relevance
| /petsc/src/dm/impls/stag/tutorials/ |
| H A D | ex6.c | 374 PetscInt slot_vx_left, slot_vy_down, slot_buoyancy_down, slot_buoyancy_left; in UpdateVelocity_2d() local 383 PetscCall(DMStagGetLocationSlot(ctx->dm_buoyancy, DMSTAG_DOWN, 0, &slot_buoyancy_down)); in UpdateVelocity_2d() 419 const PetscScalar B = arr_buoyancy[ey][ex][slot_buoyancy_down]; in UpdateVelocity_2d() 452 …PetscInt slot_vx_left, slot_vy_down, slot_vz_back, slot_buoyancy_down, slot_buoyancy_… in UpdateVelocity_3d() local 464 PetscCall(DMStagGetLocationSlot(ctx->dm_buoyancy, DMSTAG_DOWN, 0, &slot_buoyancy_down)); in UpdateVelocity_3d() 511 const PetscScalar B = arr_buoyancy[ez][ey][ex][slot_buoyancy_down]; in UpdateVelocity_3d()
|