| /petsc/src/mat/impls/aij/mpi/strumpack/ |
| H A D | strumpack.c | 14 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)A->data; in MatDestroy_STRUMPACK() local 53 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKSetReordering_STRUMPACK() local 61 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKGetReordering_STRUMPACK() local 118 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKSetColPerm_STRUMPACK() local 126 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKGetColPerm_STRUMPACK() local 185 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKSetGPU_STRUMPACK() local 198 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKGetGPU_STRUMPACK() local 257 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKSetCompression_STRUMPACK() local 271 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKGetCompression_STRUMPACK() local 331 STRUMPACK_SparseSolver *S = (STRUMPACK_SparseSolver *)F->data; in MatSTRUMPACKSetCompRelTol_STRUMPACK() local [all …]
|
| /petsc/share/petsc/matlab/@PetscOpenSocket/ |
| H A D | PetscOpenSocket.m | 11 S = struct('fd', sopen()); variable 13 S = struct('fd', sopen(socketnumber)); variable
|
| /petsc/src/ksp/ksp/utils/schurm/ |
| H A D | schurm.c | 175 PetscErrorCode MatCreateSchurComplement(Mat A00, Mat Ap00, Mat A01, Mat A10, Mat A11, Mat *S) in MatCreateSchurComplement() 217 PetscErrorCode MatSchurComplementSetSubMatrices(Mat S, Mat A00, Mat Ap00, Mat A01, Mat A10, Mat A11) in MatSchurComplementSetSubMatrices() 279 PetscErrorCode MatSchurComplementGetKSP(Mat S, KSP *ksp) in MatSchurComplementGetKSP() 311 PetscErrorCode MatSchurComplementSetKSP(Mat S, KSP ksp) in MatSchurComplementSetKSP() 359 PetscErrorCode MatSchurComplementUpdateSubMatrices(Mat S, Mat A00, Mat Ap00, Mat A01, Mat A10, Mat … in MatSchurComplementUpdateSubMatrices() 433 PetscErrorCode MatSchurComplementGetSubMatrices(Mat S, Mat *A00, Mat *Ap00, Mat *A01, Mat *A10, Mat… in MatSchurComplementGetSubMatrices() 479 PetscErrorCode MatSchurComplementComputeExplicitOperator(Mat A, Mat *S) in MatSchurComplementComputeExplicitOperator() 601 …ic(Mat mat, IS isrow0, IS iscol0, IS isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplemen… in MatGetSchurComplement_Basic() 696 …ment(Mat A, IS isrow0, IS iscol0, IS isrow1, IS iscol1, MatReuse mreuse, Mat *S, MatSchurComplemen… in MatGetSchurComplement() 738 PetscErrorCode MatSchurComplementSetAinvType(Mat S, MatSchurComplementAinvType ainvtype) in MatSchurComplementSetAinvType() [all …]
|
| /petsc/src/mat/tests/ |
| H A D | ex69.c | 6 static PetscErrorCode MatMult_S(Mat S, Vec x, Vec y) in MatMult_S() 18 static PetscErrorCode MatMultTranspose_S(Mat S, Vec x, Vec y) in MatMultTranspose_S() 34 Mat A, B, C, S; in main() local
|
| H A D | ex70.c | 64 PetscErrorCode proj_mult(Mat S, Vec X, Vec Y) in proj_mult() 108 PetscErrorCode MyPtShellPMultSymbolic(Mat S, Mat P, Mat PtAP, void **ctx) in MyPtShellPMultSymbolic() 119 PetscErrorCode MyPtShellPMultNumeric(Mat S, Mat P, Mat PtAP, PetscCtx ctx) in MyPtShellPMultNumeric() 140 PetscErrorCode MyRShellRtMultSymbolic(Mat S, Mat R, Mat RARt, void **ctx) in MyRShellRtMultSymbolic() 151 PetscErrorCode MyRShellRtMultNumeric(Mat S, Mat R, Mat RARt, PetscCtx ctx) in MyRShellRtMultNumeric() 172 PetscErrorCode MyMatShellMatMultNumeric(Mat S, Mat B, Mat C, PetscCtx ctx) in MyMatShellMatMultNumeric() 182 PetscErrorCode MyMatTransposeShellMatMultNumeric(Mat S, Mat B, Mat C, PetscCtx ctx) in MyMatTransposeShellMatMultNumeric() 192 PetscErrorCode MyMatShellMatTransposeMultNumeric(Mat S, Mat B, Mat C, PetscCtx ctx) in MyMatShellMatTransposeMultNumeric()
|
| H A D | ex235.c | 5 static PetscErrorCode myMult(Mat S, Vec x, Vec y) in myMult() 15 static PetscErrorCode myGetDiagonal(Mat S, Vec d) in myGetDiagonal()
|
| H A D | ex203.c | 25 Mat A, S; in main() local
|
| H A D | ex177.c | 9 PetscScalar *S, *T; in main() local
|
| H A D | ex154.c | 7 Mat F, A, B, X, Y, S; in main() local
|
| H A D | ex218.c | 43 Mat S; in main() local
|
| /petsc/src/vec/vec/utils/ |
| H A D | projection.c | 23 PetscErrorCode VecWhichEqual(Vec Vec1, Vec Vec2, IS *S) in VecWhichEqual() 89 PetscErrorCode VecWhichLessThan(Vec Vec1, Vec Vec2, IS *S) in VecWhichLessThan() 155 PetscErrorCode VecWhichGreaterThan(Vec Vec1, Vec Vec2, IS *S) in VecWhichGreaterThan() 222 PetscErrorCode VecWhichBetween(Vec VecLow, Vec V, Vec VecHigh, IS *S) in VecWhichBetween() 290 PetscErrorCode VecWhichBetweenOrEqual(Vec VecLow, Vec V, Vec VecHigh, IS *S) in VecWhichBetweenOrEqual() 367 PetscErrorCode VecWhichInactive(Vec VecLow, Vec V, Vec D, Vec VecHigh, PetscBool Strong, IS *S) in VecWhichInactive() 630 PetscErrorCode ISComplementVec(IS S, Vec V, IS *T) in ISComplementVec() 658 PetscErrorCode VecISSet(Vec V, IS S, PetscScalar c) in VecISSet() 703 PetscErrorCode VecISShift(Vec V, IS S, PetscScalar c) in VecISShift()
|
| /petsc/share/petsc/matlab/@PetscOpenFile/ |
| H A D | PetscOpenFile.m | 12 S = struct('fd', fopen(filename,rw,'ieee-be')); variable
|
| /petsc/src/ksp/ksp/utils/lmvm/brdn/ |
| H A D | brdn.c | 53 LMBasis S = NULL, Y = NULL; in BroydenKernel_Recursive() local 117 LMBasis S, Y; in BroydenKernelHermitianTranspose_Recursive() local 163 LMBasis S; in BroydenKernel_CompactDense() local 195 LMBasis S; in BroydenKernelHermitianTranspose_CompactDense() local 225 LMBasis S = NULL, Y = NULL; in BroydenKernel_Dense() local 274 LMBasis S, Y; in BroydenKernelHermitianTranspose_Dense() local
|
| /petsc/src/ts/tutorials/autodiff/adolc-utils/ |
| H A D | sparse.cxx | 48 PetscErrorCode GenerateSeedMatrix(ISColoring iscoloring, PetscScalar **S) in GenerateSeedMatrix() 78 PetscErrorCode GenerateSeedMatrixPlusRecovery(ISColoring iscoloring, PetscScalar **S, PetscScalar *… in GenerateSeedMatrixPlusRecovery() 113 PetscErrorCode GetRecoveryMatrix(PetscScalar **S, unsigned int **sparsity, PetscInt m, PetscInt p, … in GetRecoveryMatrix()
|
| /petsc/src/ts/impls/glee/ |
| H A D | glee.c | 33 PetscReal *A, *B, *U, *V, *S, *F, *c; /* Tableau */ member 170 …, U[3][2] = {{1.0, 0}, {1.0, 0.5}, {1.0, 0.5}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 0}, F[2] = … in TSGLEERegisterAll() local 184 … / 6.0}}, U[3][2] = {{1, 0}, {1, 10}, {1, -1}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 0}, F[2] = … in TSGLEERegisterAll() local 199 …, {75.0 / 58.0, -17.0 / 58.0}, {0, 1}, {0, 1}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 1}, F[2] = … in TSGLEERegisterAll() local 215 …056100455550913009, 0.0094389954444908699092}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 1}, F[2] = … in TSGLEERegisterAll() local 231 …0763666313171803.0 / 108658046436496925911.0}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 1}, F[2] = … in TSGLEERegisterAll() local 248 …}, {1, 0.75}, {1, 0.75}, {1, 0.75}, {1, 0.75}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 0}, F[2] = … in TSGLEERegisterAll() local 267 …1, 0}, {1, 0}, {1, 1}, {1, 1}, {1, 1}, {1, 1}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 0}, F[2] = … in TSGLEERegisterAll() local 287 …}, {1, 0.75}, {1, 0.75}, {1, 0.75}, {1, 0.75}}, V[2][2] = {{1, 0}, {0, 1}}, S[2] = {1, 0}, F[2] = … in TSGLEERegisterAll() local 389 …[], const PetscReal B[], const PetscReal U[], const PetscReal V[], const PetscReal S[], const Pets… in TSGLEERegister() [all …]
|
| /petsc/src/mat/impls/kaij/ |
| H A D | kaij.c | 86 PetscErrorCode MatKAIJGetS(Mat A, PetscInt *m, PetscInt *n, PetscScalar *S[]) in MatKAIJGetS() 117 PetscErrorCode MatKAIJGetSRead(Mat A, PetscInt *m, PetscInt *n, const PetscScalar *S[]) in MatKAIJGetSRead() 145 PetscErrorCode MatKAIJRestoreS(Mat A, PetscScalar *S[]) in MatKAIJRestoreS() 170 PetscErrorCode MatKAIJRestoreSRead(Mat A, const PetscScalar *S[]) in MatKAIJRestoreSRead() 346 PetscErrorCode MatKAIJSetS(Mat A, PetscInt p, PetscInt q, const PetscScalar S[]) in MatKAIJSetS() 734 const PetscScalar *S = b->S; in MatInvertBlockDiagonal_SeqKAIJ() local 1184 PetscScalar *vaij, *v, *S = b->S, *T = b->T; in MatGetRow_SeqKAIJ() local 1266 PetscScalar *v, *vals, *ovals, *S = b->S, *T = b->T; in MatGetRow_MPIKAIJ() local 1419 PetscErrorCode MatCreateKAIJ(Mat A, PetscInt p, PetscInt q, const PetscScalar S[], const PetscScala… in MatCreateKAIJ()
|
| /petsc/src/ts/trajectory/impls/basic/ |
| H A D | trajbasic.c | 37 Mat A, *S; in TSTrajectorySet_Basic() local 91 Mat *S; in TSTrajectoryGet_Basic() local
|
| /petsc/src/ksp/ksp/utils/lmvm/dfp/ |
| H A D | dfp.c | 17 LMBasis S, Y; in DFPKernel_Recursive() local 81 LMBasis S, Y; in DFPKernel_CompactDense() local 125 LMBasis S = NULL, Y = NULL; in DFPKernel_Dense() local
|
| /petsc/src/ts/tests/ |
| H A D | ex2.c | 35 Mat A, S; in main() local 108 PetscErrorCode MyMatMult(Mat S, Vec x, Vec y) in MyMatMult()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex82.c | 11 Vec b, x, *S; in main() local
|
| /petsc/src/ksp/ksp/tutorials/ |
| H A D | ex27.c | 230 Mat array[4], C, S; in main() local 326 Mat aux, S, **array; in main() local
|
| /petsc/src/ksp/ksp/impls/cg/groppcg/ |
| H A D | groppcg.c | 28 Vec x, b, r, p, s, S, z, Z; in KSPSolve_GROPPCG() local
|
| /petsc/src/tao/constrained/impls/almm/ |
| H A D | almm.c | 519 static PetscErrorCode TaoALMMCombinePrimal_Private(Tao tao, Vec X, Vec S, Vec P) in TaoALMMCombinePrimal_Private() 555 static PetscErrorCode TaoALMMSplitPrimal_Private(Tao tao, Vec P, Vec X, Vec S) in TaoALMMSplitPrimal_Private()
|
| /petsc/src/ksp/ksp/impls/cg/pipecg/ |
| H A D | pipecg.c | 25 Vec X, B, Z, P, W, Q, U, M, N, R, S; in KSPSolve_PIPECG() local
|
| /petsc/src/tao/leastsquares/tutorials/ |
| H A D | tomographyGenerateData.m | 17 S = reshape(L*WGT(:), NTheta, NTau); variable
|