Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c257 PetscInt num_wall = honee->app_ctx->wall_forces.num_wall, dim = 3; in TSMonitor_WallForce() local
267 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()
H A Dboundary_condition.c48 app_ctx->wall_forces.num_wall = bc_def->num_label_values; in BoundaryConditionSetUp()
/honee/include/
H A Dnavierstokes.h104 PetscInt num_wall; member