Searched refs:num_wall (Results 1 – 3 of 3) sorted by relevance
257 PetscInt num_wall = honee->app_ctx->wall_forces.num_wall, dim = 3; in TSMonitor_WallForce() local267 PetscCall(PetscCalloc1(num_wall * dim, &reaction_force)); in TSMonitor_WallForce()268 PetscCall(Surface_Forces_NS(honee->dm, G_loc, num_wall, walls, reaction_force)); in TSMonitor_WallForce()278 for (PetscInt w = 0; w < num_wall; w++) { in TSMonitor_WallForce()
48 app_ctx->wall_forces.num_wall = bc_def->num_label_values; in BoundaryConditionSetUp()
104 PetscInt num_wall; member