Home
last modified time | relevance | path

Searched refs:reference (Results 1 – 25 of 44) sorted by relevance

12

/petsc/src/binding/petsc4py/docs/source/
H A D.gitignore2 reference/
H A Dreference.rst7 :toctree: reference/
H A Dindex.rst52 reference
/petsc/doc/changes/
H A D232.md34 - PCSetOperators()/KSPSetOperators() now do reference counting on
36 means you NO LONGER need to keep a reference to the operators
H A D34.md69 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 D300.md58 - 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 D230.md103 restriction/interpolation matrices so user need not keep reference
H A D31.md144 release their reference by calling VecDestroy().
H A D323.md18 …ExecutionSpace()` to return the `Kokkos::DefaultExecutionSpace` object instead of a reference to it
/petsc/src/binding/petsc4py/
H A DMANIFEST.in23 prune docs/source/reference
H A Dmakefile150 -${RM} -r docs/source/reference
/petsc/doc/overview/
H A Dlinear_solve_table.md361 …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 Dspectraladjointassimilation.c63 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 DcJSON.c1488 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 Dindex.rst18 .. _API Reference: html/reference/index.html
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DFE.pyx95 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 DObject.pyx299 """Return the reference count of the object.
373 """Increment the object reference count.
390 """Decrement the object reference count.
H A DSpace.pyx663 """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 Dblas-lapack.md57 …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 Drules58 grep -v "Unused external reference" | \
106 grep -v "Unused external reference" | \
128 grep -v "Unused external reference" | \
/petsc/include/petsc/private/cpp/
H A Dunordered_map.hpp70 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 Dobjects.md242 …()` 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 Dmemory.cxx166 it = std::find_if(map.begin(), end_it, [ptr](map_type::const_iterator::reference map_it) { in search_for()
/petsc/doc/install/
H A Dinstall_tutorial.md187 …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 Dveccupmimpl.h881 …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()

12