Home
last modified time | relevance | path

Searched refs:keep (Results 1 – 25 of 30) sorted by relevance

12

/petsc/src/sys/yaml/
H A DREADME.md23 to keep this copy properly synchronized and maintained, or even
/petsc/lib/petsc/bin/
H A Dpetscdiff22 -k ............. keep the filter files -- do not delete
/petsc/doc/changes/
H A D232.md36 means you NO LONGER need to keep a reference to the operators
H A D230.md103 restriction/interpolation matrices so user need not keep reference
H A D2028.md88 `MatZeroRows()` to keep the original nonzero data structure and
H A D2017.md159 - Also, SETERRQ() and SETERRA() now use the macro \_\_FUNC\_\_ to keep
H A D320.md148 … two additional Boolean parameters to compress the underlying storage and keep or discard near-zer…
H A D314.md69 and keep ch3:sock for debug build
/petsc/src/mat/tests/
H A Dex221.c74 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 Daxpy.c494 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 Dpackage.py318 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 Ddownload.md22 releases, or to simply keep up to date with the current state of the
/petsc/doc/miscellaneous/
H A Dcodemanagement.md109 is probably larger than then the time required to keep it up-to-date.
/petsc/doc/faq/
H A Dindex.md153 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 Dperformance.md102 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 Dother.md565 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 Dmat.md1051 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 Dksp.md1210 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 DTS.pyx3110 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 Dsbaij.c1140 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 Dmpisbaij.c1739 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 DLICENSE153 appropriate copyright notice and disclaimer of warranty; keep intact
/petsc/src/mat/impls/baij/mpi/
H A Dmpibaij.c2387 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 Dbaij.c2921 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 Daij.c5311 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()

12