Searched refs:MatDestroyMatrices (Results 1 – 16 of 16) sorted by relevance
| /petsc/src/mat/tests/ |
| H A D | ex249.c | 74 PetscCall(MatDestroyMatrices(n, &submats2)); in main()
|
| /petsc/src/mat/graphops/color/utils/ |
| H A D | weights.c | 104 PetscCall(MatDestroyMatrices(1, &lGs)); in MatColoringGetDegrees() 305 PetscCall(MatDestroyMatrices(1, &lGs)); in MatColoringCreateSmallestLastWeights()
|
| /petsc/src/ksp/pc/impls/bjacobi/ |
| H A D | bjacobi.c | 822 PetscCall(MatDestroyMatrices(jac->n_local, &bjac->pmat)); in PCReset_BJacobi_Multiblock() 823 if (pc->useAmat) PetscCall(MatDestroyMatrices(jac->n_local, &bjac->mat)); in PCReset_BJacobi_Multiblock() 1112 PetscCall(MatDestroyMatrices(n_local, &bjac->pmat)); in PCSetUp_BJacobi_Multiblock() 1115 PetscCall(MatDestroyMatrices(n_local, &bjac->mat)); in PCSetUp_BJacobi_Multiblock()
|
| /petsc/doc/changes/ |
| H A D | 2015.md | 128 - Added routine MatDestroyMatrices()
|
| /petsc/src/mat/impls/sell/mpi/ |
| H A D | mpisell.c | 449 PetscCall(MatDestroyMatrices(1, &Aoffs)); in MatIsTranspose_MPISELL() 450 PetscCall(MatDestroyMatrices(1, &Boffs)); in MatIsTranspose_MPISELL()
|
| /petsc/src/ksp/pc/impls/asm/ |
| H A D | asm.c | 281 PetscCall(MatDestroyMatrices(osm->n_local_true, &osm->pmat)); in PCSetUp_ASM() 677 …if (osm->loctype == PC_COMPOSITE_MULTIPLICATIVE) PetscCall(MatDestroyMatrices(osm->n_local_true, &… in PCReset_ASM()
|
| /petsc/src/ksp/pc/impls/gasm/ |
| H A D | gasm.c | 545 PetscCall(MatDestroyMatrices(osm->n, &osm->pmat)); in PCSetUp_GASM() 811 PetscCall(MatDestroyMatrices(osm->n, &osm->pmat)); in PCReset_GASM()
|
| /petsc/src/ksp/pc/impls/gamg/ |
| H A D | classical.c | 792 PetscCall(MatDestroyMatrices(1, &lAs)); in PCGAMGProlongator_Classical_Standard()
|
| /petsc/src/ksp/pc/impls/telescope/ |
| H A D | telescope_dmda.c | 743 PetscCall(MatDestroyMatrices(1, &_Blocal)); in PCTelescopeMatCreate_dmda_dmactivefalse()
|
| /petsc/src/ksp/pc/impls/fieldsplit/ |
| H A D | fieldsplit.c | 2082 PetscCall(MatDestroyMatrices(jac->nsplits, &jac->mat)); in PCReset_FieldSplit() 2086 if (jac->pmat) PetscCall(MatDestroyMatrices(jac->nsplits, &jac->pmat)); in PCReset_FieldSplit() 2087 if (jac->Afield) PetscCall(MatDestroyMatrices(jac->nsplits, &jac->Afield)); in PCReset_FieldSplit()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscmat.pxi | 370 PetscErrorCode MatDestroyMatrices(PetscInt, PetscMat*[])
|
| H A D | Mat.pyx | 4096 CHKERR(MatDestroyMatrices(<PetscInt>n, &cmats))
|
| /petsc/include/ |
| H A D | petscmat.h | 882 PETSC_EXTERN PetscErrorCode MatDestroyMatrices(PetscInt, Mat *[]);
|
| /petsc/src/mat/interface/ |
| H A D | matrix.c | 7370 PetscErrorCode MatDestroyMatrices(PetscInt n, Mat *mat[]) in MatDestroyMatrices() function 7416 PetscCall(MatDestroyMatrices(n, mat)); in MatDestroySubMatrices()
|
| /petsc/src/mat/impls/aij/mpi/ |
| H A D | mpiaij.c | 1136 PetscCall(MatDestroyMatrices(1, &Aoffs)); in MatIsTranspose_MPIAIJ() 1137 PetscCall(MatDestroyMatrices(1, &Boffs)); in MatIsTranspose_MPIAIJ()
|
| /petsc/src/ksp/pc/impls/bddc/ |
| H A D | bddcprivate.c | 5554 PetscCall(MatDestroyMatrices(1, &work_mat)); in MatCreateSubMatrixUnsorted()
|