Home
last modified time | relevance | path

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

/petsc/include/
H A Dpetscmat.h221 PETSC_EXTERN_TYPEDEF typedef PetscErrorCode MatSolverFn(Mat, MatFactorType, Mat *); typedef
222 PETSC_EXTERN_TYPEDEF typedef MatSolverFn *MatSolverFunction;
224 …_EXTERN PetscErrorCode MatSolverTypeRegister(MatSolverType, MatType, MatFactorType, MatSolverFn *);
225 … MatSolverTypeGet(MatSolverType, MatType, MatFactorType, PetscBool *, PetscBool *, MatSolverFn **);
227 …e MatSolverPackageRegister(MatSolverType stype, MatType mtype, MatFactorType ftype, MatSolverFn *f) in MatSolverPackageRegister()
231 … MatType mtype, MatFactorType ftype, PetscBool *foundmtype, PetscBool *foundstype, MatSolverFn **f) in MatSolverPackageGet()