Home
last modified time | relevance | path

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

/honee/src/
H A Dmisc.c313 char pmat_type_str[PETSC_MAX_PATH_LEN]; in PrintRunInfo() local
322 PetscCall(PetscStrncpy(pmat_type_str, pmat_type, sizeof(pmat_type_str))); in PrintRunInfo()
329 PetscCall(PetscStrlcat(pmat_type_str, pmat_coo_type_str, sizeof(pmat_type_str))); in PrintRunInfo()
335 amat_type, pmat_type_str)); in PrintRunInfo()