| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.h | 276 …PetscErrorCode PetscKernel_A_gets_A_times_B_2(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_2() 316 …PetscErrorCode PetscKernel_A_gets_A_times_B_3(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_3() 366 …PetscErrorCode PetscKernel_A_gets_A_times_B_4(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_4() 419 …PetscErrorCode PetscKernel_A_gets_A_times_B_5(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_5() 490 …PetscErrorCode PetscKernel_A_gets_A_times_B_6(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_6() 583 …PetscErrorCode PetscKernel_A_gets_A_times_B_7(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_7() 704 …PetscErrorCode PetscKernel_A_gets_A_times_B_9(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_9() 880 …PetscErrorCode PetscKernel_A_gets_A_times_B_9(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_9() 1258 …etscErrorCode PetscKernel_A_gets_A_times_B_11(PetscScalar *A, const PetscScalar *B, PetscScalar *W) in PetscKernel_A_gets_A_times_B_11() 1404 …ErrorCode PetscKernel_A_gets_A_minus_B_times_C_11(PetscScalar *A, const PetscScalar *W, const Pets… in PetscKernel_A_gets_A_minus_B_times_C_11() [all …]
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | ximpl.h | 46 static inline void PetscDrawXiSetPixVal(PetscDraw_X *W, PetscDrawXiPixVal pix) in PetscDrawXiSetPixVal() 55 …#define PetscDrawXiValidColor(W, color) PetscCheck((color) >= 0 && (color) < PETSC_DRAW_MAXCOLOR, … argument 57 #define PetscDrawXiValidColor(W, color) \ argument 62 #define PetscDrawXiSetColor(W, color) \ argument
|
| /petsc/src/ksp/pc/impls/deflation/ |
| H A D | deflationspace.c | 57 static PetscErrorCode PCDeflationGetSpaceHaar(PC pc, Mat *W, PetscInt size) in PCDeflationGetSpaceHaar() 102 static PetscErrorCode PCDeflationGetSpaceWave(PC pc, Mat *W, PetscInt size, PetscInt ncoeffs, Petsc… in PCDeflationGetSpaceWave() 134 static PetscErrorCode PCDeflationGetSpaceAggregation(PC pc, Mat *W) in PCDeflationGetSpaceAggregation()
|
| H A D | deflation.h | 11 Mat W, Wt, WtA, WtAW; /* deflation space, coarse problem mats */ member
|
| /petsc/src/vec/vec/tests/ |
| H A D | ex34.c | 8 Vec V, W; in main() local
|
| H A D | ex38.c | 8 Vec X, Y, Z, W; in main() local
|
| H A D | ex32.c | 15 PetscInt *X, *X1, *XR, *XSO, *W, *Y, *Z, *XP, *X1P; in main() local
|
| /petsc/src/snes/linesearch/impls/basic/ |
| H A D | linesearchbasic.c | 7 Vec X, F, Y, W; in SNESLineSearchApply_Basic() local
|
| /petsc/src/tao/unconstrained/impls/cg/ |
| H A D | taocg.h | 12 Vec W; /* work vector */ member
|
| /petsc/src/tao/unconstrained/impls/lmvm/ |
| H A D | lmvm.h | 15 Vec W; member
|
| /petsc/src/ksp/ksp/impls/cr/pipecr/ |
| H A D | pipecr.c | 25 Vec X, B, Z, P, W, Q, U, M, N; in KSPSolve_PIPECR() local
|
| /petsc/src/tao/unconstrained/impls/owlqn/ |
| H A D | owlqn.h | 15 Vec W; member
|
| /petsc/src/snes/linesearch/impls/bisection/ |
| H A D | linesearchbisection.c | 7 Vec X, F, Y, W, G; in SNESLineSearchApply_Bisection() local
|
| /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/include/petsc/private/kernels/ |
| H A D | blockinvert.h | 44 #define PetscKernel_A_gets_inverse_A(bs, A, pivots, W, allowzeropivot, zeropivotdetected) ((PetscEr… argument 59 #define PetscKernel_A_gets_A_times_B(bs, A, B, W) \ argument 325 #define PetscKernel_A_gets_A_times_B(bs, A, B, W) \ argument
|
| /petsc/src/snes/impls/nasm/ |
| H A D | aspin.c | 15 Vec W; in MatMultASPIN() local
|
| /petsc/src/snes/linesearch/impls/cp/ |
| H A D | linesearchcp.c | 7 Vec X, Y, F, W; in SNESLineSearchApply_CP() local
|
| /petsc/src/snes/linesearch/impls/secant/ |
| H A D | linesearchsecant.c | 11 Vec W; in SNESLineSearchApply_Secant() local
|
| /petsc/src/ts/tutorials/advection-diffusion-reaction/ |
| H A D | shashi.F90 | 897 subroutine ShashiPostCheck(ls, X, Y, W, c_Y, c_W, dummy) argument
|
| /petsc/src/ksp/ksp/impls/bcgs/pipebcgs/ |
| H A D | pipebcgs.c | 19 Vec X, B, S, R, RP, Y, Q, P2, Q2, R2, S2, W, Z, W2, Z2, T, V; in KSPSolve_PIPEBCGS() local
|
| /petsc/src/ksp/ksp/impls/cg/pipecg2/ |
| H A D | pipecg2.c | 8 static PetscErrorCode VecMergedDot_Private(Vec U, Vec W, Vec R, PetscInt normtype, PetscScalar *ru,… in VecMergedDot_Private() 54 static PetscErrorCode VecMergedDot2_Private(Vec N, Vec M, Vec W, PetscScalar *wm, PetscScalar *nm) in VecMergedDot2_Private() 555 Vec X, B, Z, P, W, Q, U, M, N, R, S, C, D, E, F, G[2], H[2], A1, B1; in KSPSolve_PIPECG2() local
|
| /petsc/src/ksp/ksp/impls/cg/ |
| H A D | cg.c | 125 Vec X, B, Z, R, P, W; in KSPSolve_CG() local 369 Vec X, B, Z, R, P, S, W, tmpvecs[2]; in KSPSolve_CG_SingleReduction() local
|
| /petsc/src/snes/linesearch/interface/ftn-custom/ |
| H A D | zlinesearchf.c | 25 static PetscErrorCode oursneslinesearchpostcheck(SNESLineSearch linesearch, Vec X, Vec Y, Vec W, Pe… in oursneslinesearchpostcheck()
|
| /petsc/src/snes/linesearch/interface/ |
| H A D | linesearch.c | 137 Vec Y, W, G; in SNESLineSearchMonitorSolutionUpdate() local 486 PetscErrorCode SNESLineSearchPostCheck(SNESLineSearch linesearch, Vec X, Vec Y, Vec W, PetscBool *c… in SNESLineSearchPostCheck() 1486 PetscErrorCode SNESLineSearchGetVecs(SNESLineSearch linesearch, Vec *X, Vec *F, Vec *Y, Vec *W, Vec… in SNESLineSearchGetVecs() 1530 PetscErrorCode SNESLineSearchSetVecs(SNESLineSearch linesearch, Vec X, Vec F, Vec Y, Vec W, Vec G) in SNESLineSearchSetVecs()
|
| /petsc/src/sys/tutorials/ |
| H A D | ex5.c | 34 PetscScalar W; member
|