Searched refs:num_wall (Results 1 – 3 of 3) sorted by relevance
244 PetscInt num_wall = user->app_ctx->wall_forces.num_wall, dim = 3; in TSMonitor_WallForce() local254 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()
52 app_ctx->wall_forces.num_wall = bc_def->num_label_values; in BoundaryConditionSetUp()
118 PetscInt num_wall; member