Home
last modified time | relevance | path

Searched defs:mat_name (Results 1 – 4 of 4) sorted by relevance

/petsc/src/mat/impls/dense/seq/hdf5/
H A Ddensehdf5.c17 const char *mat_name = NULL; in MatLoad_Dense_HDF5() local
/petsc/src/mat/tests/
H A Dex84.c60 char mat_name[PETSC_MAX_PATH_LEN] = "dmatrix"; in main() local
/petsc/src/mat/impls/aij/seq/hdf5/
H A Daijhdf5.c14 const char *mat_name = NULL; in MatLoad_AIJ_HDF5() local
/petsc/src/ksp/pc/tutorials/
H A Dex4.c58 PetscErrorCode CreateAndLoadMat(const char *mat_name, Mat *mat) in CreateAndLoadMat()