Home
last modified time | relevance | path

Searched refs:MatDestroyMatrices (Results 1 – 16 of 16) sorted by relevance

/petsc/src/mat/tests/
H A Dex249.c74 PetscCall(MatDestroyMatrices(n, &submats2)); in main()
/petsc/src/mat/graphops/color/utils/
H A Dweights.c104 PetscCall(MatDestroyMatrices(1, &lGs)); in MatColoringGetDegrees()
305 PetscCall(MatDestroyMatrices(1, &lGs)); in MatColoringCreateSmallestLastWeights()
/petsc/src/ksp/pc/impls/bjacobi/
H A Dbjacobi.c822 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 D2015.md128 - Added routine MatDestroyMatrices()
/petsc/src/mat/impls/sell/mpi/
H A Dmpisell.c449 PetscCall(MatDestroyMatrices(1, &Aoffs)); in MatIsTranspose_MPISELL()
450 PetscCall(MatDestroyMatrices(1, &Boffs)); in MatIsTranspose_MPISELL()
/petsc/src/ksp/pc/impls/asm/
H A Dasm.c281 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 Dgasm.c545 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 Dclassical.c792 PetscCall(MatDestroyMatrices(1, &lAs)); in PCGAMGProlongator_Classical_Standard()
/petsc/src/ksp/pc/impls/telescope/
H A Dtelescope_dmda.c743 PetscCall(MatDestroyMatrices(1, &_Blocal)); in PCTelescopeMatCreate_dmda_dmactivefalse()
/petsc/src/ksp/pc/impls/fieldsplit/
H A Dfieldsplit.c2082 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 Dpetscmat.pxi370 PetscErrorCode MatDestroyMatrices(PetscInt, PetscMat*[])
H A DMat.pyx4096 CHKERR(MatDestroyMatrices(<PetscInt>n, &cmats))
/petsc/include/
H A Dpetscmat.h882 PETSC_EXTERN PetscErrorCode MatDestroyMatrices(PetscInt, Mat *[]);
/petsc/src/mat/interface/
H A Dmatrix.c7370 PetscErrorCode MatDestroyMatrices(PetscInt n, Mat *mat[]) in MatDestroyMatrices() function
7416 PetscCall(MatDestroyMatrices(n, mat)); in MatDestroySubMatrices()
/petsc/src/mat/impls/aij/mpi/
H A Dmpiaij.c1136 PetscCall(MatDestroyMatrices(1, &Aoffs)); in MatIsTranspose_MPIAIJ()
1137 PetscCall(MatDestroyMatrices(1, &Boffs)); in MatIsTranspose_MPIAIJ()
/petsc/src/ksp/pc/impls/bddc/
H A Dbddcprivate.c5554 PetscCall(MatDestroyMatrices(1, &work_mat)); in MatCreateSubMatrixUnsorted()