Home
last modified time | relevance | path

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

/petsc/src/mat/tests/
H A Dex268.c67 PetscCall(MatGetFactor(A, MATSOLVERHTOOL, i == 0 ? MAT_FACTOR_LU : MAT_FACTOR_CHOLESKY, &F)); in main()
70 PetscCall(PetscStrncmp(type, MATSOLVERHTOOL, 5, &flg)); in main()
/petsc/src/mat/impls/htool/
H A Dhtool.cxx915 *type = MATSOLVERHTOOL; in MatFactorGetSolverType_Htool()
1030 PetscCall(PetscStrallocpy(MATSOLVERHTOOL, &((PetscObject)B)->type_name)); in MatGetFactor_htool_htool()
1041 PetscCall(PetscStrallocpy(MATSOLVERHTOOL, &B->solvertype)); in MatGetFactor_htool_htool()
1051 …PetscCall(MatSolverTypeRegister(MATSOLVERHTOOL, MATHTOOL, MAT_FACTOR_LU, MatGetFactor_htool_htool)… in MatSolverTypeRegister_Htool()
1052 …PetscCall(MatSolverTypeRegister(MATSOLVERHTOOL, MATHTOOL, MAT_FACTOR_CHOLESKY, MatGetFactor_htool_… in MatSolverTypeRegister_Htool()
/petsc/include/
H A Dpetscmat.h182 #define MATSOLVERHTOOL "htool" macro