Searched refs:FactorShiftCtx (Results 1 – 5 of 5) sorted by relevance
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaijfact.c | 1198 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace() 1202 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace() 1354 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering() 1364 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering() 1507 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace() 1511 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baijfact.c | 461 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqBAIJ_1() 468 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatLUFactorNumeric_SeqBAIJ_1() 758 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqBAIJ_N() 773 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqBAIJ_N() 895 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering() 899 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering()
|
| /petsc/include/petsc/private/ |
| H A D | matimpl.h | 771 } FactorShiftCtx; typedef 789 …de MatPivotCheck_nz(PETSC_UNUSED Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PETSC_U… in MatPivotCheck_nz() 807 …de MatPivotCheck_pd(PETSC_UNUSED Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PETSC_U… in MatPivotCheck_pd() 830 …PivotCheck_inblocks(PETSC_UNUSED Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PETSC_U… in MatPivotCheck_inblocks() 844 …ode MatPivotCheck_none(Mat fact, Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PetscIn… in MatPivotCheck_none() 860 …rrorCode MatPivotCheck(Mat fact, Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PetscIn… in MatPivotCheck()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aijfact.c | 231 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ() 240 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatLUFactorNumeric_SeqAIJ() 410 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ_inplace() 419 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatLUFactorNumeric_SeqAIJ_inplace() 566 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm() 576 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm() 1715 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqAIJ() 1725 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqAIJ() 1883 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqAIJ_inplace() 1892 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatCholeskyFactorNumeric_SeqAIJ_inplace()
|
| H A D | inode.c | 1209 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ_Inode() 1219 PetscCall(PetscMemzero(&sctx, sizeof(FactorShiftCtx))); in MatLUFactorNumeric_SeqAIJ_Inode()
|