Home
last modified time | relevance | path

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

/petsc/src/snes/tutorials/
H A Dex11.c100 static const char *const rhsTypes[] = {"CONSTANT", "ANALYTICAL", "rhsType", "RHS_", 0}; variable
183 …PetscCall(PetscOptionsEnum("-rhs_type", "Type of forcing term", __FILE__, rhsTypes, (PetscEnum)opt… in ProcessOptions()
195 …PetscCall(PetscPrintf(comm, " right-hand side: %s, order %" PetscInt_FMT "\n", rhsTypes[options->… in ProcessOptions()
301 …SETERRQ(PetscObjectComm((PetscObject)dm), PETSC_ERR_SUP, "Unsupported rhs type %s", rhsTypes[user-… in SetupProblem()