Searched refs:reused (Results 1 – 15 of 15) sorted by relevance
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | Log.pyx | 26 it is reused. 60 it is reused. 96 it is reused.
|
| H A D | Mat.pyx | 2174 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 D | PC.pyx | 482 """Set to indicate the preconditioner is to be reused.
|
| /petsc/share/petsc/matlab/ |
| H A D | generatePetscTestFiles.m | 50 % 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 D | pchpddm.cxx | 1778 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 D | 312.md | 198 optimization context. (The TS object can be reused in the
|
| H A D | 314.md | 215 to be reused across multiple TS runs
|
| H A D | 32.md | 109 cannot be reused
|
| H A D | 2024.md | 300 reused.
|
| /petsc/doc/developers/ |
| H A D | matrices.md | 24 If a floating-point number is reused 50 times while it is in registers,
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 139 remote: Total 862597 (delta 660708), reused 862285 (delta 660444)
|
| /petsc/doc/manual/ |
| H A D | performance.md | 604 Data structures should be reused whenever possible. For example, if a
|
| H A D | vec.md | 1033 once and reused repeatedly. Generally, even setting up the
|
| H A D | mat.md | 172 information will be reused (instead of regenerated) during successive
|
| H A D | ksp.md | 800 in the first factorization to be reused for later factorizations.
|