Home
last modified time | relevance | path

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

/honee/src/
H A Dcloptions.c158 char amat_type[256] = ""; in ProcessCommandLineOptions() local
159 …pe", "Set the type of Amat distinct from Pmat (-dm_mat_type)", NULL, MatList, amat_type, amat_type, 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 Dmisc.c314 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 Dhonee.c102 PetscCall(PetscFree(app_ctx->amat_type)); in HoneeDestroy()
H A Dsetupts.c443 if (app_ctx->amat_type && !strcmp(app_ctx->amat_type, MATSHELL)) { in TSSolve_NS()
/honee/include/
H A Dnavierstokes.h84 MatType amat_type; member