| /petsc/systems/Apple/iOS/examples/testopengl/examples.xcodeproj/ |
| H A D | project.pbxproj | 28 …1D6058910D05DD3D006BFB54 /* examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.… 36 …* QuartzCore.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 37 …A09 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 38 …305 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 39 …17A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 40 …* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 41 …CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 42 …824 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 43 … /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 44 …* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… [all …]
|
| /petsc/lib/petsc/bin/maint/petsclinter/petsclinter/util/ |
| H A D | _timeout.py | 50 def wrapper(*args: _P.args, **kwargs: _P.kwargs) ->_T: function 60 return wrapper
|
| /petsc/systems/Apple/iOS/examples/Basic/examples.xcodeproj/ |
| H A D | project.pbxproj | 28 …1D6058910D05DD3D006BFB54 /* examples.app */ = {isa = PBXFileReference; explicitFileType = wrapper.… 36 …17A /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 37 …* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 38 …CoreGraphics.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 39 …DD1 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 41 …* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 42 …* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 43 …859 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 44 … /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =…
|
| /petsc/lib/petsc/bin/ |
| H A D | PetscBinaryIO.py | 48 def update_wrapper_with_doc(wrapper, wrapped): argument 50 wdoc = wrapper.__doc__ 52 functools.update_wrapper(wrapper, wrapped) 54 if wrapper.__doc__ is None: 55 wrapper.__doc__ = wdoc 57 wrapper.__doc__ = wrapper.__doc__ + wdoc 58 return wrapper
|
| /petsc/systems/Apple/OSX/examples/PETSc cocoa example/PETSc cocoa example.xcodeproj/ |
| H A D | project.pbxproj | 21 …182 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 22 …PETSc cocoa example.app */ = {isa = PBXFileReference; explicitFileType = wrapper.application; incl… 23 …85A /* Cocoa.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 24 …5A /* AppKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 25 … /* CoreData.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 26 …* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 35 …* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =…
|
| /petsc/src/mat/impls/htool/ |
| H A D | htool.cxx | 201 … a->wrapper->copy_submatrix(nrow, m, idxr, idxc, ptr); /* vertical block B from above */ in MatCreateSubMatrices_Htool() 218 a->wrapper->copy_submatrix(m, 1, idxr, idxc + m + k, ptr + (m + k) * nrow); in MatCreateSubMatrices_Htool() 223 …a->wrapper->copy_submatrix(nrow, std::distance(it + A->rmap->n, idxr + nrow), idxr, idxc + m + A->… in MatCreateSubMatrices_Htool() 240 …a->wrapper->copy_submatrix(std::distance(it + A->rmap->n, idxr + nrow), 1, it + A->rmap->n, idxc +… in MatCreateSubMatrices_Htool() 250 if (!flg) a->wrapper->copy_submatrix(nrow, m, idxr, idxc, ptr); /* reassemble everything */ in MatCreateSubMatrices_Htool() 286 delete a->wrapper; in MatDestroy_Htool() 363 if (a->wrapper) a->wrapper->copy_submatrix(1, A->cmap->N, &row, idxc, *v); in MatGetRow_Htool() 423 delete a->wrapper; in MatAssemblyEnd_Htool() 476 if (a->kernel) a->wrapper = new WrapperHtool(a->dim, a->kernel, a->kernelctx); in MatAssemblyEnd_Htool() 478 a->wrapper = nullptr; in MatAssemblyEnd_Htool() [all …]
|
| H A D | htool.hpp | 52 WrapperHtool *wrapper; member
|
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMMOAB | 3 The `DMMOAB` class is a wrapper for the MOAB mesh and discretization package.
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | conf.py | 284 def wrapper(*args, **kwargs): function 290 NumpyDocstring._parse_returns_section = wrapper 302 def wrapper(*args, **kwargs): function 308 NumpyDocstring._parse_numpydoc_see_also_section = wrapper
|
| H A D | index.rst | 14 This document describes :mod:`petsc4py`, a Python_ wrapper to the PETSc_
|
| /petsc/src/binding/petsc4py/test/ |
| H A D | test_dmplex.py | 428 def wrapper(self, *args, **kwargs): function 433 return wrapper 437 def wrapper(self, *args, **kwargs): function 446 return wrapper 450 def wrapper(self, *args, **kwargs): function 455 return wrapper
|
| /petsc/src/binding/petsc4py/ |
| H A D | DESCRIPTION.rst | 10 wrapper is on your search path, it is highly recommended to install
|
| /petsc/doc/install/ |
| H A D | windows.md | 78 and use `win32fe` [^win32] compiler wrapper, to use the Microsoft/Intel compilers. 117 …4. Now run `configure` with compiler wrapper script `win32fe_cl` that uses `win32fe` [^win32] and … 232 $ pacman -S autoconf automake-wrapper bison bsdcpio make git \ 276 … End](https://bitbucket.org/petsc/win32fe) (`win32fe`): This tool is used as a wrapper to Microsoft
|
| H A D | install.md | 134 specific compiler used by the MPI compiler wrapper.
|
| /petsc/systems/Apple/OSX/examples/PETSc command line example/PETSc command line example.xcodeproj/ |
| H A D | project.pbxproj | 32 …E63 /* PETSc.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =…
|
| /petsc/doc/changes/ |
| H A D | 38.md | 37 - Added PETSCRANDOM123, a wrapper to the counter-based random number
|
| H A D | 318.md | 255 - Add `DMCountNonCyclicReferences()` as a more generic wrapper for `DMCountNonCyclicReferences_Inte…
|
| /petsc/src/binding/petsc4py/src/petsc4py/include/petsc4py/ |
| H A D | petsc4py.i | 43 %wrapper %{
|
| /petsc/lib/petsc/conf/ |
| H A D | rules | 188 …# We prefer to use the Kokkos nvcc_wrapper compiler wrapper for compiling Kokkos files. The comman…
|
| /petsc/doc/community/meetings/2025/ |
| H A D | index.md | 238 … to the environment. Access to PETSc is controlled by the self-developed wrapper NuT (Numerical To…
|
| /petsc/systems/Apple/iOS/PETSc/PETSc.xcodeproj/ |
| H A D | project.pbxproj | 1506 …EAB0 /* PETSc.framework */ = {isa = PBXFileReference; explicitFileType = wrapper.framework; includ… 1507 …* Accelerate.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 1508 …* Foundation.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 1509 …AB0 /* GLKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 1510 … /* OpenGLES.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =… 1511 …AB0 /* UIKit.framework */ = {isa = PBXFileReference; lastKnownFileType = wrapper.framework; name =…
|
| /petsc/doc/manual/ |
| H A D | tao.md | 1973 Essentially, ADMM is a wrapper over two TAO solver, one for
|
| /petsc/doc/ |
| H A D | petsc.bib | 5723 url = { http://ieeexplore.ieee.org/search/wrapper.jsp?arnumber=1430046},
|