Home
last modified time | relevance | path

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

/honee/src/
H A Dsetupts.c72 static PetscErrorCode Surface_Forces_NS(DM dm, Vec G_loc, PetscInt num_walls, const PetscInt walls[… in Surface_Forces_NS() argument
82 for (PetscInt w = 0; w < num_walls; w++) { in Surface_Forces_NS()
110 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, reaction_force, dim * num_walls, MPIU_SCALAR, MPI_SUM, c… in Surface_Forces_NS()