Home
last modified time | relevance | path

Searched refs:contain (Results 1 – 25 of 33) sorted by relevance

12

/petsc/include/petsc/private/cpp/
H A Dregister_finalize.hpp11 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 Dlap2d.m15 % 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 Dpetscisbase.h3 ! Note: This file should contain only define statements
H A Dpetscvecbase.h3 ! Note: This file should contain only define statements
H A Dpetscsysbase.h3 ! Note: This file should contain only define statements
/petsc/src/vec/vec/tutorials/
H A Dex42.m9 % MATLABPATH must contain
/petsc/doc/install/
H A Ddownload.md85 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 Dinstall_tutorial.md121 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 DAO.pyx62 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 DScatter.pyx220 contain the result of the operation.
248 contain the result of the operation.
/petsc/src/ksp/pc/impls/sor/
H A Dsor.tex58 …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 Dnutshell.md16 - {any}`Matrices <ch_matrices>` - contain Jacobians and operators that define linear systems (`Mat`…
/petsc/lib/petsc/bin/maint/abi-compliance-checker/
H A DREADME.md51 1. Library should be compiled with `-g -Og` GCC options to contain DWARF debug info
H A DINSTALL97 options to contain DWARF debug info.
/petsc/src/tao/unconstrained/tutorials/
H A Dadjointreads.m8 %the files optimize** contain
/petsc/src/binding/petsc4py/docs/source/
H A Ddocumentation_standards.rst28 The initial description section can contain more information if this is useful.
/petsc/src/binding/petsc4py/conf/
H A Depydoc.cfg96 # An alternative help file. The named file should contain the
/petsc/doc/changes/
H A D35.md31 compiler so that error messages contain enough context.
H A D34.md129 documentation, the column IS should be parallel and contain only
/petsc/doc/manual/
H A Dvec.md154 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 Ddocumentation.md18 [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 Dstyle.md82 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 Dobjects.md420 utility classes. In addition, each library-level package may contain
/petsc/doc/developers/contributing/
H A Ddevelopingmr.md143 Extra commits from bug-fixes or tiny improvements may accumulate. One commit may contain multiple o…
/petsc/src/binding/petsc4py/docs/ipynb/
H A Ddmplex.ipynb152 …a point is the list which consists of points of a higher dimension which contain the point in its …

12