| /petsc/src/mat/tests/ |
| H A D | ex35.c | 49 PetscCall(MatDestroySubMatrices(1, &Bsub)); in main() 57 PetscCall(MatDestroySubMatrices(1, &Bsub)); in main() 66 PetscCall(MatDestroySubMatrices(1, &Bsub)); in main()
|
| H A D | ex4.c | 55 PetscCall(MatDestroySubMatrices(1, &submatrices)); in main() 74 PetscCall(MatDestroySubMatrices(1, &submatrices)); in main() 101 PetscCall(MatDestroySubMatrices(1, &submatrices)); in main()
|
| H A D | ex87.c | 55 PetscCall(MatDestroySubMatrices(n, &subBAIJ)); in main() 56 PetscCall(MatDestroySubMatrices(n, &subSBAIJ)); in main()
|
| H A D | ex42.c | 110 PetscCall(MatDestroySubMatrices(nd, &submatA)); in main() 111 PetscCall(MatDestroySubMatrices(nd, &submatB)); in main()
|
| H A D | ex67f.F90 | 51 PetscCallA(MatDestroySubMatrices(nis, B, ierr))
|
| H A D | ex51.c | 155 PetscCall(MatDestroySubMatrices(nd, &submatA)); in main() 156 PetscCall(MatDestroySubMatrices(nd, &submatB)); in main()
|
| H A D | ex92.c | 190 PetscCall(MatDestroySubMatrices(nd, &submatA)); in main() 191 PetscCall(MatDestroySubMatrices(nd, &submatsA)); in main()
|
| H A D | ex249.c | 73 PetscCall(MatDestroySubMatrices(n, &submats)); in main()
|
| H A D | ex91.c | 188 PetscCall(MatDestroySubMatrices(nd, &submatA)); in main() 189 PetscCall(MatDestroySubMatrices(nd, &submatsA)); in main()
|
| H A D | ex54.c | 181 PetscCall(MatDestroySubMatrices(nd, &submatA)); in main() 182 PetscCall(MatDestroySubMatrices(nd, &submatB)); in main()
|
| H A D | ex167.c | 163 PetscCall(MatDestroySubMatrices(nsub, &S)); in main()
|
| H A D | ex23.c | 561 PetscCall(MatDestroySubMatrices(2, &Asub)); in main() 562 PetscCall(MatDestroySubMatrices(2, &Bsub)); in main() 645 PetscCall(MatDestroySubMatrices(2, &Asub)); in main() 646 PetscCall(MatDestroySubMatrices(2, &Bsub)); in main()
|
| /petsc/src/mat/interface/ftn-custom/ |
| H A D | zmatrixf.c | 87 *ierr = MatDestroySubMatrices(*n, &lsmat); in matdestroysubmatrices_()
|
| /petsc/src/ksp/pc/impls/hpddm/ |
| H A D | pchpddm.cxx | 112 PetscCall(MatDestroySubMatrices(1, &sub)); in PCHPDDMSplittingMatNormal_Private() 157 else if (splitting[1]) PetscCall(MatDestroySubMatrices(1, &splitting[1])); in PCHPDDMSetAuxiliaryMatNormal_Private() 194 PetscCall(MatDestroySubMatrices(1, &splitting[0])); in PCHPDDMSetAuxiliaryMatNormal_Private() 1478 PetscCall(MatDestroySubMatrices(algebraic ? 2 : 1, &sub)); in PCHPDDMDestroySubMatrices_Private() 1589 PetscCall(MatDestroySubMatrices(1, &M)); in PCHPDDMAlgebraicAuxiliaryMat_Private() 1969 PetscCall(MatDestroySubMatrices(1, &sub)); in PCSetUp_HPDDM() 1995 PetscCall(MatDestroySubMatrices(1, &sub)); in PCSetUp_HPDDM() 2092 PetscCall(MatDestroySubMatrices(1, &sub)); in PCSetUp_HPDDM() 2534 PetscCall(MatDestroySubMatrices(1, &a)); in PCSetUp_HPDDM() 2692 PetscCall(MatDestroySubMatrices(1, &sub)); in PCSetUp_HPDDM() [all …]
|
| /petsc/src/mat/impls/normal/ |
| H A D | normmh.c | 36 PetscCall(MatDestroySubMatrices(n, &suba)); in MatCreateSubMatrices_NormalHermitian()
|
| H A D | normm.c | 53 PetscCall(MatDestroySubMatrices(n, &suba)); in MatCreateSubMatrices_Normal()
|
| /petsc/doc/changes/ |
| H A D | 38.md | 63 - Added MatDestroySubMatrices().
|
| /petsc/doc/manual/ |
| H A D | advanced.md | 32 …arguments are sequential. The array of matrices should be destroyed with `MatDestroySubMatrices()`.
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 289 if (osm->n_local_true > 0) PetscCall(MatDestroySubMatrices(osm->n_local_true, &osm->pmat)); in PCSetUp_ASM() 658 if (osm->n_local_true > 0) PetscCall(MatDestroySubMatrices(osm->n_local_true, &osm->pmat)); in PCReset_ASM()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 813 PetscCall(MatDestroySubMatrices(osm->n, &osm->pmat)); in PCReset_GASM()
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 1411 PetscCall(MatDestroySubMatrices(1, &redund->matseq)); in MatDestroy_Redundant() 7402 PetscErrorCode MatDestroySubMatrices(PetscInt n, Mat *mat[]) in MatDestroySubMatrices() function 7891 PetscCall(MatDestroySubMatrices(edata->n, &edata->mat)); in MatInvertVariableBlockEnvelope()
|
| /petsc/src/mat/impls/is/ |
| H A D | matis.c | 50 PetscCall(MatDestroySubMatrices(ptap->ris1 ? 2 : 1, &ptap->lP)); in MatISContainerDestroyPtAP_Private() 698 PetscCall(MatDestroySubMatrices(1, &newlA)); in MatConvert_XAIJ_IS()
|
| /petsc/include/ |
| H A D | petscmat.h | 883 PETSC_EXTERN PetscErrorCode MatDestroySubMatrices(PetscInt, Mat *[]);
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcschurs.c | 1567 if (sub_schurs->gdsw) PetscCall(MatDestroySubMatrices(sub_schurs->n_subs, &gdswA)); in PCBDDCSubSchursSetUp()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiov.c | 3189 PetscCall(MatDestroySubMatrices(cismax, &B)); in MatCreateSubMatricesMPI_MPIXAIJ()
|