Home
last modified time | relevance | path

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

/libCEED/examples/fluids/src/
H A Dsetupts.c244 PetscInt num_wall = user->app_ctx->wall_forces.num_wall, dim = 3; in TSMonitor_WallForce() local
254 PetscCall(PetscMalloc1(num_wall * dim, &reaction_force)); in TSMonitor_WallForce()
255 PetscCall(Surface_Forces_NS(user->dm, G_loc, num_wall, walls, reaction_force)); in TSMonitor_WallForce()
265 for (PetscInt w = 0; w < num_wall; w++) { in TSMonitor_WallForce()
H A Dboundary_condition.c52 app_ctx->wall_forces.num_wall = bc_def->num_label_values; in BoundaryConditionSetUp()
/libCEED/examples/fluids/
H A Dnavierstokes.h118 PetscInt num_wall; member