Searched defs:query (Results 1 – 6 of 6) sorted by relevance
| /petsc/src/sys/objects/device/impls/host/ | ||
| H A D | hostcontext.cxx | 22 static PetscErrorCode query(PetscDeviceContext, PetscBool *idle) noexcept in query() function in Petsc::device::host::impl::DeviceContext |
| /petsc/config/ | ||
| H A D | query_tests.py | 92 def query(invDict,fields,labels): function |
| /petsc/src/sys/objects/device/impls/sycl/ | ||
| H A D | syclcontext.sycl.cxx | 85 static PetscErrorCode query(PetscDeviceContext dctx, PetscBool *idle) noexcept in query() function in Petsc::device::sycl::impl::DeviceContext |
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ | ||
| H A D | Object.pyx | 352 def query(self, name: str) -> Object: member in Object |
| /petsc/src/sys/objects/device/impls/cupm/ | ||
| H A D | cupmcontext.hpp | 324 inline PetscErrorCode DeviceContext<T>::query(PetscDeviceContext dctx, PetscBool *idle) noexcept in query() function in Petsc::device::cupm::impl::DeviceContext |
| /petsc/include/petsc/private/ | ||
| H A D | deviceimpl.h | 215 PetscErrorCode (*query)(PetscDeviceContext, PetscBool *); member |