Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex53.c1718 PetscInt id_mandel[2]; in SetupPrimalProblem() local
1849 id_mandel[0] = 3; in SetupPrimalProblem()
1850 id_mandel[1] = 1; in SetupPrimalProblem()
1854 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "vertical stress", label, 2, id_mandel, 0, 2, comp_ma… in SetupPrimalProblem()
1859 id_mandel[0] = 2; in SetupPrimalProblem()
1860 id_mandel[1] = 4; in SetupPrimalProblem()
1861 …PetscCall(DMAddBoundary(dm, DM_BC_ESSENTIAL, "drained surface", label, 2, id_mandel, 2, 0, NULL, (… in SetupPrimalProblem()