Home
last modified time | relevance | path

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

/honee/problems/
H A Dstg_shur14.c336 PetscInt comps[5], num_comps = 4; in SetupStrongStg() local
342 for (int i = 0; i < 4; i++) comps[i] = i; in SetupStrongStg()
347 for (int i = 0; i < 4; i++) comps[i] = i + 1; in SetupStrongStg()
352 for (int i = 0; i < 4; i++) comps[i] = i + 1; in SetupStrongStg()
362 if (!strcmp(name, "inflow")) PetscCall(BCDefinitionSetEssential(bc_def, num_comps, comps)); in SetupStrongStg()