Searched refs:solutionTypes (Results 1 – 3 of 3) sorted by relevance
| /petsc/src/ts/tutorials/ ! |
| H A D | ex45.c | 23 const char *solutionTypes[NUM_SOLUTION_TYPES + 1] = {"quadratic_linear", "quadratic_trig", "trig_li… variable 212 …st("-sol_type", "Type of exact solution", "ex45.c", solutionTypes, NUM_SOLUTION_TYPES, solutionTyp… in ProcessOptions() 286 …tscObject)dm), PETSC_ERR_ARG_WRONG, "Invalid solution type: %s (%d)", solutionTypes[PetscMin(ctx->… in SetupProblem()
|
| H A D | ex53.c | 44 const char *solutionTypes[NUM_SOLUTION_TYPES + 1] = {"quadratic_linear", "quadratic_trig", "trig_li… variable 1504 …st("-sol_type", "Type of exact solution", "ex53.c", solutionTypes, NUM_SOLUTION_TYPES, solutionTyp… in ProcessOptions() 1682 …SETERRQ(comm, PETSC_ERR_ARG_WRONG, "Invalid solution type: %s (%d)", solutionTypes[PetscMin(ctx->s… in SetupParameters() 1889 …tscObject)ds), PETSC_ERR_ARG_WRONG, "Invalid solution type: %s (%d)", solutionTypes[PetscMin(user-… in SetupPrimalProblem()
|
| /petsc/src/snes/tutorials/ ! |
| H A D | ex17.c | 32 const char *solutionTypes[NUM_SOLUTION_TYPES + 1] = {"vlap_quad", "elas_quad", "vlap_trig", "elas_t… variable 358 …st("-sol_type", "Type of exact solution", "ex17.c", solutionTypes, NUM_SOLUTION_TYPES, solutionTyp… in ProcessOptions() 559 …tscObject)ds), PETSC_ERR_ARG_WRONG, "Invalid solution type: %s (%d)", solutionTypes[PetscMin(user-… in SetupPrimalProblem()
|