Home
last modified time | relevance | path

Searched refs:pivoting (Results 1 – 11 of 11) sorted by relevance

/petsc/src/mat/impls/elemental/
H A Dmatelem.cxx588 PetscInt pivoting = a->pivoting; in MatSolve_Elemental() local
599 if (pivoting == 0) { in MatSolve_Elemental()
601 } else if (pivoting == 1) { in MatSolve_Elemental()
633 PetscInt pivoting = a->pivoting; in MatMatSolve_Elemental() local
649 if (pivoting == 0) { in MatMatSolve_Elemental()
651 } else if (pivoting == 1) { in MatMatSolve_Elemental()
674 PetscInt pivoting = a->pivoting; in MatLUFactor_Elemental() local
677 if (pivoting == 0) { in MatLUFactor_Elemental()
679 } else if (pivoting == 1) { in MatLUFactor_Elemental()
1376 a->pivoting = 1; in MatCreate_Elemental()
[all …]
/petsc/include/petsc/private/
H A Dpetscelemental.h15 …PetscInt pivoting; /* 0: no pivoting; 1: partial pivoting; 2: full pivotin… member
/petsc/src/ksp/ksp/tests/output/
H A Dex81_1.out31 INFOG(25) (after factorization: number of pivots modified by static pivoting): 0
80 INFOG(25) (after factorization: number of pivots modified by static pivoting): 0
H A Dex81_2.out43 INFOG(25) (after factorization: number of pivots modified by static pivoting): 0
111 INFOG(25) (after factorization: number of pivots modified by static pivoting): 0
/petsc/doc/manual/
H A Dadvanced.md208 We do not provide our own sparse matrix factorization with pivoting
210 do pivoting can become quite complicated. Instead, we provide a poor
228 do manage numerical pivoting internal to their API.
H A Dksp.md896 The sparse LU factorization provided in PETSc does not perform pivoting
/petsc/doc/changes/
H A D2029.md148 ILUDT factorization and solves. Which have pivoting and thus are
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DPC.pyx1401 """Set options for matrix factorization pivoting.
1410 Enable to allow pivoting while factoring in blocks.
H A DMat.pyx4763 indicates full column pivoting.
4801 where ``0`` indicates no pivot and ``1`` indicates full column pivoting.
/petsc/doc/tutorials/physics/
H A Dguide_to_stokes.md194 …ate linear solver. Sparse LU factorizations do not, in general, do full pivoting. Thus we must dea…
/petsc/doc/
H A Dpetsc.bib14966 title = {A supernodal approach to sparse partial pivoting},
27102 title = {The principal pivoting method of quadratic programming},