| /petsc/src/sys/yaml/ |
| H A D | README.md | 23 to keep this copy properly synchronized and maintained, or even
|
| /petsc/lib/petsc/bin/ |
| H A D | petscdiff | 22 -k ............. keep the filter files -- do not delete
|
| /petsc/doc/changes/ |
| H A D | 232.md | 36 means you NO LONGER need to keep a reference to the operators
|
| H A D | 230.md | 103 restriction/interpolation matrices so user need not keep reference
|
| H A D | 2028.md | 88 `MatZeroRows()` to keep the original nonzero data structure and
|
| H A D | 2017.md | 159 - Also, SETERRQ() and SETERRA() now use the macro \_\_FUNC\_\_ to keep
|
| H A D | 320.md | 148 … two additional Boolean parameters to compress the underlying storage and keep or discard near-zer…
|
| H A D | 314.md | 69 and keep ch3:sock for debug build
|
| /petsc/src/mat/tests/ |
| H A D | ex221.c | 74 PetscBool keep = PETSC_FALSE; in main() local 105 PetscCall(PetscOptionsGetBool(NULL, NULL, "-keep", &keep, NULL)); in main() 157 PetscCall(MatSetOption(A, MAT_KEEP_NONZERO_PATTERN, keep)); in main()
|
| /petsc/src/mat/utils/ |
| H A D | axpy.c | 494 PetscErrorCode MatFilter(Mat A, PetscReal tol, PetscBool compress, PetscBool keep) in MatFilter() argument 566 PetscCall(MatEliminateZeros(A, keep)); in MatFilter()
|
| /petsc/config/BuildSystem/config/ |
| H A D | package.py | 318 keep = [] 324 keep.append(i) 326 keep.append(sw+'="' + value + '"') 327 return keep 332 keep = [] 337 keep.append(i) 338 return keep
|
| /petsc/doc/install/ |
| H A D | download.md | 22 releases, or to simply keep up to date with the current state of the
|
| /petsc/doc/miscellaneous/ |
| H A D | codemanagement.md | 109 is probably larger than then the time required to keep it up-to-date.
|
| /petsc/doc/faq/ |
| H A D | index.md | 153 design. We will never keep in a bad design decision simply because changing it will 378 By default the type that PETSc uses to index into arrays and keep sizes of arrays is a 855 as you like, keep the information in the user context (the final argument to 1118 …a non-Symmetric system. How can I apply Dirichlet boundary conditions but keep the matrix symmetri… 1325 ### PETSc has so many options for my program that it is hard to keep them straight 2083 Now until done - keep bisecting, building PETSc, and testing your code with it and
|
| /petsc/doc/manual/ |
| H A D | performance.md | 102 should keep the number of processes per node constant. 518 and code that is hard to maintain. We advise users to keep these
|
| H A D | other.md | 565 Note that the macro `PETSC_FUNCTION_NAME` is used to keep track of 896 from your home directory or wherever you keep source code. If you are
|
| H A D | mat.md | 1051 This routine will zero the matrix entries in the data structure but keep 1205 … changes are handled correctly) is that the calling code does not need to keep track of the nonzer…
|
| H A D | ksp.md | 1210 when there is not enough parallelism to keep relative communication 1246 coarsening slower. Zero will keep all non-zero edges, a negative number 1247 will keep zero edges, and a positive number will drop small edges. Typical
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | TS.pyx | 3110 Parameter, leave `None` to keep current value. 3112 Parameter, leave `None` to keep current value. 3114 Parameter, leave `None` to keep current value.
|
| /petsc/src/mat/impls/sbaij/seq/ |
| H A D | sbaij.c | 1140 PetscErrorCode MatEliminateZeros_SeqSBAIJ(Mat A, PetscBool keep) in MatEliminateZeros_SeqSBAIJ() argument 1159 if (zero && (aj[k] != i - 1 || !keep)) fshift++; in MatEliminateZeros_SeqSBAIJ()
|
| /petsc/src/mat/impls/sbaij/mpi/ |
| H A D | mpisbaij.c | 1739 static PetscErrorCode MatEliminateZeros_MPISBAIJ(Mat A, PetscBool keep) in MatEliminateZeros_MPISBAIJ() argument 1744 …PetscCall(MatEliminateZeros_SeqSBAIJ(a->A, keep)); // possibly keep zero diagonal coefficien… in MatEliminateZeros_MPISBAIJ()
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 153 appropriate copyright notice and disclaimer of warranty; keep intact
|
| /petsc/src/mat/impls/baij/mpi/ |
| H A D | mpibaij.c | 2387 static PetscErrorCode MatEliminateZeros_MPIBAIJ(Mat A, PetscBool keep) in MatEliminateZeros_MPIBAIJ() argument 2392 …PetscCall(MatEliminateZeros_SeqBAIJ(a->A, keep)); // possibly keep zero diagonal coefficien… in MatEliminateZeros_MPIBAIJ()
|
| /petsc/src/mat/impls/baij/seq/ |
| H A D | baij.c | 2921 PetscErrorCode MatEliminateZeros_SeqBAIJ(Mat A, PetscBool keep) in MatEliminateZeros_SeqBAIJ() argument 2940 if (zero && (aj[k] != i - 1 || !keep)) fshift++; in MatEliminateZeros_SeqBAIJ()
|
| /petsc/src/mat/impls/aij/seq/ |
| H A D | aij.c | 5311 PetscErrorCode MatEliminateZeros_SeqAIJ(Mat A, PetscBool keep) in MatEliminateZeros_SeqAIJ() argument 5324 if (aa[k] == 0 && (aj[k] != i - 1 || !keep)) fshift++; in MatEliminateZeros_SeqAIJ()
|