Home
last modified time | relevance | path

Searched defs:sctx (Results 1 – 13 of 13) sorted by relevance

/petsc/src/snes/impls/vi/rs/
H A Dvirs.c628 SNESMatlabContext *sctx = (SNESMatlabContext *)ctx; in SNESVIRedundancyCheck_Matlab() local
664 SNESMatlabContext *sctx; in SNESVISetRedundancyCheckMatlab() local
/petsc/src/mat/impls/aij/mpi/
H A Dfdmpiaij.c31 PetscErrorCode MatFDColoringApply_BAIJ(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply_BAIJ()
182 PetscErrorCode MatFDColoringApply_AIJ(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply_AIJ()
/petsc/src/mat/matfd/
H A Dfdmatrix.c579 PetscErrorCode MatFDColoringApply(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply()
/petsc/src/mat/impls/sbaij/seq/
H A Dsbaijfact.c1198 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqSBAIJ_1_inplace() local
1354 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering() local
1507 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqSBAIJ_1_NaturalOrdering_inplace() local
/petsc/src/mat/impls/aij/seq/
H A Daijfact.c231 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ() local
410 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ_inplace() local
566 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ_InplaceWithPerm() local
1715 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqAIJ() local
1883 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqAIJ_inplace() local
H A Dinode.c1209 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqAIJ_Inode() local
/petsc/src/mat/impls/baij/seq/
H A Dbaijfact.c461 FactorShiftCtx sctx; in MatLUFactorNumeric_SeqBAIJ_1() local
758 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqBAIJ_N() local
895 FactorShiftCtx sctx; in MatCholeskyFactorNumeric_SeqBAIJ_N_NaturalOrdering() local
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c130 VecScatter sctx; in PCTelescopeSetUp_dmda_repart_coors2d() local
221 VecScatter sctx; in PCTelescopeSetUp_dmda_repart_coors3d() local
/petsc/src/snes/impls/multiblock/
H A Dmultiblock.c10 VecScatter sctx; /* Scatter mapping global Vec to blockVec */ member
/petsc/include/petsc/private/
H A Dmatimpl.h789 …MatPivotCheck_nz(PETSC_UNUSED Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PETSC_UNUS… in MatPivotCheck_nz()
807 …MatPivotCheck_pd(PETSC_UNUSED Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PETSC_UNUS… in MatPivotCheck_pd()
830 …otCheck_inblocks(PETSC_UNUSED Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PETSC_UNUS… in MatPivotCheck_inblocks()
844 … MatPivotCheck_none(Mat fact, Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PetscInt r… in MatPivotCheck_none()
860 …rCode MatPivotCheck(Mat fact, Mat mat, const MatFactorInfo *info, FactorShiftCtx *sctx, PetscInt r… in MatPivotCheck()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c26 VecScatter sctx; member
/petsc/src/ts/tutorials/
H A Dex30.c578 SingleSourceCtx sctx; in source() local
/petsc/src/dm/interface/
H A Ddm.c8817 static PetscErrorCode MatFDColoringApply_AIJDM(Mat J, MatFDColoring coloring, Vec x1, void *sctx) in MatFDColoringApply_AIJDM()