Home
last modified time | relevance | path

Searched refs:PetscKernel_A_gets_inverse_A_3 (Results 1 – 12 of 12) sorted by relevance

/petsc/src/mat/impls/baij/seq/
H A Dbaijfact13.c145 PetscCall(PetscKernel_A_gets_inverse_A_3(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_3_inplace()
250 PetscCall(PetscKernel_A_gets_inverse_A_3(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_3()
403 PetscCall(PetscKernel_A_gets_inverse_A_3(w, shift, allowzeropivot, &zeropivotdetected)); in MatILUFactorNumeric_SeqBAIJ_3_NaturalOrdering_inplace()
500 PetscCall(PetscKernel_A_gets_inverse_A_3(pv, shift, allowzeropivot, &zeropivotdetected)); in MatLUFactorNumeric_SeqBAIJ_3_NaturalOrdering()
H A Ddgefa3.c14 PetscErrorCode PetscKernel_A_gets_inverse_A_3(MatScalar *a, PetscReal shift, PetscBool allowzeropiv… in PetscKernel_A_gets_inverse_A_3() function
H A Dbaij.c161 PetscCall(PetscKernel_A_gets_inverse_A_3(diag, shift, allowzeropivot, &zeropivotdetected)); in MatInvertBlockDiagonal_SeqBAIJ()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact4.c124 PetscCall(PetscKernel_A_gets_inverse_A_3(diag, shift, allowzeropivot, &zeropivotdetected)); in MatCholeskyFactorNumeric_SeqSBAIJ_3_NaturalOrdering()
H A Dsbaijfact3.c162 PetscCall(PetscKernel_A_gets_inverse_A_3(diag, shift, allowzeropivot, &zeropivotdetected)); in MatCholeskyFactorNumeric_SeqSBAIJ_3()
/petsc/include/petsc/private/kernels/
H A Dblockinvert.h25 PETSC_SINGLE_LIBRARY_INTERN PetscErrorCode PetscKernel_A_gets_inverse_A_3(MatScalar *, PetscReal, P…
/petsc/src/ts/impls/rosw/
H A Drosw.c887 PetscCall(PetscKernel_A_gets_inverse_A_3(GammaInv, 0, PETSC_FALSE, NULL)); in TSRosWRegister()
988 PetscCall(PetscKernel_A_gets_inverse_A_3(&M[0][0], 0, PETSC_FALSE, NULL)); in TSRosWRegisterRos4()
1009 PetscCall(PetscKernel_A_gets_inverse_A_3(&M[0][0], 0, PETSC_FALSE, NULL)); in TSRosWRegisterRos4()
/petsc/src/mat/impls/aij/seq/
H A Daij.c1767 PetscCall(PetscKernel_A_gets_inverse_A_3(diag, shift, allowzeropivot, &zeropivotdetected)); in MatInvertVariableBlockDiagonal_SeqAIJ()
3269 PetscCall(PetscKernel_A_gets_inverse_A_3(diag, shift, allowzeropivot, &zeropivotdetected)); in MatInvertBlockDiagonal_SeqAIJ()
H A Dinode.c2472 …PetscCall(PetscKernel_A_gets_inverse_A_3(ibdiag + cnt, shift, allowzeropivot, &zeropivotdetected)); in MatInvertDiagonalForSOR_SeqAIJ_Inode()
/petsc/src/mat/impls/dense/seq/
H A Ddense.c3954 PetscCall(PetscKernel_A_gets_inverse_A_3(values, shift, allowzeropivot, &zeropivotdetected)); in MatSeqDenseInvert()
/petsc/src/dm/impls/plex/
H A Dplexcreate.c3824 PetscCall(PetscKernel_A_gets_inverse_A_3(J, 0., PETSC_FALSE, NULL)); in TPSNearestPoint()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c4242 PetscCall(PetscKernel_A_gets_inverse_A_3(diag, shift, allowzeropivot, &zeropivotdetected)); in MatSeqAIJInvertVariableBlockDiagonalMat()