Searched full:amat_type (Results 1 – 8 of 8) sorted by relevance
| /honee/src/ |
| H A D | cloptions.c | 158 char amat_type[256] = ""; in ProcessCommandLineOptions() local 159 …all(PetscOptionsFList("-amat_type", "Set the type of Amat distinct from Pmat (-dm_mat_type)", NULL… in ProcessCommandLineOptions() 160 sizeof(amat_type), &option_set)); in ProcessCommandLineOptions() 161 if (option_set) PetscCall(PetscStrallocpy(amat_type, (char **)&app_ctx->amat_type)); in ProcessCommandLineOptions()
|
| H A D | misc.c | 314 MatType amat_type, pmat_type; in PrintRunInfo() local 319 PetscCall(MatGetType(Amat, &amat_type)); in PrintRunInfo() 335 amat_type, pmat_type_str)); in PrintRunInfo()
|
| H A D | honee.c | 102 PetscCall(PetscFree(app_ctx->amat_type)); in HoneeDestroy()
|
| H A D | setupts.c | 443 if (app_ctx->amat_type && !strcmp(app_ctx->amat_type, MATSHELL)) { in TSSolve_NS()
|
| /honee/examples/ |
| H A D | flatplate_STG.yaml | 20 amat_type: shell
|
| H A D | vortexshedding.yaml | 65 amat_type: shell
|
| H A D | navierstokes.c | 207 …ssianwave-shell.bin -dm_plex_box_faces 2,2,1 -ts_max_steps 5 -degree 3 -amat_type shell -pc_type v…
|
| /honee/include/ |
| H A D | navierstokes.h | 84 MatType amat_type; member
|