Searched defs:mat_type (Results 1 – 4 of 4) sorted by relevance
17 char mat_type[PETSC_MAX_PATH_LEN]; in main() local
7 char mat_type[256] = MATAIJ; /* default matrix type */ in main() local
27 static PetscErrorCode CreateMatWithTestSizes(MPI_Comm comm, MatType mat_type, PetscInt n, PetscInt … in CreateMatWithTestSizes()
497 MatType mat_type; in DMCreateMatrix_Stag() local