Home
last modified time | relevance | path

Searched refs:MatProductNumeric (Results 1 – 25 of 33) sorted by relevance

12

/petsc/src/mat/tests/ !
H A Dex62.c101 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 Dex101.c65 PetscCall(MatProductNumeric(mC)); in main()
66 PetscCall(MatProductNumeric(mC)); in main()
H A Dex89.c88 PetscCall(MatProductNumeric(C)); in main()
89 PetscCall(MatProductNumeric(C)); /* Test reuse of symbolic C */ in main()
H A Dex237.c252 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 Dex6k.kokkos.cxx136 PetscCall(MatProductNumeric(C2)); in main()
172 PetscCall(MatProductNumeric(C)); in main()
H A Dex69.c136 PetscCall(MatProductNumeric(C)); in main()
145 PetscCall(MatProductNumeric(C)); in main()
H A Dex109.c94 for (i = 0; i < 2; i++) PetscCall(MatProductNumeric(D)); in main()
153 PetscCall(MatProductNumeric(B)); in main()
H A Dex258.c58 PetscCall(MatProductNumeric(B)); in main()
H A Dex81.c61 PetscCall(MatProductNumeric(B)); in main()
H A Dex111.c145 PetscCall(MatProductNumeric(D)); in main()
146 PetscCall(MatProductNumeric(D)); /* Test reuse symbolic D */ in main()
H A Dex195.c130 PetscCall(MatProductNumeric(B)); in main()
H A Dex70.c744 PetscCall(MatProductNumeric(C)); in main()
752 PetscCall(MatProductNumeric(D)); in main()
/petsc/src/ksp/ksp/tests/ !
H A Dex34.c31 PetscCall(MatProductNumeric(B)); in main()
/petsc/src/mat/impls/normal/ !
H A Dnormm.c243 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 Dnormmh.c232 PetscCall(MatProductNumeric(B)); in MatConvert_NormalHermitian_AIJ()
/petsc/src/mat/interface/ !
H A Dmatproduct.c53 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 Dlsc.c89 PetscCall(MatProductNumeric(lsc->L)); in PCSetUp_LSC()
/petsc/src/ksp/ksp/utils/schurm/ !
H A Dschurm.c1023 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 D313.md95 MatProductSymbolic(), MatProductNumeric(),
/petsc/src/tao/pde_constrained/tutorials/ !
H A Dparabolic.c341 PetscCall(MatProductNumeric(user->DSG)); in FormJacobianState()
1035 PetscCall(MatProductNumeric(user->DSG)); in ParabolicInitialize()
1059 PetscCall(MatProductNumeric(user->DSG)); in ParabolicInitialize()
H A Delliptic.c267 PetscCall(MatProductNumeric(user->DSG)); in FormJacobianState()
1045 PetscCall(MatProductNumeric(user->DSG)); in EllipticInitialize()
/petsc/src/ksp/ksp/utils/lmvm/ !
H A Dlmbasis.c364 PetscCall(MatProductNumeric(G)); in LMBasisGEMMH_Internal()
/petsc/src/ksp/pc/impls/hpddm/ !
H A Dpchpddm.cxx956 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 Dmkl_pardiso.c274 PetscCall(MatProductNumeric(Xmat)); in MatMKLPardisoSolveSchur_Private()
/petsc/src/mat/impls/aij/mpi/ !
H A Dmpiptap.c1927 PetscCall(MatProductNumeric(ptap->C_loc)); in MatPtAPNumeric_MPIAIJ_MPIAIJ()
1928 PetscCall(MatProductNumeric(ptap->C_oth)); in MatPtAPNumeric_MPIAIJ_MPIAIJ()

12