| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | .gitignore | 2 reference/
|
| H A D | reference.rst | 7 :toctree: reference/
|
| H A D | index.rst | 52 reference
|
| /petsc/doc/changes/ |
| H A D | 232.md | 34 - PCSetOperators()/KSPSetOperators() now do reference counting on 36 means you NO LONGER need to keep a reference to the operators
|
| H A D | 34.md | 69 reference counting works as usual, with functions like 70 DMSetLocalSection() taking a reference to the PetscSection. The 71 caller is thus obliged to release their reference using
|
| H A D | 300.md | 58 - The PetscMap inside the Vec object is now allocated and reference 93 - The PetscMap inside the Mat object is now allocated and reference
|
| H A D | 230.md | 103 restriction/interpolation matrices so user need not keep reference
|
| H A D | 31.md | 144 release their reference by calling VecDestroy().
|
| H A D | 323.md | 18 …ExecutionSpace()` to return the `Kokkos::DefaultExecutionSpace` object instead of a reference to it
|
| /petsc/src/binding/petsc4py/ |
| H A D | MANIFEST.in | 23 prune docs/source/reference
|
| H A D | makefile | 150 -${RM} -r docs/source/reference
|
| /petsc/doc/overview/ |
| H A D | linear_solve_table.md | 361 …oftware.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html>`__ 369 …oftware.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html>`__ 419 …oftware.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html>`__ 427 …oftware.intel.com/content/www/us/en/develop/documentation/onemkl-developer-reference-c/top.html>`__
|
| /petsc/src/tao/unconstrained/tutorials/ |
| H A D | spectraladjointassimilation.c | 63 Vec reference; /* desired end state */ member 167 PetscCall(VecDuplicate(u, &appctx.dat.reference)); in main() 244 PetscCall(ComputeReference(appctx.ts, appctx.param.Tend, appctx.dat.reference, &appctx)); in main() 272 PetscCall(VecDestroy(&appctx.dat.reference)); in main() 595 PetscCall(VecWAXPY(G, -1.0, appctx->dat.curr_sol, appctx->dat.reference)); in FormFunctionGradient()
|
| /petsc/src/mat/tests/ |
| H A D | cJSON.c | 1488 cJSON *reference = NULL; in create_reference() local 1491 reference = cJSON_New_Item(hooks); in create_reference() 1492 if (reference == NULL) return NULL; in create_reference() 1494 memcpy(reference, item, sizeof(cJSON)); in create_reference() 1495 reference->string = NULL; in create_reference() 1496 reference->type |= cJSON_IsReference; in create_reference() 1497 reference->next = reference->prev = NULL; in create_reference() 1498 return reference; in create_reference()
|
| /petsc/src/binding/petsc4py/docs/ |
| H A D | index.rst | 18 .. _API Reference: html/reference/index.html
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | FE.pyx | 95 Flag for simplex reference cell, otherwise it's a tensor product. 187 Flag for simplex reference cell, otherwise it's a tensor product. 293 points on the reference cell of a given dimension.
|
| H A D | Object.pyx | 299 """Return the reference count of the object. 373 """Increment the object reference count. 390 """Decrement the object reference count.
|
| H A D | Space.pyx | 663 """Return the `DM` representing the reference cell of a `DualSpace`. 680 """Set the `DM` representing the reference cell. 687 The reference cell. 853 functionals assigned to the interior of the reference domain.
|
| /petsc/doc/manual/ |
| H A D | blas-lapack.md | 57 …do not provide BLAS/LAPACK, such as Microsoft Windows, PETSc provides the Fortran reference version 61 …nblas` configure option. OpenBLAS uses some highly optimized operations but falls back on reference
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 58 grep -v "Unused external reference" | \ 106 grep -v "Unused external reference" | \ 128 grep -v "Unused external reference" | \
|
| /petsc/include/petsc/private/cpp/ |
| H A D | unordered_map.hpp | 70 using reference = value_type &; typedef in Petsc::khash::KHashTable 296 using reference = value_type &; typedef in Petsc::khash::KHashTable::table_iterator 375 PETSC_NODISCARD reference operator*() const noexcept in operator *() 1234 using reference = typename table_type::reference; typedef in Petsc::UnorderedMap
|
| /petsc/doc/developers/ |
| H A D | objects.md | 242 …()` calls the `destroy(PetscObject)` function pointer which causes the reference count of the obj… 244 the object to be freed when the reference count drops to zero. If the 248 second object with the first object and increases the reference count of
|
| /petsc/src/sys/objects/device/interface/ |
| H A D | memory.cxx | 166 it = std::find_if(map.begin(), end_it, [ptr](map_type::const_iterator::reference map_it) { in search_for()
|
| /petsc/doc/install/ |
| H A D | install_tutorial.md | 187 …a [BLAS/LAPACK](https://www.netlib.org/lapack/lug/node11.html) [^blas] [reference implementation](… 325 …installed as part of this tutorial is a [reference implementation](https://bitbucket.org/petsc/pkg…
|
| /petsc/include/petsc/private/ |
| H A D | veccupmimpl.h | 881 …tscInt bs, PetscInt n, PetscInt N, Vec *v, PetscBool call_set_type, PetscLayout reference) noexcept in Create_CUPMBase() argument 885 if (reference) PetscCall(PetscLayoutReference(reference, &(*v)->map)); in Create_CUPMBase()
|