Home
last modified time | relevance | path

Searched refs:reused (Results 1 – 15 of 15) sorted by relevance

/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DLog.pyx26 it is reused.
60 it is reused.
96 it is reused.
H A DMat.pyx2174 Otherwise, the matrix is reused.
2204 Otherwise, the matrix is reused.
2243 Otherwise, the matrix is reused.
3629 When not `None`, the matrix is reused with ``MAT_REUSE_MATRIX``.
4028 When not `None`, the matrix is reused with ``MAT_REUSE_MATRIX``.
4062 When not `None`, the matrices are reused with ``MAT_REUSE_MATRIX``.
4349 not `None`, the matrix is reused with ``MAT_REUSE_MATRIX``.
4396 not `None`, the matrix is reused with ``MAT_REUSE_MATRIX``.
4443 not `None`, the matrix is reused with ``MAT_REUSE_MATRIX``.
4490 not `None`, the matrix is reused with ``MAT_REUSE_MATRIX``.
[all …]
H A DPC.pyx482 """Set to indicate the preconditioner is to be reused.
/petsc/share/petsc/matlab/
H A DgeneratePetscTestFiles.m50 % the solution x does not change and can be reused. Check:
114 % the solution x does not change and can be reused. Check:
/petsc/src/ksp/pc/impls/hpddm/
H A Dpchpddm.cxx1778 PetscInt n, requested = data->N, reused = 0, overlap = -1; in PCSetUp_HPDDM() local
1812 reused = data->N - n; in PCSetUp_HPDDM()
1819 …PetscCallMPI(MPIU_Allreduce(MPI_IN_PLACE, &reused, 1, MPIU_INT, MPI_MAX, PetscObjectComm((PetscObj… in PCSetUp_HPDDM()
1822 if (addr != &HPDDM::i__0 && reused != data->N - 1) { in PCSetUp_HPDDM()
1839 data->N -= reused; in PCSetUp_HPDDM()
2889 for (n = 0; n < data->N - 1 + (reused > 0); ++n) { in PCSetUp_HPDDM()
2924 if (n < reused) { in PCSetUp_HPDDM()
2933 } else flg = reused ? PETSC_FALSE : PETSC_TRUE; in PCSetUp_HPDDM()
2963 …} else data->N = 1 + reused; /* enforce this value to 1 + reused if there is no way to build anoth… in PCSetUp_HPDDM()
2964 if (requested != data->N + reused) { in PCSetUp_HPDDM()
[all …]
/petsc/doc/changes/
H A D312.md198 optimization context. (The TS object can be reused in the
H A D314.md215 to be reused across multiple TS runs
H A D32.md109 cannot be reused
H A D2024.md300 reused.
/petsc/doc/developers/
H A Dmatrices.md24 If a floating-point number is reused 50 times while it is in registers,
/petsc/doc/install/
H A Dinstall_tutorial.md139 remote: Total 862597 (delta 660708), reused 862285 (delta 660444)
/petsc/doc/manual/
H A Dperformance.md604 Data structures should be reused whenever possible. For example, if a
H A Dvec.md1033 once and reused repeatedly. Generally, even setting up the
H A Dmat.md172 information will be reused (instead of regenerated) during successive
H A Dksp.md800 in the first factorization to be reused for later factorizations.