Home
last modified time | relevance | path

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

/libCEED/examples/fluids/problems/
H A Dstg_shur14.c306 PetscInt comps[5], num_comps = 4; in SetupStrongStg() local
312 for (int i = 0; i < 4; i++) comps[i] = i; in SetupStrongStg()
317 for (int i = 0; i < 4; i++) comps[i] = i + 1; in SetupStrongStg()
322 for (int i = 0; i < 4; i++) comps[i] = i + 1; in SetupStrongStg()
328 …DM_BC_ESSENTIAL, "STG", label, bc->num_inflow, bc->inflows, 0, num_comps, comps, NULL, NULL, NULL,… in SetupStrongStg()