Home
last modified time | relevance | path

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

/petsc/src/ts/tutorials/
H A Dex48.c25 const char *modelTypes[NUM_MODELS + 1] = {"two-field", "one-field", "unknown"}; variable
85 …odel_type", "The model type: 'two', 'one' field", "mhd.c", modelTypes, NUM_MODELS, modelTypes[opti… in ProcessOptions()
95 PetscCall(PetscPrintf(comm, "Model Type = %s\n", modelTypes[options->modelType])); in ProcessOptions()