Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex12.c51 CoeffType variableCoefficient; member
416 options->variableCoefficient = COEFF_NONE; in ProcessOptions()
438 coeff = options->variableCoefficient; in ProcessOptions()
439 …ariable coefficient", "ex12.c", coeffTypes, 8, coeffTypes[options->variableCoefficient], &coeff, N… in ProcessOptions()
440 options->variableCoefficient = (CoeffType)coeff; in ProcessOptions()
533 switch (user->variableCoefficient) { in SetupProblem()
582 …COMM_SELF, PETSC_ERR_ARG_WRONG, "Invalid variable coefficient type %d", user->variableCoefficient); in SetupProblem()
586 switch (user->variableCoefficient) { in SetupProblem()
616 switch (user->variableCoefficient) { in SetupProblem()
638 switch (user->variableCoefficient) { in SetupProblem()
[all …]