Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex11.c131 static const char *const coeffTypes[] = {"CONSTANT", "CHECKERBOARD", "ANALYTICAL", "coeffType", "CO… variable
184 …num("-coefficient_type", "Type of conductivity coefficient", __FILE__, coeffTypes, (PetscEnum)opti… in ProcessOptions()
196 …PetscCall(PetscPrintf(comm, " coefficient: %s, order %" PetscInt_FMT "\n", coeffTypes[options->co… in ProcessOptions()
317 …tComm((PetscObject)dm), PETSC_ERR_SUP, "Unsupported coefficient type %s", coeffTypes[user->coeff]); in SetupProblem()
H A Dex12.c410 …const char *coeffTypes[8] = {"none", "analytic", "field", "nonlinear", "ball", "cross", "checkerbo… in ProcessOptions() local
439 …ariable_coefficient", "Type of variable coefficient", "ex12.c", coeffTypes, 8, coeffTypes[options-… in ProcessOptions()