Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex48.c469 char homexp[] = "A"; in THICreate() local
479 …ptionsString("-thi_hom", "ISMIP-HOM experiment (A or C)", "", homexp, homexp, sizeof(homexp), NULL… in THICreate()
480 switch (homexp[0] = (char)toupper(homexp[0])) { in THICreate()
507 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "HOM experiment '%c' not implemented", homexp[0]); in THICreate()
/petsc/src/ts/tutorials/
H A Dex14.c539 char homexp[] = "A"; in THICreate() local
549 …ptionsString("-thi_hom", "ISMIP-HOM experiment (A or C)", "", homexp, homexp, sizeof(homexp), NULL… in THICreate()
550 switch (homexp[0] = toupper(homexp[0])) { in THICreate()
582 SETERRQ(PETSC_COMM_SELF, PETSC_ERR_SUP, "HOM experiment '%c' not implemented", homexp[0]); in THICreate()