Lines Matching defs:F
51 static PetscErrorCode MatSTRUMPACKSetReordering_STRUMPACK(Mat F, MatSTRUMPACKReordering reordering) in MatSTRUMPACKSetReordering_STRUMPACK()
59 static PetscErrorCode MatSTRUMPACKGetReordering_STRUMPACK(Mat F, MatSTRUMPACKReordering *reordering) in MatSTRUMPACKGetReordering_STRUMPACK()
84 PetscErrorCode MatSTRUMPACKSetReordering(Mat F, MatSTRUMPACKReordering reordering) in MatSTRUMPACKSetReordering()
107 PetscErrorCode MatSTRUMPACKGetReordering(Mat F, MatSTRUMPACKReordering *reordering) in MatSTRUMPACKGetReordering()
116 static PetscErrorCode MatSTRUMPACKSetColPerm_STRUMPACK(Mat F, PetscBool cperm) in MatSTRUMPACKSetColPerm_STRUMPACK()
124 static PetscErrorCode MatSTRUMPACKGetColPerm_STRUMPACK(Mat F, PetscBool *cperm) in MatSTRUMPACKGetColPerm_STRUMPACK()
150 PetscErrorCode MatSTRUMPACKSetColPerm(Mat F, PetscBool cperm) in MatSTRUMPACKSetColPerm()
174 PetscErrorCode MatSTRUMPACKGetColPerm(Mat F, PetscBool *cperm) in MatSTRUMPACKGetColPerm()
183 static PetscErrorCode MatSTRUMPACKSetGPU_STRUMPACK(Mat F, PetscBool gpu) in MatSTRUMPACKSetGPU_STRUMPACK()
196 static PetscErrorCode MatSTRUMPACKGetGPU_STRUMPACK(Mat F, PetscBool *gpu) in MatSTRUMPACKGetGPU_STRUMPACK()
222 PetscErrorCode MatSTRUMPACKSetGPU(Mat F, PetscBool gpu) in MatSTRUMPACKSetGPU()
246 PetscErrorCode MatSTRUMPACKGetGPU(Mat F, PetscBool *gpu) in MatSTRUMPACKGetGPU()
255 static PetscErrorCode MatSTRUMPACKSetCompression_STRUMPACK(Mat F, MatSTRUMPACKCompressionType comp) in MatSTRUMPACKSetCompression_STRUMPACK()
269 static PetscErrorCode MatSTRUMPACKGetCompression_STRUMPACK(Mat F, MatSTRUMPACKCompressionType *comp) in MatSTRUMPACKGetCompression_STRUMPACK()
296 PetscErrorCode MatSTRUMPACKSetCompression(Mat F, MatSTRUMPACKCompressionType comp) in MatSTRUMPACKSetCompression()
320 PetscErrorCode MatSTRUMPACKGetCompression(Mat F, MatSTRUMPACKCompressionType *comp) in MatSTRUMPACKGetCompression()
329 static PetscErrorCode MatSTRUMPACKSetCompRelTol_STRUMPACK(Mat F, PetscReal rtol) in MatSTRUMPACKSetCompRelTol_STRUMPACK()
337 static PetscErrorCode MatSTRUMPACKGetCompRelTol_STRUMPACK(Mat F, PetscReal *rtol) in MatSTRUMPACKGetCompRelTol_STRUMPACK()
362 PetscErrorCode MatSTRUMPACKSetCompRelTol(Mat F, PetscReal rtol) in MatSTRUMPACKSetCompRelTol()
385 PetscErrorCode MatSTRUMPACKGetCompRelTol(Mat F, PetscReal *rtol) in MatSTRUMPACKGetCompRelTol()
394 static PetscErrorCode MatSTRUMPACKSetCompAbsTol_STRUMPACK(Mat F, PetscReal atol) in MatSTRUMPACKSetCompAbsTol_STRUMPACK()
402 static PetscErrorCode MatSTRUMPACKGetCompAbsTol_STRUMPACK(Mat F, PetscReal *atol) in MatSTRUMPACKGetCompAbsTol_STRUMPACK()
427 PetscErrorCode MatSTRUMPACKSetCompAbsTol(Mat F, PetscReal atol) in MatSTRUMPACKSetCompAbsTol()
450 PetscErrorCode MatSTRUMPACKGetCompAbsTol(Mat F, PetscReal *atol) in MatSTRUMPACKGetCompAbsTol()
459 static PetscErrorCode MatSTRUMPACKSetCompLeafSize_STRUMPACK(Mat F, PetscInt leaf_size) in MatSTRUMPACKSetCompLeafSize_STRUMPACK()
467 static PetscErrorCode MatSTRUMPACKGetCompLeafSize_STRUMPACK(Mat F, PetscInt *leaf_size) in MatSTRUMPACKGetCompLeafSize_STRUMPACK()
492 PetscErrorCode MatSTRUMPACKSetCompLeafSize(Mat F, PetscInt leaf_size) in MatSTRUMPACKSetCompLeafSize()
515 PetscErrorCode MatSTRUMPACKGetCompLeafSize(Mat F, PetscInt *leaf_size) in MatSTRUMPACKGetCompLeafSize()
524 static PetscErrorCode MatSTRUMPACKSetGeometricNxyz_STRUMPACK(Mat F, PetscInt nx, PetscInt ny, Petsc… in MatSTRUMPACKSetGeometricNxyz_STRUMPACK()
546 static PetscErrorCode MatSTRUMPACKSetGeometricComponents_STRUMPACK(Mat F, PetscInt nc) in MatSTRUMPACKSetGeometricComponents_STRUMPACK()
554 static PetscErrorCode MatSTRUMPACKSetGeometricWidth_STRUMPACK(Mat F, PetscInt w) in MatSTRUMPACKSetGeometricWidth_STRUMPACK()
582 PetscErrorCode MatSTRUMPACKSetGeometricNxyz(Mat F, PetscInt nx, PetscInt ny, PetscInt nz) in MatSTRUMPACKSetGeometricNxyz()
609 PetscErrorCode MatSTRUMPACKSetGeometricComponents(Mat F, PetscInt nc) in MatSTRUMPACKSetGeometricComponents()
633 PetscErrorCode MatSTRUMPACKSetGeometricWidth(Mat F, PetscInt w) in MatSTRUMPACKSetGeometricWidth()
642 static PetscErrorCode MatSTRUMPACKSetCompMinSepSize_STRUMPACK(Mat F, PetscInt min_sep_size) in MatSTRUMPACKSetCompMinSepSize_STRUMPACK()
650 static PetscErrorCode MatSTRUMPACKGetCompMinSepSize_STRUMPACK(Mat F, PetscInt *min_sep_size) in MatSTRUMPACKGetCompMinSepSize_STRUMPACK()
675 PetscErrorCode MatSTRUMPACKSetCompMinSepSize(Mat F, PetscInt min_sep_size) in MatSTRUMPACKSetCompMinSepSize()
698 PetscErrorCode MatSTRUMPACKGetCompMinSepSize(Mat F, PetscInt *min_sep_size) in MatSTRUMPACKGetCompMinSepSize()
707 static PetscErrorCode MatSTRUMPACKSetCompLossyPrecision_STRUMPACK(Mat F, PetscInt lossy_prec) in MatSTRUMPACKSetCompLossyPrecision_STRUMPACK()
715 static PetscErrorCode MatSTRUMPACKGetCompLossyPrecision_STRUMPACK(Mat F, PetscInt *lossy_prec) in MatSTRUMPACKGetCompLossyPrecision_STRUMPACK()
740 PetscErrorCode MatSTRUMPACKSetCompLossyPrecision(Mat F, PetscInt lossy_prec) in MatSTRUMPACKSetCompLossyPrecision()
763 PetscErrorCode MatSTRUMPACKGetCompLossyPrecision(Mat F, PetscInt *lossy_prec) in MatSTRUMPACKGetCompLossyPrecision()
772 static PetscErrorCode MatSTRUMPACKSetCompButterflyLevels_STRUMPACK(Mat F, PetscInt bfly_lvls) in MatSTRUMPACKSetCompButterflyLevels_STRUMPACK()
780 static PetscErrorCode MatSTRUMPACKGetCompButterflyLevels_STRUMPACK(Mat F, PetscInt *bfly_lvls) in MatSTRUMPACKGetCompButterflyLevels_STRUMPACK()
807 PetscErrorCode MatSTRUMPACKSetCompButterflyLevels(Mat F, PetscInt bfly_lvls) in MatSTRUMPACKSetCompButterflyLevels()
831 PetscErrorCode MatSTRUMPACKGetCompButterflyLevels(Mat F, PetscInt *bfly_lvls) in MatSTRUMPACKGetCompButterflyLevels()
933 static PetscErrorCode MatLUFactorNumeric_STRUMPACK(Mat F, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_STRUMPACK()
993 static PetscErrorCode MatLUFactorSymbolic_STRUMPACK(Mat F, Mat A, IS r, IS c, const MatFactorInfo *… in MatLUFactorSymbolic_STRUMPACK()
1057 static PetscErrorCode MatGetFactor_aij_strumpack(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_aij_strumpack()