Searched refs:Factor (Results 1 – 8 of 8) sorted by relevance
| /petsc/doc/tutorials/performance/ |
| H A D | exampleTASOutPut.txt | 19 LU Factor : [7.157e-06 2.878e-05 7.875e-05 2.821e-04 1.050e-03] 21 LU Factor Mean : [6.480e-06 2.694e-05 7.535e-05 2.702e-04 1.048e-03] 23 LU Factor Range : [1.354e-06 3.668e-06 6.786e-06 2.368e-05 4.970e-06] 25 LU Factor Growth Rate : []
|
| /petsc/src/tao/constrained/impls/ipm/ |
| H A D | pdipm.c | 625 Mat Factor; in PCPostSetUp_PDIPM() local 641 PetscCall(PCFactorGetMatrix(pc, &Factor)); in PCPostSetUp_PDIPM() 642 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM() 650 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM() 659 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM() 680 PetscCall(MatGetInertia(Factor, &nneg, &nzero, &npos)); in PCPostSetUp_PDIPM() 1328 Mat Factor; in TaoSetup_PDIPM() local 1331 PetscCall(PCFactorGetMatrix(pc, &Factor)); in TaoSetup_PDIPM() 1332 PetscCall(MatMumpsSetIcntl(Factor, 24, 1)); /* detection of null pivot rows */ in TaoSetup_PDIPM() 1333 …if (size > 1) PetscCall(MatMumpsSetIcntl(Factor, 13, 1)); /* parallelism of the root node (enable … in TaoSetup_PDIPM()
|
| /petsc/src/mat/impls/dense/seq/cupm/ |
| H A D | matseqdensecupm.hpp | 373 static PetscErrorCode Factor(Mat A, IS, IS, const MatFactorInfo *) noexcept in Factor() function 458 static PetscErrorCode Factor(Mat A, IS, const MatFactorInfo *) noexcept in Factor() function 557 static PetscErrorCode Factor(Mat A, IS, const MatFactorInfo *) noexcept in Factor() function 1098 MatComposeOp_CUPM(to_host, pobj, "MatQRFactor_C", MatQRFactor_SeqDense, SolveQR::Factor); in BindToCPU() 1120 MatSetOp_CUPM(to_host, A, choleskyfactor, MatCholeskyFactor_SeqDense, SolveCholesky::Factor); in BindToCPU() 1121 MatSetOp_CUPM(to_host, A, lufactor, MatLUFactor_SeqDense, SolveLU::Factor); in BindToCPU()
|
| /petsc/share/petsc/datafiles/meshes/ |
| H A D | testcase3D.cas | 8839 …Factor for density ~a")) (density/pseudo-relax 0.5 real #f 0.5 1.) (flow/scheme 24 in…
|
| /petsc/doc/manual/ |
| H A D | profiling.md | 94 - `MatILUFactor` - Factor matrix
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | PC.pyx | 1309 # --- Factor ---
|
| H A D | Vec.pyx | 3086 Factor to multiple the component entries by.
|
| /petsc/doc/ |
| H A D | petsc.bib | 13490 title = {A Scalable Parallel Algorithm For Incomplete Factor Preconditioning}, 34845 title = {Factor price convergence in the late nineteenth century},
|