| /petsc/src/mat/impls/aij/mpi/strumpack/ ! |
| H A D | strumpack.c | 51 static PetscErrorCode MatSTRUMPACKSetReordering_STRUMPACK(Mat F, MatSTRUMPACKReordering reordering) in MatSTRUMPACKSetReordering_STRUMPACK() 59 static PetscErrorCode MatSTRUMPACKGetReordering_STRUMPACK(Mat F, MatSTRUMPACKReordering *reordering) in MatSTRUMPACKGetReordering_STRUMPACK() 84 PetscErrorCode MatSTRUMPACKSetReordering(Mat F, MatSTRUMPACKReordering reordering) in MatSTRUMPACKSetReordering() 107 PetscErrorCode MatSTRUMPACKGetReordering(Mat F, MatSTRUMPACKReordering *reordering) in MatSTRUMPACKGetReordering() 116 static PetscErrorCode MatSTRUMPACKSetColPerm_STRUMPACK(Mat F, PetscBool cperm) in MatSTRUMPACKSetColPerm_STRUMPACK() 124 static PetscErrorCode MatSTRUMPACKGetColPerm_STRUMPACK(Mat F, PetscBool *cperm) in MatSTRUMPACKGetColPerm_STRUMPACK() 150 PetscErrorCode MatSTRUMPACKSetColPerm(Mat F, PetscBool cperm) in MatSTRUMPACKSetColPerm() 174 PetscErrorCode MatSTRUMPACKGetColPerm(Mat F, PetscBool *cperm) in MatSTRUMPACKGetColPerm() 183 static PetscErrorCode MatSTRUMPACKSetGPU_STRUMPACK(Mat F, PetscBool gpu) in MatSTRUMPACKSetGPU_STRUMPACK() 196 static PetscErrorCode MatSTRUMPACKGetGPU_STRUMPACK(Mat F, PetscBool *gpu) in MatSTRUMPACKGetGPU_STRUMPACK() [all …]
|
| /petsc/src/binding/petsc4py/src/lib-petsc/compat/ ! |
| H A D | mumps.h | 12 PetscErrorCode MatMumpsGetIcntl(PETSC_UNUSED Mat F,PETSC_UNUSED PetscInt icntl,PETSC_UNUSED PetscIn… in MatMumpsGetIcntl() 13 PetscErrorCode MatMumpsGetCntl(PETSC_UNUSED Mat F,PETSC_UNUSED PetscInt icntl,PETSC_UNUSED PetscRea… in MatMumpsGetCntl() 14 PetscErrorCode MatMumpsGetInfo(PETSC_UNUSED Mat F,PETSC_UNUSED PetscInt icntl,PETSC_UNUSED PetscInt… in MatMumpsGetInfo() 15 PetscErrorCode MatMumpsGetInfog(PETSC_UNUSED Mat F,PETSC_UNUSED PetscInt icntl,PETSC_UNUSED PetscIn… in MatMumpsGetInfog() 16 PetscErrorCode MatMumpsGetRinfo(PETSC_UNUSED Mat F,PETSC_UNUSED PetscInt icntl,PETSC_UNUSED PetscRe… in MatMumpsGetRinfo() 17 PetscErrorCode MatMumpsGetRinfog(PETSC_UNUSED Mat F,PETSC_UNUSED PetscInt icntl,PETSC_UNUSED PetscR… in MatMumpsGetRinfog()
|
| /petsc/src/ts/tests/ ! |
| H A D | ex6.c | 13 PetscErrorCode f(PetscReal t, Vec U, Vec V, Vec F) in f() 23 PetscErrorCode F(PetscReal t, Vec U, Vec V, Vec F) in F() argument 35 PetscErrorCode (*F)(PetscReal, Vec, Vec, Vec); member 83 PetscErrorCode TSFunction(TS ts, PetscReal t, Vec U, Vec F, void *actx) in TSFunction() 98 PetscErrorCode SNESFunction(SNES snes, Vec V, Vec F, void *actx) in SNESFunction()
|
| H A D | ex8.c | 16 PetscErrorCode f(PetscReal t, Vec UV, Vec F) in f() 38 PetscErrorCode F(PetscReal t, Vec UV, Vec F) in F() argument 60 PetscErrorCode (*F)(PetscReal, Vec, Vec); member 98 PetscErrorCode TSFunctionRHS(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSFunctionRHS() 111 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI()
|
| H A D | ex9.c | 16 PetscErrorCode f(PetscReal t, Vec U, Vec V, Vec F) in f() 27 PetscErrorCode F(PetscReal t, Vec U, Vec V, Vec F) in F() argument 39 PetscErrorCode (*F)(PetscReal, Vec, Vec, Vec); member 100 PetscErrorCode TSFunctionRHS(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSFunctionRHS() 120 PetscErrorCode TSFunctionI(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *actx) in TSFunctionI()
|
| H A D | ex7.c | 16 PetscErrorCode f(PetscReal t, Vec UV, Vec F) in f() 37 PetscErrorCode F(PetscReal t, Vec UV, Vec F) in F() argument 61 PetscErrorCode (*F)(PetscReal, Vec, Vec); member 127 PetscErrorCode TSFunction(TS ts, PetscReal t, Vec U, Vec F, void *actx) in TSFunction() 146 PetscErrorCode SNESFunction(SNES snes, Vec V, Vec F, void *actx) in SNESFunction()
|
| H A D | ex10.c | 17 PetscErrorCode (*F)(PetscReal, Vec, Vec, Vec, void *); member 93 PetscErrorCode TSDAESimple_Reduced_TSFunction(TS ts, PetscReal t, Vec U, Vec F, void *actx) in TSDAESimple_Reduced_TSFunction() 110 PetscErrorCode TSDAESimple_Reduced_SNESFunction(SNES snes, Vec V, Vec F, void *actx) in TSDAESimple_Reduced_SNESFunction() 197 PetscErrorCode TSDAESimple_Full_TSRHSFunction(TS ts, PetscReal t, Vec UV, Vec F, void *actx) in TSDAESimple_Full_TSRHSFunction() 221 PetscErrorCode TSDAESimple_Full_TSIFunction(TS ts, PetscReal t, Vec UV, Vec UVdot, Vec F, void *act… in TSDAESimple_Full_TSIFunction() 323 PetscErrorCode f(PetscReal t, Vec U, Vec V, Vec F, PetscCtx ctx) in f() 334 PetscErrorCode F(PetscReal t, Vec U, Vec V, Vec F, PetscCtx ctx) in F() function
|
| H A D | ex15.c | 43 static PetscErrorCode IFunction_Conservative(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCtx c… in IFunction_Conservative() 62 static PetscErrorCode IFunction_Nonconservative(TS ts, PetscReal t, Vec U, Vec Udot, Vec F, PetscCt… in IFunction_Nonconservative() 81 static PetscErrorCode IFunction_TransientVar(TS ts, PetscReal t, Vec U, Vec Cdot, Vec F, PetscCtx c… in IFunction_TransientVar()
|
| /petsc/src/mat/impls/sbaij/seq/cholmod/ ! |
| H A D | sbaijcholmod.c | 61 static PetscErrorCode CholmodSetOptions(Mat F) in CholmodSetOptions() 123 PetscErrorCode CholmodStart(Mat F) in CholmodStart() 275 PETSC_INTERN PetscErrorCode MatDestroy_CHOLMOD(Mat F) in MatDestroy_CHOLMOD() 301 static PetscErrorCode MatView_Info_CHOLMOD(Mat F, PetscViewer viewer) in MatView_Info_CHOLMOD() 355 PETSC_INTERN PetscErrorCode MatView_CHOLMOD(Mat F, PetscViewer viewer) in MatView_CHOLMOD() 369 static PetscErrorCode MatSolve_CHOLMOD(Mat F, Vec B, Vec X) in MatSolve_CHOLMOD() 389 static PetscErrorCode MatMatSolve_CHOLMOD(Mat F, Mat B, Mat X) in MatMatSolve_CHOLMOD() 408 static PetscErrorCode MatCholeskyFactorNumeric_CHOLMOD(Mat F, Mat A, const MatFactorInfo *info) in MatCholeskyFactorNumeric_CHOLMOD() 437 PETSC_INTERN PetscErrorCode MatCholeskyFactorSymbolic_CHOLMOD(Mat F, Mat A, IS perm, const MatFacto… in MatCholeskyFactorSymbolic_CHOLMOD() 480 PETSC_INTERN PetscErrorCode MatGetInfo_CHOLMOD(Mat F, MatInfoType flag, MatInfo *info) in MatGetInfo_CHOLMOD() [all …]
|
| /petsc/src/mat/impls/aij/mpi/pastix/ ! |
| H A D | pastix.c | 201 static PetscErrorCode MatFactorNumeric_PaStiX(Mat F, Mat A, const MatFactorInfo *info) in MatFactorNumeric_PaStiX() 216 static PetscErrorCode MatLUFactorNumeric_PaStiX(Mat F, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_PaStiX() 227 static PetscErrorCode MatCholeskyFactorNumeric_PaStiX(Mat F, Mat A, const MatFactorInfo *info) in MatCholeskyFactorNumeric_PaStiX() 251 static PetscErrorCode MatFactorSymbolic_PaStiX(Mat F, Mat A, IS r, IS c, const MatFactorInfo *info) in MatFactorSymbolic_PaStiX() 267 static PetscErrorCode MatLUFactorSymbolic_PaStiX(Mat F, Mat A, IS r, IS c, const MatFactorInfo *inf… in MatLUFactorSymbolic_PaStiX() 278 static PetscErrorCode MatCholeskyFactorSymbolic_PaStiX(Mat F, Mat A, IS r, const MatFactorInfo *inf… in MatCholeskyFactorSymbolic_PaStiX() 422 static PetscErrorCode MatGetFactor_pastix(Mat A, MatFactorType ftype, Mat *F, const char *mattype) in MatGetFactor_pastix() 477 static PetscErrorCode MatGetFactor_mpiaij_pastix(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_mpiaij_pastix() 485 static PetscErrorCode MatGetFactor_seqaij_pastix(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_seqaij_pastix() 493 static PetscErrorCode MatGetFactor_mpisbaij_pastix(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_mpisbaij_pastix() [all …]
|
| /petsc/src/mat/impls/aij/seq/spqr/ ! |
| H A D | aijspqr.c | 111 static PetscErrorCode MatSolve_SPQR_Internal(Mat F, cholmod_dense *cholB, cholmod_dense **_Y_handle) in MatSolve_SPQR_Internal() 134 static PetscErrorCode MatSolve_SPQR(Mat F, Vec B, Vec X) in MatSolve_SPQR() 154 static PetscErrorCode MatMatSolve_SPQR(Mat F, Mat B, Mat X) in MatMatSolve_SPQR() 178 static PetscErrorCode MatSolveTranspose_SPQR_Internal(Mat F, cholmod_dense *cholB, cholmod_dense **… in MatSolveTranspose_SPQR_Internal() 193 static PetscErrorCode MatSolveTranspose_SPQR(Mat F, Vec B, Vec X) in MatSolveTranspose_SPQR() 212 static PetscErrorCode MatMatSolveTranspose_SPQR(Mat F, Mat B, Mat X) in MatMatSolveTranspose_SPQR() 235 static PetscErrorCode MatQRFactorNumeric_SPQR(Mat F, Mat A, const MatFactorInfo *info) in MatQRFactorNumeric_SPQR() 269 PETSC_INTERN PetscErrorCode MatQRFactorSymbolic_SPQR(Mat F, Mat A, IS perm, const MatFactorInfo *in… in MatQRFactorSymbolic_SPQR() 307 PETSC_INTERN PetscErrorCode MatGetFactor_seqaij_spqr(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_seqaij_spqr()
|
| /petsc/src/mat/tutorials/ ! |
| H A D | ex20f.F90 | 13 subroutine MatDuplicate_F(F, opt, M, ierr) argument 29 subroutine MatDestroy_F(F, ierr) argument
|
| /petsc/src/binding/petsc4py/demo/legacy/poisson3d/ ! |
| H A D | del2lib.f90 | 6 subroutine del2apply (n, F, x, y) argument 10 real(kind=8) , intent(inout) :: F(0:n+1,0:n+1,0:n+1) local
|
| /petsc/src/ksp/ksp/utils/lmvm/brdn/ ! |
| H A D | badbrdn.c | 5 static PetscErrorCode MatSolve_LMVMBadBrdn_Recursive(Mat B, Vec F, Vec dX) in MatSolve_LMVMBadBrdn_Recursive() 12 static PetscErrorCode MatSolve_LMVMBadBrdn_CompactDense(Mat B, Vec F, Vec dX) in MatSolve_LMVMBadBrdn_CompactDense() 19 PETSC_UNUSED static PetscErrorCode MatSolve_LMVMBadBrdn_Dense(Mat B, Vec F, Vec dX) in MatSolve_LMVMBadBrdn_Dense() 26 static PetscErrorCode MatSolveHermitianTranspose_LMVMBadBrdn_Recursive(Mat B, Vec F, Vec dX) in MatSolveHermitianTranspose_LMVMBadBrdn_Recursive() 33 static PetscErrorCode MatSolveHermitianTranspose_LMVMBadBrdn_CompactDense(Mat B, Vec F, Vec dX) in MatSolveHermitianTranspose_LMVMBadBrdn_CompactDense() 40 PETSC_UNUSED static PetscErrorCode MatSolveHermitianTranspose_LMVMBadBrdn_Dense(Mat B, Vec F, Vec d… in MatSolveHermitianTranspose_LMVMBadBrdn_Dense() 354 static PetscErrorCode MatMult_LMVMBadBrdn_Recursive(Mat B, Vec F, Vec dX) in MatMult_LMVMBadBrdn_Recursive() 361 static PetscErrorCode MatMult_LMVMBadBrdn_CompactDense(Mat B, Vec F, Vec dX) in MatMult_LMVMBadBrdn_CompactDense() 368 static PetscErrorCode MatMultHermitianTranspose_LMVMBadBrdn_Recursive(Mat B, Vec F, Vec dX) in MatMultHermitianTranspose_LMVMBadBrdn_Recursive() 375 static PetscErrorCode MatMultHermitianTranspose_LMVMBadBrdn_CompactDense(Mat B, Vec F, Vec dX) in MatMultHermitianTranspose_LMVMBadBrdn_CompactDense()
|
| /petsc/src/ts/tutorials/ ! |
| H A D | ex31.c | 71 PetscErrorCode RHSFunction_Hull1972A1(TS ts, PetscReal t, Vec Y, Vec F, void *s) in RHSFunction_Hull1972A1() 100 PetscErrorCode IFunction_Hull1972A1(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A1() 133 PetscErrorCode RHSFunction_Hull1972A2(TS ts, PetscReal t, Vec Y, Vec F, void *s) in RHSFunction_Hull1972A2() 163 PetscErrorCode IFunction_Hull1972A2(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A2() 197 PetscErrorCode RHSFunction_Hull1972A3(TS ts, PetscReal t, Vec Y, Vec F, void *s) in RHSFunction_Hull1972A3() 226 PetscErrorCode IFunction_Hull1972A3(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A3() 259 PetscErrorCode RHSFunction_Hull1972A4(TS ts, PetscReal t, Vec Y, Vec F, void *s) in RHSFunction_Hull1972A4() 289 PetscErrorCode IFunction_Hull1972A4(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A4() 323 PetscErrorCode RHSFunction_Hull1972A5(TS ts, PetscReal t, Vec Y, Vec F, void *s) in RHSFunction_Hull1972A5() 353 PetscErrorCode IFunction_Hull1972A5(TS ts, PetscReal t, Vec Y, Vec Ydot, Vec F, void *s) in IFunction_Hull1972A5() [all …]
|
| /petsc/src/snes/interface/ ! |
| H A D | snespc.c | 44 PetscErrorCode SNESComputeFunctionDefaultNPC(SNES snes, Vec X, Vec F) in SNESComputeFunctionDefaultNPC() 77 PetscErrorCode SNESGetNPCFunction(SNES snes, Vec F, PetscReal *fnorm) in SNESGetNPCFunction()
|
| /petsc/src/snes/impls/ls/ ! |
| H A D | ls.c | 46 static PetscErrorCode SNESNEWTONLSCheckLocalMin_Private(SNES snes, Mat A, Vec F, PetscReal fnorm, P… in SNESNEWTONLSCheckLocalMin_Private() 88 static PetscErrorCode SNESNEWTONLSCheckResidual_Private(SNES snes, Mat A, Vec F, Vec X) in SNESNEWTONLSCheckResidual_Private() 130 Vec Y, X, F; in SNESSolve_NEWTONLS() local
|
| /petsc/src/ts/tutorials/multirate/ ! |
| H A D | ex3.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() 33 static PetscErrorCode RHSFunctionslow(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunctionslow() 47 static PetscErrorCode RHSFunctionfast(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunctionfast()
|
| H A D | ex1.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() 33 static PetscErrorCode RHSFunctionslow(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunctionslow() 47 static PetscErrorCode RHSFunctionfast(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunctionfast()
|
| H A D | ex2.c | 18 static PetscErrorCode RHSFunction(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunction() 33 static PetscErrorCode RHSFunctionslow(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunctionslow() 47 static PetscErrorCode RHSFunctionfast(TS ts, PetscReal t, Vec U, Vec F, AppCtx *ctx) in RHSFunctionfast()
|
| /petsc/src/snes/impls/fas/ ! |
| H A D | fas.c | 350 static PetscErrorCode SNESFASDownSmooth_Private(SNES snes, Vec B, Vec X, Vec F, PetscReal *fnorm) in SNESFASDownSmooth_Private() 385 static PetscErrorCode SNESFASUpSmooth_Private(SNES snes, Vec B, Vec X, Vec F, PetscReal *fnorm) in SNESFASUpSmooth_Private() 547 static PetscErrorCode SNESFASCoarseCorrection(SNES snes, Vec X, Vec F, Vec X_new) in SNESFASCoarseCorrection() 621 Vec F, B, Xhat; in SNESFASCycle_Additive() local 705 Vec F, B; in SNESFASCycle_Multiplicative() local 738 Vec F, B; in SNESFASCycle_Full() local 786 Vec F, B; in SNESFASCycle_Kaskade() local 816 Vec X, F; in SNESSolve_FAS() local
|
| /petsc/src/mat/impls/aij/seq/superlu/ ! |
| H A D | superlu.c | 228 static PetscErrorCode MatLUFactorNumeric_SuperLU(Mat F, Mat A, const MatFactorInfo *info) in MatLUFactorNumeric_SuperLU() 394 static PetscErrorCode MatLUFactorSymbolic_SuperLU(Mat F, Mat A, IS r, IS c, const MatFactorInfo *in… in MatLUFactorSymbolic_SuperLU() 461 static PetscErrorCode MatSuperluSetILUDropTol_SuperLU(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol_SuperLU() 486 PetscErrorCode MatSuperluSetILUDropTol(Mat F, PetscReal dtol) in MatSuperluSetILUDropTol() 539 static PetscErrorCode MatGetFactor_seqaij_superlu(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_seqaij_superlu() 621 static PetscErrorCode MatGetFactor_seqsell_superlu(Mat A, MatFactorType ftype, Mat *F) in MatGetFactor_seqsell_superlu()
|
| /petsc/src/mat/impls/aij/mpi/mumps/ ! |
| H A D | mumps.c | 513 …#define ID_FIELD_GET(ID, F, I) ((ID).precision == PETSC_PRECISION_SINGLE ? ((CMUMPS_COMPLEX *)(ID)… argument 515 …#define ID_FIELD_GET(ID, F, I) ((ID).precision == PETSC_PRECISION_SINGLE ? ((float *)(ID).F)[I] : … argument 663 static PetscErrorCode MatMumpsSolveSchur_Private(Mat F) in MatMumpsSolveSchur_Private() 731 static PetscErrorCode MatMumpsHandleSchur_Private(Mat F, PetscBool expansion) in MatMumpsHandleSchur_Private() 2357 static PetscErrorCode MatGetInertia_SBAIJMUMPS(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *np… in MatGetInertia_SBAIJMUMPS() 2497 static PetscErrorCode MatFactorNumeric_MUMPS(Mat F, Mat A, PETSC_UNUSED const MatFactorInfo *info) in MatFactorNumeric_MUMPS() 2599 static PetscErrorCode MatSetFromOptions_MUMPS(Mat F, Mat A) in MatSetFromOptions_MUMPS() 2878 static PetscErrorCode MatFactorSymbolic_MUMPS_ReportIfError(Mat F, Mat A, PETSC_UNUSED const MatFac… in MatFactorSymbolic_MUMPS_ReportIfError() 2898 static PetscErrorCode MatLUFactorSymbolic_AIJMUMPS(Mat F, Mat A, IS r, PETSC_UNUSED IS c, const Mat… in MatLUFactorSymbolic_AIJMUMPS() 2967 static PetscErrorCode MatLUFactorSymbolic_BAIJMUMPS(Mat F, Mat A, PETSC_UNUSED IS r, PETSC_UNUSED I… in MatLUFactorSymbolic_BAIJMUMPS() [all …]
|
| /petsc/src/mat/impls/aij/seq/mkl_pardiso/ ! |
| H A D | mkl_pardiso.c | 235 static PetscErrorCode MatMKLPardisoSolveSchur_Private(Mat F, PetscScalar *B, PetscScalar *X) in MatMKLPardisoSolveSchur_Private() 287 static PetscErrorCode MatFactorSetSchurIS_MKL_PARDISO(Mat F, IS is) in MatFactorSetSchurIS_MKL_PARDISO() 583 static PetscErrorCode MatFactorNumeric_MKL_PARDISO(Mat F, Mat A, const MatFactorInfo *info) in MatFactorNumeric_MKL_PARDISO() 611 static PetscErrorCode MatSetFromOptions_MKL_PARDISO(Mat F, Mat A) in MatSetFromOptions_MKL_PARDISO() 771 static PetscErrorCode MatFactorSymbolic_AIJMKL_PARDISO_Private(Mat F, Mat A, const MatFactorInfo *i… in MatFactorSymbolic_AIJMKL_PARDISO_Private() 811 static PetscErrorCode MatLUFactorSymbolic_AIJMKL_PARDISO(Mat F, Mat A, IS r, IS c, const MatFactorI… in MatLUFactorSymbolic_AIJMKL_PARDISO() 819 static PetscErrorCode MatGetInertia_MKL_PARDISO(Mat F, PetscInt *nneg, PetscInt *nzero, PetscInt *n… in MatGetInertia_MKL_PARDISO() 831 static PetscErrorCode MatCholeskyFactorSymbolic_AIJMKL_PARDISO(Mat F, Mat A, IS r, const MatFactorI… in MatCholeskyFactorSymbolic_AIJMKL_PARDISO() 888 static PetscErrorCode MatMkl_PardisoSetCntl_MKL_PARDISO(Mat F, PetscInt icntl, PetscInt ival) in MatMkl_PardisoSetCntl_MKL_PARDISO() 936 PetscErrorCode MatMkl_PardisoSetCntl(Mat F, PetscInt icntl, PetscInt ival) in MatMkl_PardisoSetCntl() [all …]
|
| /petsc/src/snes/tutorials/ ! |
| H A D | ex3k.kokkos.cxx | 11 Vec F; /* right-hand side of PDE */ member 51 PetscScalar *X, *R, *F, d; in CpuFunction() local 97 ConstPetscScalarKokkosOffsetView X, F; in KokkosFunction() local 225 Vec x, r, U, F; /* vectors */ in main() local
|