| /petsc/include/petsc/private/cpp/ |
| H A D | register_finalize.hpp | 11 PetscContainer contain = nullptr; in PetscCxxObjectRegisterFinalize() local 20 PetscCall(PetscContainerCreate(comm, &contain)); in PetscCxxObjectRegisterFinalize() 21 PetscCall(PetscContainerSetPointer(contain, obj)); in PetscCxxObjectRegisterFinalize() 22 PetscCall(PetscContainerSetCtxDestroy(contain, std::move(finalizer))); in PetscCxxObjectRegisterFinalize() 23 PetscCall(PetscObjectRegisterDestroy(reinterpret_cast<PetscObject>(contain))); in PetscCxxObjectRegisterFinalize()
|
| /petsc/src/benchmarks/results/ |
| H A D | lap2d.m | 15 % m and s contain the times for matrix vector multiply and SLES solve for 28 % m and s contain the times for matrix vector multiply and SLES solve for
|
| /petsc/include/petsc/finclude/ |
| H A D | petscisbase.h | 3 ! Note: This file should contain only define statements
|
| H A D | petscvecbase.h | 3 ! Note: This file should contain only define statements
|
| H A D | petscsysbase.h | 3 ! Note: This file should contain only define statements
|
| /petsc/src/vec/vec/tutorials/ |
| H A D | ex42.m | 9 % MATLABPATH must contain
|
| /petsc/doc/install/ |
| H A D | download.md | 85 contain the latest release plus crucial bug fixes since that release: 89 The monthly updates do not contain new features or any development work since the release, they mer…
|
| H A D | install_tutorial.md | 121 It is **IMPERATIVE** to install PETSc in a directory whose path does not contain any of
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | AO.pyx | 62 The arrays/indices ``app`` and ``petsc`` must contain all the integers 111 The arrays/indices ``app`` and ``petsc`` must contain all the integers 163 The arrays ``app`` and ``petsc`` need NOT contain all the integers
|
| H A D | Scatter.pyx | 220 contain the result of the operation. 248 contain the result of the operation.
|
| /petsc/src/ksp/pc/impls/sor/ |
| H A D | sor.tex | 58 …ith the value of $b $ and is updated a column of the matrix at a time to contain the value of $ (b… 79 For the AIJ format $t$ is updated a row at a time to contain $ (b - Lx^{1/2}).$
|
| /petsc/doc/overview/ |
| H A D | nutshell.md | 16 - {any}`Matrices <ch_matrices>` - contain Jacobians and operators that define linear systems (`Mat`…
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | README.md | 51 1. Library should be compiled with `-g -Og` GCC options to contain DWARF debug info
|
| H A D | INSTALL | 97 options to contain DWARF debug info.
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | adjointreads.m | 8 %the files optimize** contain
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | documentation_standards.rst | 28 The initial description section can contain more information if this is useful.
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | epydoc.cfg | 96 # An alternative help file. The named file should contain the
|
| /petsc/doc/changes/ |
| H A D | 35.md | 31 compiler so that error messages contain enough context.
|
| H A D | 34.md | 129 documentation, the column IS should be parallel and contain only
|
| /petsc/doc/manual/ |
| H A D | vec.md | 154 and `ly` may contain the number of nodes along the x and y axis for 573 where `*XX*` can contain any number of `*`. This allows one to write very natural Kokkos multi-dime… 607 processes and thus contain undefined values that should *not* be used. 825 (including ghost points that contain irrelevant values) to a local 951 enough to contain all the indices referred to in the index sets. If both 1229 vector since the ghosted vector already has allocated slots to contain 1277 The arrays `apordering` and `petscordering`, respectively, contain a 1403 `leafdata` is similar to PETSc local vectors; each MPI process's `leafdata` array can contain "ghos… 1521 for each root; that is `multirootdata` will contain
|
| /petsc/doc/developers/ |
| H A D | documentation.md | 18 [These slides](https://gitlab.com/psanan/petsc-sphinx-slides) contain an overview of Sphinx and how… 174 …(https://gitlab.com/petsc/petsc), there are three other PETSc repositories which contain large data
|
| H A D | style.md | 82 3. `size_t` is used for variables that contain the amount of memory, generally in bytes. 633 - `Logically Collective; yyy must contain common value]`
|
| H A D | objects.md | 420 utility classes. In addition, each library-level package may contain
|
| /petsc/doc/developers/contributing/ |
| H A D | developingmr.md | 143 Extra commits from bug-fixes or tiny improvements may accumulate. One commit may contain multiple o…
|
| /petsc/src/binding/petsc4py/docs/ipynb/ |
| H A D | dmplex.ipynb | 152 …a point is the list which consists of points of a higher dimension which contain the point in its …
|