| /petsc/src/ksp/pc/impls/factor/qr/ |
| H A D | qr.c | 98 Mat fact; in PCApply_QR() local 109 Mat fact; in PCMatApply_QR() local 120 Mat fact; in PCApplyTranspose_QR() local
|
| /petsc/src/mat/tests/ |
| H A D | ex117.c | 10 Mat mat, fact, B; in main() local
|
| /petsc/src/ksp/pc/impls/factor/ |
| H A D | factor.h | 9 Mat fact; /* factored matrix */ member
|
| H A D | factor.c | 16 PC_Factor *fact = (PC_Factor *)pc->data; in PCFactorSetDefaultOrdering_Factor() local 693 PC_Factor *fact = (PC_Factor *)pc->data; in PCFactorInitialize() local
|
| /petsc/src/ts/tests/ |
| H A D | ex30.c | 313 …PetscReal v2 = 0, fact = (dim == 2) ? 2.0 * PETSC_PI * coords[p * dim + 0] : 1, w = fact * wp[p] *… in gridToParticles_private() local 333 …const PetscReal fact = dim == 2 ? 2.0 * PETSC_PI * coords[p * dim + 0] : 1, w = fact * wp[p] * ctx… in gridToParticles_private() local 408 …PetscReal v2 = 0, fact = (dim == 2) ? 2.0 * PETSC_PI * coords[pp * dim + 0] : 1, w = fact * wp[pp]… in PostStep() local 429 …PetscReal fact = (dim == 2) ? 2.0 * PETSC_PI * coords[pp * dim + 0] : 1, w = fact * wp[pp] * ctx->… in PostStep() local 635 …PetscReal v2 = 0, fact = dim == 2 ? 2.0 * PETSC_PI * x[0] : 1, w = fact * wp_t[grid][tid][pp] * ct… in go() local 675 …const PetscReal fact = dim == 2 ? 2.0 * PETSC_PI * xx_t[grid][tid][pp] : 1, w = fact * ctx->n_0 * … in go() local 791 …PetscReal v2 = 0, fact = (dim == 2) ? 2.0 * PETSC_PI * coords[pp * dim + 0] : 1, w = fact * wp[pp]… in go() local 812 …PetscReal fact = (dim == 2) ? 2.0 * PETSC_PI * coords[pp * dim + 0] : 1, w = fact * wp[pp] * ctx->… in go() local
|
| /petsc/src/tao/linesearch/impls/armijo/ |
| H A D | armijo.c | 92 PetscReal fact, ref, gdx; in TaoLineSearchApply_Armijo() local
|
| /petsc/src/mat/impls/cdiagonal/ |
| H A D | cdiagonal.c | 412 static PetscErrorCode MatFactorNumeric_ConstantDiagonal(Mat fact, Mat A, const MatFactorInfo *info) in MatFactorNumeric_ConstantDiagonal() 424 static PetscErrorCode MatFactorSymbolic_LU_ConstantDiagonal(Mat fact, Mat A, IS isrow, IS iscol, co… in MatFactorSymbolic_LU_ConstantDiagonal() 431 static PetscErrorCode MatFactorSymbolic_Cholesky_ConstantDiagonal(Mat fact, Mat A, IS isrow, const … in MatFactorSymbolic_Cholesky_ConstantDiagonal()
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope.c | 761 static PetscErrorCode PCTelescopeGetReductionFactor_Telescope(PC pc, PetscInt *fact) in PCTelescopeGetReductionFactor_Telescope() 770 static PetscErrorCode PCTelescopeSetReductionFactor_Telescope(PC pc, PetscInt fact) in PCTelescopeSetReductionFactor_Telescope() 884 PetscErrorCode PCTelescopeGetReductionFactor(PC pc, PetscInt *fact) in PCTelescopeGetReductionFactor() 907 PetscErrorCode PCTelescopeSetReductionFactor(PC pc, PetscInt fact) in PCTelescopeSetReductionFactor()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baijfact3.c | 10 PetscErrorCode MatSeqBAIJSetNumericFactorization(Mat fact, PetscBool natural) in MatSeqBAIJSetNumericFactorization()
|
| H A D | baijfact2.c | 252 static PetscErrorCode MatILUFactorSymbolic_SeqBAIJ_ilu0(Mat fact, Mat A, IS isrow, IS iscol, const … in MatILUFactorSymbolic_SeqBAIJ_ilu0() 311 PetscErrorCode MatILUFactorSymbolic_SeqBAIJ(Mat fact, Mat A, IS isrow, IS iscol, const MatFactorInf… in MatILUFactorSymbolic_SeqBAIJ()
|
| H A D | baijfact.c | 1016 PetscErrorCode MatICCFactorSymbolic_SeqBAIJ(Mat fact, Mat A, IS perm, const MatFactorInfo *info) in MatICCFactorSymbolic_SeqBAIJ() 1245 PetscErrorCode MatCholeskyFactorSymbolic_SeqBAIJ(Mat fact, Mat A, IS perm, const MatFactorInfo *inf… in MatCholeskyFactorSymbolic_SeqBAIJ()
|
| /petsc/src/tao/linesearch/impls/owarmijo/ |
| H A D | owarmijo.c | 116 PetscReal fact, ref, gdx; in TaoLineSearchApply_OWArmijo() local
|
| /petsc/src/ksp/pc/impls/deflation/ |
| H A D | deflation.c | 113 static PetscErrorCode PCDeflationSetCorrectionFactor_Deflation(PC pc, PetscScalar fact) in PCDeflationSetCorrectionFactor_Deflation() 146 PetscErrorCode PCDeflationSetCorrectionFactor(PC pc, PetscScalar fact) in PCDeflationSetCorrectionFactor()
|
| /petsc/src/mat/impls/aij/seq/bas/ |
| H A D | basfactor.c | 5 static PetscErrorCode MatICCFactorSymbolic_SeqAIJ_Bas(Mat fact, Mat A, IS perm, const MatFactorInfo… in MatICCFactorSymbolic_SeqAIJ_Bas()
|
| /petsc/src/ts/utils/dmplexlandau/ |
| H A D | land_tensors.h | 132 PetscReal fact, u1u2, diff[3], udiff2, u12, u22, wsq, rsq, tt; in LandauTensor3DRelativistic() local
|
| /petsc/src/dm/impls/plex/ |
| H A D | plexfvm.c | 46 PetscReal fact = denom == 0 ? 1.0e+30 : 1 / denom; in DMPlexApplyLimiter_Internal() local
|
| /petsc/src/mat/impls/aij/seq/seqhipsparse/ |
| H A D | aijhipsparse.hip.cxx | 1247 static PetscErrorCode MatSolve_SeqAIJHIPSPARSE_ILU0(Mat fact, Vec b, Vec x) in MatSolve_SeqAIJHIPSPARSE_ILU0() 1286 static PetscErrorCode MatSolveTranspose_SeqAIJHIPSPARSE_ILU0(Mat fact, Vec b, Vec x) in MatSolveTranspose_SeqAIJHIPSPARSE_ILU0() 1343 static PetscErrorCode MatILUFactorNumeric_SeqAIJHIPSPARSE_ILU0(Mat fact, Mat A, const MatFactorInfo… in MatILUFactorNumeric_SeqAIJHIPSPARSE_ILU0() 1393 static PetscErrorCode MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0(Mat fact, Mat A, IS isrow, IS iscol… in MatILUFactorSymbolic_SeqAIJHIPSPARSE_ILU0() 1547 static PetscErrorCode MatSolve_SeqAIJHIPSPARSE_ICC0(Mat fact, Vec b, Vec x) in MatSolve_SeqAIJHIPSPARSE_ICC0() 1586 static PetscErrorCode MatICCFactorNumeric_SeqAIJHIPSPARSE_ICC0(Mat fact, Mat A, const MatFactorInfo… in MatICCFactorNumeric_SeqAIJHIPSPARSE_ICC0() 1638 static PetscErrorCode MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0(Mat fact, Mat A, IS perm, const Mat… in MatICCFactorSymbolic_SeqAIJHIPSPARSE_ICC0()
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaijfact.c | 8 Mat_SeqSBAIJ *fact = (Mat_SeqSBAIJ *)F->data; in MatGetInertia_SeqSBAIJ() local 220 PetscErrorCode MatCholeskyFactorSymbolic_SeqSBAIJ(Mat fact, Mat A, IS perm, const MatFactorInfo *in… in MatCholeskyFactorSymbolic_SeqSBAIJ() 385 PetscErrorCode MatCholeskyFactorSymbolic_SeqSBAIJ_inplace(Mat fact, Mat A, IS perm, const MatFactor… in MatCholeskyFactorSymbolic_SeqSBAIJ_inplace()
|
| /petsc/src/mat/impls/dense/seq/ |
| H A D | dense.c | 819 static PetscErrorCode MatLUFactorNumeric_SeqDense(Mat fact, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_SeqDense() 827 PetscErrorCode MatLUFactorSymbolic_SeqDense(Mat fact, Mat A, IS row, IS col, PETSC_UNUSED const Mat… in MatLUFactorSymbolic_SeqDense() 897 static PetscErrorCode MatCholeskyFactorNumeric_SeqDense(Mat fact, Mat A, const MatFactorInfo *info) in MatCholeskyFactorNumeric_SeqDense() 905 PetscErrorCode MatCholeskyFactorSymbolic_SeqDense(Mat fact, Mat A, IS row, const MatFactorInfo *inf… in MatCholeskyFactorSymbolic_SeqDense() 960 static PetscErrorCode MatQRFactorNumeric_SeqDense(Mat fact, Mat A, const MatFactorInfo *info) in MatQRFactorNumeric_SeqDense() 968 PetscErrorCode MatQRFactorSymbolic_SeqDense(Mat fact, Mat A, IS row, const MatFactorInfo *info) in MatQRFactorSymbolic_SeqDense() 978 PETSC_INTERN PetscErrorCode MatGetFactor_seqdense_petsc(Mat A, MatFactorType ftype, Mat *fact) in MatGetFactor_seqdense_petsc()
|
| /petsc/src/snes/impls/vi/ |
| H A D | vi.c | 101 PetscInt i, n, act[2] = {0, 0}, fact[2], N; in SNESMonitorVI() local
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aijfact.c | 1473 PetscErrorCode MatILUFactorSymbolic_SeqAIJ_ilu0(Mat fact, Mat A, IS isrow, IS iscol, const MatFacto… in MatILUFactorSymbolic_SeqAIJ_ilu0() 1538 PetscErrorCode MatILUFactorSymbolic_SeqAIJ(Mat fact, Mat A, IS isrow, IS iscol, const MatFactorInfo… in MatILUFactorSymbolic_SeqAIJ() 2051 PetscErrorCode MatICCFactorSymbolic_SeqAIJ(Mat fact, Mat A, IS perm, const MatFactorInfo *info) in MatICCFactorSymbolic_SeqAIJ() 2252 PetscErrorCode MatCholeskyFactorSymbolic_SeqAIJ(Mat fact, Mat A, IS perm, const MatFactorInfo *info) in MatCholeskyFactorSymbolic_SeqAIJ()
|
| /petsc/src/mat/impls/aij/seq/seqcusparse/ |
| H A D | aijcusparse.cu | 1696 static PetscErrorCode MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0(Mat fact, Mat A, const MatFactorInfo … in MatILUFactorNumeric_SeqAIJCUSPARSE_ILU0() 1759 static PetscErrorCode MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0(Mat fact, Mat A, IS, IS, const MatFa… in MatILUFactorSymbolic_SeqAIJCUSPARSE_ILU0() 1915 static PetscErrorCode MatSolve_SeqAIJCUSPARSE_ICC0(Mat fact, Vec b, Vec x) in MatSolve_SeqAIJCUSPARSE_ICC0() 1946 static PetscErrorCode MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0(Mat fact, Mat A, const MatFactorInfo … in MatICCFactorNumeric_SeqAIJCUSPARSE_ICC0() 2008 static PetscErrorCode MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0(Mat fact, Mat A, IS, const MatFactor… in MatICCFactorSymbolic_SeqAIJCUSPARSE_ICC0()
|
| /petsc/src/ts/event/ |
| H A D | tsevent.c | 402 PetscInt fact = 2; in TSEventRecorderResize() local
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 3231 PetscErrorCode MatLUFactorSymbolic(Mat fact, Mat mat, IS row, IS col, const MatFactorInfo *info) in MatLUFactorSymbolic() 3284 PetscErrorCode MatLUFactorNumeric(Mat fact, Mat mat, const MatFactorInfo *info) in MatLUFactorNumeric() 3398 PetscErrorCode MatCholeskyFactorSymbolic(Mat fact, Mat mat, IS perm, const MatFactorInfo *info) in MatCholeskyFactorSymbolic() 3449 PetscErrorCode MatCholeskyFactorNumeric(Mat fact, Mat mat, const MatFactorInfo *info) in MatCholeskyFactorNumeric() 3554 PetscErrorCode MatQRFactorSymbolic(Mat fact, Mat mat, IS col, const MatFactorInfo *info) in MatQRFactorSymbolic() 3605 PetscErrorCode MatQRFactorNumeric(Mat fact, Mat mat, const MatFactorInfo *info) in MatQRFactorNumeric() 7132 PetscErrorCode MatILUFactorSymbolic(Mat fact, Mat mat, IS row, IS col, const MatFactorInfo *info) in MatILUFactorSymbolic() 7184 PetscErrorCode MatICCFactorSymbolic(Mat fact, Mat mat, IS perm, const MatFactorInfo *info) in MatICCFactorSymbolic()
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 2913 PetscReal fact = 1.39; in MatCreate_MPIBAIJ() local 3353 PetscErrorCode MatMPIBAIJSetHashTableFactor(Mat mat, PetscReal fact) in MatMPIBAIJSetHashTableFactor() 3360 PetscErrorCode MatSetHashTableFactor_MPIBAIJ(Mat mat, PetscReal fact) in MatSetHashTableFactor_MPIBAIJ()
|