Home
last modified time | relevance | path

Searched defs:nmat (Results 1 – 5 of 5) sorted by relevance

/petsc/src/ksp/ksp/tutorials/
H A Dex75.c13 PetscInt i, j, nmat = 10; in main() local
/petsc/src/mat/tutorials/
H A Dex9.c18 PetscInt nmat = 3; /* number of matrices */ in main() local
/petsc/src/mat/impls/composite/
H A Dmcomposite.c16 PetscInt nmat; member
388 PetscErrorCode MatCreateComposite(MPI_Comm comm, PetscInt nmat, const Mat *mats, Mat *mat) in MatCreateComposite()
746 static PetscErrorCode MatCompositeGetNumberMat_Composite(Mat mat, PetscInt *nmat) in MatCompositeGetNumberMat_Composite()
771 PetscErrorCode MatCompositeGetNumberMat(Mat mat, PetscInt *nmat) in MatCompositeGetNumberMat()
824 PetscInt nmat; in MatCompositeSetScalings_Composite() local
/petsc/src/mat/tests/
H A Dbench_spmv.c39 …nputjsonfile, char ***outputfilenames, char ***outputgroupnames, char ***outputmatnames, int *nmat) in ParseJSON()
259 PetscInt nmat = 1, nformats = 5, i, j, repetitions = 1; in main() local
/petsc/src/mat/graphops/order/
H A Dsorder.c151 PetscInt mmat, nmat, mis; in MatGetOrdering() local