Home
last modified time | relevance | path

Searched refs:MatInfoType (Results 1 – 25 of 31) sorted by relevance

12

/petsc/src/mat/impls/sbaij/seq/cholmod/
H A Dcholmodimpl.h61 PETSC_INTERN PetscErrorCode MatGetInfo_CHOLMOD(Mat, MatInfoType, MatInfo *);
H A Dsbaijcholmod.c480 PETSC_INTERN PetscErrorCode MatGetInfo_CHOLMOD(Mat F, MatInfoType flag, MatInfo *info) in MatGetInfo_CHOLMOD()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaij.h43 PETSC_INTERN PetscErrorCode MatGetInfo_SeqSBAIJ(Mat, MatInfoType, MatInfo *);
H A Dsbaij2.c1480 PetscErrorCode MatGetInfo_SeqSBAIJ(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_SeqSBAIJ()
/petsc/src/mat/impls/sell/seq/
H A Dsell.h211 PETSC_INTERN PetscErrorCode MatGetInfo_SeqSELL(Mat, MatInfoType, MatInfo *);
H A Dsell.c1509 PetscErrorCode MatGetInfo_SeqSELL(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_SeqSELL()
/petsc/src/mat/impls/aij/mpi/pastix/
H A Dpastix.c347 static PetscErrorCode MatGetInfo_PaStiX(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_PaStiX()
/petsc/src/mat/impls/cdiagonal/
H A Dcdiagonal.c264 static PetscErrorCode MatGetInfo_ConstantDiagonal(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_ConstantDiagonal()
/petsc/src/mat/impls/diagonal/
H A Ddiagonal.c542 static PetscErrorCode MatGetInfo_Diagonal(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_Diagonal()
/petsc/src/mat/impls/transpose/
H A Dhtransm.c447 static PetscErrorCode MatGetInfo_HT(Mat N, MatInfoType flag, MatInfo *info) in MatGetInfo_HT()
H A Dtransm.c265 static PetscErrorCode MatGetInfo_Transpose(Mat N, MatInfoType flag, MatInfo *info) in MatGetInfo_Transpose()
/petsc/include/petsc/private/
H A Dmatimpl.h56 PetscErrorCode (*getinfo)(Mat, MatInfoType, MatInfo *);
408 PETSC_INTERN PetscErrorCode MatGetInfo_External(Mat, MatInfoType, MatInfo *);
/petsc/src/mat/impls/aij/mpi/mkl_cpardiso/
H A Dmkl_cpardiso.c747 static PetscErrorCode MatGetInfo_MKL_CPARDISO(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_MKL_CPARDISO()
/petsc/include/
H A Dpetscmat.h815 } MatInfoType; typedef
816 PETSC_EXTERN PetscErrorCode MatGetInfo(Mat, MatInfoType, MatInfo *);
/petsc/src/mat/impls/aij/seq/mkl_pardiso/
H A Dmkl_pardiso.c870 static PetscErrorCode MatGetInfo_MKL_PARDISO(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_MKL_PARDISO()
/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx60 static PetscErrorCode MatGetInfo_Elemental(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_Elemental()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c692 static PetscErrorCode MatGetInfo_MPISELL(Mat matin, MatInfoType flag, MatInfo *info) in MatGetInfo_MPISELL()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscmat.pxi165 ctypedef enum PetscMatInfoType "MatInfoType":
H A DMat.pyx156 class MatInfoType(object): class
365 InfoType = MatInfoType
6297 del MatInfoType
/petsc/src/mat/impls/scalapack/
H A Dmatscalapack.c58 static PetscErrorCode MatGetInfo_ScaLAPACK(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_ScaLAPACK()
/petsc/src/mat/impls/sbaij/mpi/
H A Dmpisbaij.c1438 static PetscErrorCode MatGetInfo_MPISBAIJ(Mat matin, MatInfoType flag, MatInfo *info) in MatGetInfo_MPISBAIJ()
/petsc/src/mat/interface/
H A Dmatrix.c3065 PetscErrorCode MatGetInfo(Mat mat, MatInfoType flag, MatInfo *info) in MatGetInfo()
3080 PetscErrorCode MatGetInfo_External(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_External()
/petsc/src/mat/impls/dense/mpi/
H A Dmpidense.c892 static PetscErrorCode MatGetInfo_MPIDense(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_MPIDense()
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c1402 static PetscErrorCode MatGetInfo_MPIBAIJ(Mat matin, MatInfoType flag, MatInfo *info) in MatGetInfo_MPIBAIJ()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c262 static PetscErrorCode MatGetInfo_SeqDense(Mat A, MatInfoType flag, MatInfo *info) in MatGetInfo_SeqDense()

12