Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/ !
H A Dex20td.c94 static const char *const SAMethods[] = {"TRACK", "GLOBAL", "SAMethod", "SA_", 0}; variable
263 …Enum("-sa_method", "Sensitivity analysis method (track or global)", "", SAMethods, (PetscEnum)sa, … in main()
/petsc/src/ts/tutorials/power_grid/ !
H A Dex3sa.c116 …tionsEnum("-sa_method", "Sensitivity analysis method (adj or tlm)", "", SAMethods, (PetscEnum)sa, … in main()
H A Dex3.h7 static const char *const SAMethods[] = {"ADJ", "TLM", "SAMethod", "SA_", 0}; variable
H A Dex3opt.c93 …tionsEnum("-sa_method", "Sensitivity analysis method (adj or tlm)", "", SAMethods, (PetscEnum)ctx.… in main()