| /petsc/src/mat/impls/aij/seq/ |
| H A D | matrart.c | 25 PetscErrorCode MatRARtSymbolic_SeqAIJ_SeqAIJ_colorrart(Mat A, Mat R, PetscReal fill, Mat C) in MatRARtSymbolic_SeqAIJ_SeqAIJ_colorrart() 103 static PetscErrorCode MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense(Mat R, Mat A, Mat B, Mat RAB, Pet… in MatMatMatMultNumeric_SeqAIJ_SeqAIJ_SeqDense() 219 PetscErrorCode MatRARtNumeric_SeqAIJ_SeqAIJ_colorrart(Mat A, Mat R, Mat C) in MatRARtNumeric_SeqAIJ_SeqAIJ_colorrart() 244 PetscErrorCode MatRARtSymbolic_SeqAIJ_SeqAIJ_matmattransposemult(Mat A, Mat R, PetscReal fill, Mat … in MatRARtSymbolic_SeqAIJ_SeqAIJ_matmattransposemult() 280 PetscErrorCode MatRARtNumeric_SeqAIJ_SeqAIJ_matmattransposemult(Mat A, Mat R, Mat C) in MatRARtNumeric_SeqAIJ_SeqAIJ_matmattransposemult() 293 PetscErrorCode MatRARtSymbolic_SeqAIJ_SeqAIJ(Mat A, Mat R, PetscReal fill, Mat C) in MatRARtSymbolic_SeqAIJ_SeqAIJ() 315 PetscErrorCode MatRARtNumeric_SeqAIJ_SeqAIJ(Mat A, Mat R, Mat C) in MatRARtNumeric_SeqAIJ_SeqAIJ() 331 PetscErrorCode MatRARt_SeqAIJ_SeqAIJ(Mat A, Mat R, MatReuse scall, PetscReal fill, Mat *C) in MatRARt_SeqAIJ_SeqAIJ() 370 Mat A = product->A, R = product->B; in MatProductSymbolic_RARt_SeqAIJ_SeqAIJ() local
|
| /petsc/src/ts/tutorials/autodiff/adolc-utils/ |
| H A D | sparse.cxx | 78 …tscErrorCode GenerateSeedMatrixPlusRecovery(ISColoring iscoloring, PetscScalar **S, PetscScalar *R) in GenerateSeedMatrixPlusRecovery() 113 …etRecoveryMatrix(PetscScalar **S, unsigned int **sparsity, PetscInt m, PetscInt p, PetscScalar **R) in GetRecoveryMatrix() 147 PetscErrorCode RecoverJacobian(Mat A, InsertMode mode, PetscInt m, PetscInt p, PetscScalar **R, Pet… in RecoverJacobian() 177 PetscErrorCode RecoverJacobianLocal(Mat A, InsertMode mode, PetscInt m, PetscInt p, PetscScalar **R… in RecoverJacobianLocal() 205 PetscErrorCode RecoverDiagonal(Vec diag, InsertMode mode, PetscInt m, PetscScalar *R, PetscScalar *… in RecoverDiagonal() 229 PetscErrorCode RecoverDiagonalLocal(Vec diag, InsertMode mode, PetscInt m, PetscScalar *R, PetscSca… in RecoverDiagonalLocal()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpimatmatmatmult.c | 14 Mat Rt, R = product->A, A = product->B, P = product->C; in MatProductNumeric_ABC_Transpose_AIJ_AIJ() local 25 Mat Rt, R = product->A, A = product->B, P = product->C; in MatProductSymbolic_ABC_Transpose_AIJ_AIJ() local 107 Mat A, R, Rt; in MatProductNumeric_RARt_MPIAIJ_MPIAIJ() local 125 Mat A, R, Rt; in MatProductSymbolic_RARt_MPIAIJ_MPIAIJ() local
|
| /petsc/src/sys/classes/draw/utils/ |
| H A D | cmap.c | 55 static PetscErrorCode PetscDrawCmap_Hue(int mapsize, unsigned char R[], unsigned char G[], unsigned… in PetscDrawCmap_Hue() 72 static PetscErrorCode PetscDrawCmap_Gray(int mapsize, unsigned char R[], unsigned char G[], unsigne… in PetscDrawCmap_Gray() 79 static PetscErrorCode PetscDrawCmap_Jet(int mapsize, unsigned char R[], unsigned char G[], unsigned… in PetscDrawCmap_Jet() 125 static PetscErrorCode PetscDrawCmap_Hot(int mapsize, unsigned char R[], unsigned char G[], unsigned… in PetscDrawCmap_Hot() 161 static PetscErrorCode PetscDrawCmap_Bone(int mapsize, unsigned char R[], unsigned char G[], unsigne… in PetscDrawCmap_Bone() 202 PetscErrorCode PetscDrawUtilitySetCmap(const char colormap[], int mapsize, unsigned char R[], unsig… in PetscDrawUtilitySetCmap()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex87.c | 24 Mat H, R, C, block[4]; in main() local 123 Mat B, X, R; in main() local
|
| /petsc/src/mat/tests/ |
| H A D | ex94.c | 25 Mat A, A_save, B, AT, ATT, BT, BTT, P, R, C, C1; in main() local 353 Mat R, RARt, Rdense, RARtdense; in main() local 378 Mat R, RAP; in main() local
|
| H A D | ex70.c | 48 Mat R; member 66 Mat A, R, P; in proj_mult() local 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() 204 Mat X, B, A, Bt, T, T2, PtAP = NULL, RARt = NULL, R = NULL; in main() local
|
| H A D | ex264.c | 22 Mat block[4], H, R, C, M; in main() local
|
| H A D | ex161.c | 8 Mat A, R, C, C_dense, C_sparse, Rt_dense, P, PtAP; in main() local
|
| /petsc/src/ksp/pc/impls/galerkin/ |
| H A D | galerkin.c | 9 Mat R, P; member 116 static PetscErrorCode PCGalerkinSetRestriction_Galerkin(PC pc, Mat R) in PCGalerkinSetRestriction_Galerkin() 165 PetscErrorCode PCGalerkinSetRestriction(PC pc, Mat R) in PCGalerkinSetRestriction()
|
| /petsc/src/ts/tests/ |
| H A D | ex81.c | 16 PetscErrorCode Residual(TS ts, PetscReal t, Vec U, Vec V, Vec R, PetscCtx ctx) in Residual() 54 Vec R; in main() local
|
| H A D | ex80.c | 17 PetscErrorCode Residual(TS ts, PetscReal t, Vec U, Vec V, Vec A, Vec R, PetscCtx ctx) in Residual() 55 Vec R; in main() local
|
| /petsc/src/sys/classes/draw/impls/x/ |
| H A D | xcolor.c | 40 unsigned char R[PETSC_DRAW_MAXCOLOR - PETSC_DRAW_BASIC_COLORS]; in PetscDrawSetUpColormap_Shared() local 90 unsigned char R[PETSC_DRAW_MAXCOLOR - PETSC_DRAW_BASIC_COLORS]; in PetscDrawSetUpColormap_Private() local
|
| /petsc/src/dm/dt/tests/ |
| H A D | ex2.c | 9 PetscReal src_points[1000], target_points[1000], *R; in main() local
|
| /petsc/src/ts/tutorials/ |
| H A D | ex43.c | 67 PetscErrorCode Residual1(TS ts, PetscReal t, Vec U, Vec A, Vec R, PetscCtx ctx) in Residual1() 108 PetscErrorCode Residual2(TS ts, PetscReal t, Vec U, Vec V, Vec A, Vec R, PetscCtx ctx) in Residual2() 155 Vec R; in main() local
|
| /petsc/src/ksp/pc/impls/mg/ftn-custom/ |
| H A D | zmgfuncf.c | 14 static PetscErrorCode ourresidualfunction(Mat mat, Vec b, Vec x, Vec R) in ourresidualfunction()
|
| /petsc/src/ksp/ksp/impls/cr/ |
| H A D | cr.c | 16 Vec X, B, R, RT, P, AP, ART, Q; in KSPSolve_CR() local
|
| /petsc/src/ksp/ksp/impls/gmres/ |
| H A D | gmreig.c | 9 PetscScalar *R = gmres->Rsvd, *work = R + N * N, sdummy = 0; in KSPComputeExtremeSingularValues_GMRES() local 48 PetscScalar *R = gmres->Rsvd, *work = R + N * N; in KSPComputeEigenvalues_GMRES() local
|
| /petsc/src/dm/impls/plex/tests/ |
| H A D | ex75.c | 9 PetscReal R = 1.0; in main() 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/src/ksp/ksp/impls/cgs/ |
| H A D | cgs.c | 19 Vec X, B, V, P, R, RP, T, Q, U, AUQ; in KSPSolve_CGS() local
|
| /petsc/src/ksp/ksp/impls/bcgs/fbcgs/ |
| H A D | fbcgs.c | 19 Vec X, B, V, P, R, RP, T, S, P2, S2; in KSPSolve_FBCGS() local
|
| /petsc/src/snes/tutorials/ |
| H A D | ex3k.kokkos.cxx | 51 PetscScalar *X, *R, *F, d; in CpuFunction() local 96 PetscScalarKokkosOffsetView R; in KokkosFunction() local
|
| /petsc/src/ksp/ksp/impls/tfqmr/ |
| H A D | tfqmr.c | 16 Vec X, B, V, P, R, RP, T, T1, Q, U, D, AUQ; in KSPSolve_TFQMR() local
|
| /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
|