| /petsc/src/mat/tests/ |
| H A D | ex62.c | 101 PetscCall(MatProductNumeric(C)); in main() 108 PetscCall(MatProductNumeric(C)); in main() 183 PetscCall(MatProductNumeric(C)); in main() 184 PetscCall(MatProductNumeric(C)); /* test reuse symbolic C */ in main() 246 PetscCall(MatProductNumeric(C)); in main() 249 PetscCall(MatProductNumeric(C)); /* reuse symbolic C */ in main() 286 PetscCall(MatProductNumeric(RARt)); in main() 287 PetscCall(MatProductNumeric(RARt)); /* test reuse symbolic RARt */ in main()
|
| H A D | ex101.c | 65 PetscCall(MatProductNumeric(mC)); in main() 66 PetscCall(MatProductNumeric(mC)); in main()
|
| H A D | ex89.c | 88 PetscCall(MatProductNumeric(C)); in main() 89 PetscCall(MatProductNumeric(C)); /* Test reuse of symbolic C */ in main()
|
| H A D | ex237.c | 252 PetscCall(MatProductNumeric(D)); in main() 255 for (t = 0; t < trial; ++t) PetscCall(MatProductNumeric(D)); in main() 351 PetscCall(MatProductNumeric(D)); in main() 354 for (t = 0; t < trial; ++t) PetscCall(MatProductNumeric(D)); in main() 394 PetscCall(MatProductNumeric(D)); in main() 397 for (t = 0; t < trial; ++t) PetscCall(MatProductNumeric(D)); in main()
|
| H A D | ex6k.kokkos.cxx | 136 PetscCall(MatProductNumeric(C2)); in main() 172 PetscCall(MatProductNumeric(C)); in main()
|
| H A D | ex69.c | 136 PetscCall(MatProductNumeric(C)); in main() 145 PetscCall(MatProductNumeric(C)); in main()
|
| H A D | ex109.c | 94 for (i = 0; i < 2; i++) PetscCall(MatProductNumeric(D)); in main() 153 PetscCall(MatProductNumeric(B)); in main()
|
| H A D | ex258.c | 58 PetscCall(MatProductNumeric(B)); in main()
|
| H A D | ex81.c | 61 PetscCall(MatProductNumeric(B)); in main()
|
| H A D | ex111.c | 145 PetscCall(MatProductNumeric(D)); in main() 146 PetscCall(MatProductNumeric(D)); /* Test reuse symbolic D */ in main()
|
| H A D | ex195.c | 130 PetscCall(MatProductNumeric(B)); in main()
|
| H A D | ex70.c | 744 PetscCall(MatProductNumeric(C)); in main() 752 PetscCall(MatProductNumeric(D)); in main()
|
| /petsc/src/ksp/ksp/tests/ |
| H A D | ex34.c | 31 PetscCall(MatProductNumeric(B)); in main()
|
| /petsc/src/mat/impls/normal/ |
| H A D | normm.c | 243 PetscCall(MatProductNumeric(B)); in MatConvert_Normal_AIJ() 290 PetscCall(MatProductNumeric(contents->work[0])); in MatProductNumeric_Normal_Dense() 293 PetscCall(MatProductNumeric(contents->work[1])); in MatProductNumeric_Normal_Dense()
|
| H A D | normmh.c | 232 PetscCall(MatProductNumeric(B)); in MatConvert_NormalHermitian_AIJ()
|
| /petsc/src/mat/interface/ |
| H A D | matproduct.c | 53 PetscCall(MatProductNumeric(AP)); in MatProductNumeric_PtAP_Unsafe() 102 PetscCall(MatProductNumeric(RA)); in MatProductNumeric_RARt_Unsafe() 148 PetscCall(MatProductNumeric(BC)); in MatProductNumeric_ABC_Unsafe() 659 PetscErrorCode MatProductNumeric(Mat mat) in MatProductNumeric() function
|
| /petsc/src/ksp/pc/impls/lsc/ |
| H A D | lsc.c | 89 PetscCall(MatProductNumeric(lsc->L)); in PCSetUp_LSC()
|
| /petsc/src/ksp/ksp/utils/schurm/ |
| H A D | schurm.c | 1023 if (Na->D && Na->D->product) PetscCall(MatProductNumeric(Na->D)); in MatProductNumeric_SchurComplement_Any() 1024 if (Na->B->product) PetscCall(MatProductNumeric(Na->B)); in MatProductNumeric_SchurComplement_Any() 1025 if (Na->C->product) PetscCall(MatProductNumeric(Na->C)); in MatProductNumeric_SchurComplement_Any()
|
| /petsc/doc/changes/ |
| H A D | 313.md | 95 MatProductSymbolic(), MatProductNumeric(),
|
| /petsc/src/tao/pde_constrained/tutorials/ |
| H A D | parabolic.c | 341 PetscCall(MatProductNumeric(user->DSG)); in FormJacobianState() 1035 PetscCall(MatProductNumeric(user->DSG)); in ParabolicInitialize() 1059 PetscCall(MatProductNumeric(user->DSG)); in ParabolicInitialize()
|
| H A D | elliptic.c | 267 PetscCall(MatProductNumeric(user->DSG)); in FormJacobianState() 1045 PetscCall(MatProductNumeric(user->DSG)); in EllipticInitialize()
|
| /petsc/src/ksp/ksp/utils/lmvm/ |
| H A D | lmbasis.c | 364 PetscCall(MatProductNumeric(G)); in LMBasisGEMMH_Internal()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 956 PetscCall(MatProductNumeric(ctx->V[1])); in PCMatApply_HPDDMShell() 961 PetscCall(MatProductNumeric(ctx->V[2])); in PCMatApply_HPDDMShell() 1062 PetscCall(MatProductNumeric(ctx->V[1])); in PCMatApplyTranspose_HPDDMShell() 1066 PetscCall(MatProductNumeric(ctx->V[2])); in PCMatApplyTranspose_HPDDMShell() 1077 PetscCall(MatProductNumeric(ctx->V[1])); in PCMatApplyTranspose_HPDDMShell()
|
| /petsc/src/mat/impls/aij/seq/mkl_pardiso/ |
| H A D | mkl_pardiso.c | 274 PetscCall(MatProductNumeric(Xmat)); in MatMKLPardisoSolveSchur_Private()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiptap.c | 1927 PetscCall(MatProductNumeric(ptap->C_loc)); in MatPtAPNumeric_MPIAIJ_MPIAIJ() 1928 PetscCall(MatProductNumeric(ptap->C_oth)); in MatPtAPNumeric_MPIAIJ_MPIAIJ()
|