Lines Matching defs:F

513 …#define ID_FIELD_GET(ID, F, I) ((ID).precision == PETSC_PRECISION_SINGLE ? ((CMUMPS_COMPLEX *)(ID)…  argument
515 …#define ID_FIELD_GET(ID, F, I) ((ID).precision == PETSC_PRECISION_SINGLE ? ((float *)(ID).F)[I] : … argument
663 static PetscErrorCode MatMumpsSolveSchur_Private(Mat F) in MatMumpsSolveSchur_Private()
731 static PetscErrorCode MatMumpsHandleSchur_Private(Mat F, PetscBool expansion) in MatMumpsHandleSchur_Private()
2357 static PetscErrorCode MatGetInertia_SBAIJMUMPS(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *np… in MatGetInertia_SBAIJMUMPS()
2497 static PetscErrorCode MatFactorNumeric_MUMPS(Mat F, Mat A, PETSC_UNUSED const MatFactorInfo *info) in MatFactorNumeric_MUMPS()
2599 static PetscErrorCode MatSetFromOptions_MUMPS(Mat F, Mat A) in MatSetFromOptions_MUMPS()
2878 static PetscErrorCode MatFactorSymbolic_MUMPS_ReportIfError(Mat F, Mat A, PETSC_UNUSED const MatFac… in MatFactorSymbolic_MUMPS_ReportIfError()
2898 static PetscErrorCode MatLUFactorSymbolic_AIJMUMPS(Mat F, Mat A, IS r, PETSC_UNUSED IS c, const Mat… in MatLUFactorSymbolic_AIJMUMPS()
2967 static PetscErrorCode MatLUFactorSymbolic_BAIJMUMPS(Mat F, Mat A, PETSC_UNUSED IS r, PETSC_UNUSED I… in MatLUFactorSymbolic_BAIJMUMPS()
3022 static PetscErrorCode MatCholeskyFactorSymbolic_MUMPS(Mat F, Mat A, PETSC_UNUSED IS r, const MatFac… in MatCholeskyFactorSymbolic_MUMPS()
3256 static PetscErrorCode MatFactorSetSchurIS_MUMPS(Mat F, IS is) in MatFactorSetSchurIS_MUMPS()
3284 static PetscErrorCode MatFactorCreateSchurComplement_MUMPS(Mat F, Mat *S) in MatFactorCreateSchurComplement_MUMPS()
3324 static PetscErrorCode MatMumpsSetIcntl_MUMPS(Mat F, PetscInt icntl, PetscInt ival) in MatMumpsSetIcntl_MUMPS()
3344 static PetscErrorCode MatMumpsGetIcntl_MUMPS(Mat F, PetscInt icntl, PetscInt *ival) in MatMumpsGetIcntl_MUMPS()
3379 PetscErrorCode MatMumpsSetIcntl(Mat F, PetscInt icntl, PetscInt ival) in MatMumpsSetIcntl()
3407 PetscErrorCode MatMumpsGetIcntl(Mat F, PetscInt icntl, PetscInt *ival) in MatMumpsGetIcntl()
3419 static PetscErrorCode MatMumpsSetCntl_MUMPS(Mat F, PetscInt icntl, PetscReal val) in MatMumpsSetCntl_MUMPS()
3439 static PetscErrorCode MatMumpsGetCntl_MUMPS(Mat F, PetscInt icntl, PetscReal *val) in MatMumpsGetCntl_MUMPS()
3471 PetscErrorCode MatMumpsSetOocTmpDir(Mat F, const char *tmpdir) in MatMumpsSetOocTmpDir()
3500 PetscErrorCode MatMumpsGetOocTmpDir(Mat F, const char **tmpdir) in MatMumpsGetOocTmpDir()
3531 PetscErrorCode MatMumpsSetCntl(Mat F, PetscInt icntl, PetscReal val) in MatMumpsSetCntl()
3559 PetscErrorCode MatMumpsGetCntl(Mat F, PetscInt icntl, PetscReal *val) in MatMumpsGetCntl()
3571 static PetscErrorCode MatMumpsGetInfo_MUMPS(Mat F, PetscInt icntl, PetscInt *info) in MatMumpsGetInfo_MUMPS()
3580 static PetscErrorCode MatMumpsGetInfog_MUMPS(Mat F, PetscInt icntl, PetscInt *infog) in MatMumpsGetInfog_MUMPS()
3589 static PetscErrorCode MatMumpsGetRinfo_MUMPS(Mat F, PetscInt icntl, PetscReal *rinfo) in MatMumpsGetRinfo_MUMPS()
3598 static PetscErrorCode MatMumpsGetRinfog_MUMPS(Mat F, PetscInt icntl, PetscReal *rinfog) in MatMumpsGetRinfog_MUMPS()
3607 static PetscErrorCode MatMumpsGetNullPivots_MUMPS(Mat F, PetscInt *size, PetscInt **array) in MatMumpsGetNullPivots_MUMPS()
3623 static PetscErrorCode MatMumpsGetInverse_MUMPS(Mat F, Mat spRHS) in MatMumpsGetInverse_MUMPS()
3698 PetscErrorCode MatMumpsGetInverse(Mat F, Mat spRHS) in MatMumpsGetInverse()
3707 static PetscErrorCode MatMumpsGetInverseTranspose_MUMPS(Mat F, Mat spRHST) in MatMumpsGetInverseTranspose_MUMPS()
3733 PetscErrorCode MatMumpsGetInverseTranspose(Mat F, Mat spRHST) in MatMumpsGetInverseTranspose()
3746 static PetscErrorCode MatMumpsSetBlk_MUMPS(Mat F, PetscInt nblk, const PetscInt blkvar[], const Pet… in MatMumpsSetBlk_MUMPS()
3789 PetscErrorCode MatMumpsSetBlk(Mat F, PetscInt nblk, const PetscInt blkvar[], const PetscInt blkptr[… in MatMumpsSetBlk()
3814 PetscErrorCode MatMumpsGetInfo(Mat F, PetscInt icntl, PetscInt *ival) in MatMumpsGetInfo()
3840 PetscErrorCode MatMumpsGetInfog(Mat F, PetscInt icntl, PetscInt *ival) in MatMumpsGetInfog()
3866 PetscErrorCode MatMumpsGetRinfo(Mat F, PetscInt icntl, PetscReal *val) in MatMumpsGetRinfo()
3892 PetscErrorCode MatMumpsGetRinfog(Mat F, PetscInt icntl, PetscReal *val) in MatMumpsGetRinfog()
3919 PetscErrorCode MatMumpsGetNullPivots(Mat F, PetscInt *size, PetscInt **array) in MatMumpsGetNullPivots()
4063 static PetscErrorCode MatGetFactor_aij_mumps(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_aij_mumps()
4148 static PetscErrorCode MatGetFactor_sbaij_mumps(Mat A, PETSC_UNUSED MatFactorType ftype, Mat *F) in MatGetFactor_sbaij_mumps()
4219 static PetscErrorCode MatGetFactor_baij_mumps(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_baij_mumps()
4282 static PetscErrorCode MatGetFactor_sell_mumps(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_sell_mumps()
4343 static PetscErrorCode MatGetFactor_nest_mumps(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_nest_mumps()