Searched refs:signature (Results 1 – 10 of 10) sorted by relevance
| /petsc/src/binding/petsc4py/src/ |
| H A D | cython.h | 4 const char *signature) in Cython_ImportFunction() argument 23 s1 = desc; s2 = signature; in Cython_ImportFunction() 29 PyModule_GetName(module), funcname, signature, desc); in Cython_ImportFunction() 37 if (!PyCapsule_IsValid(capsule, signature)) { in Cython_ImportFunction() 42 PyModule_GetName(module), funcname, signature, desc); in Cython_ImportFunction() 45 p = PyCapsule_GetPointer(capsule, signature); in Cython_ImportFunction()
|
| /petsc/src/binding/petsc4py/conf/ |
| H A D | cyautodoc.py | 163 def _embed_signature(self, signature, pos, node_doc): argument 167 return docfmt % (signature, node_doc, pos) 169 return docfmt % (signature, pos) 207 signature = self._fmt_signature( 221 if signature: 230 new_doc = self._embed_signature(signature, node.pos, old_doc) 242 signature = self._fmt_signature( 249 if signature: 256 new_doc = self._embed_signature(signature, node.pos, old_doc) 290 signature = '%s: %s' % (prop_name, type_name) [all …]
|
| H A D | stubgen.py | 74 def signature(obj): function 87 sig = signature(function) 100 sig = signature(method) 109 sig = signature(datadescr) 114 sig = signature(prop.fget)
|
| /petsc/src/binding/petsc4py/docs/source/ |
| H A D | apidoc.py | 82 def signature(obj, fail=True): function 167 sig = signature(function) 174 sig = signature(method) 181 sig = signature(datadescr) 191 sig = signature(prop.fget)
|
| H A D | documentation_standards.rst | 87 If returning ``self``, use ``-> Self`` in function signature. 89 Type hints are not required when the static type signature includes a PETSc 100 enum the ``| str`` can be omitted. Full signature example::
|
| /petsc/doc/changes/ |
| H A D | 324.md | 113 - Change the function signature of the `destroy()` argument to `KSPSetConvergenceTest()` to `PetscC… 190 - Change `PetscFEIntegrateJacobian()` signature to allow rectangular operators
|
| /petsc/src/sys/tests/ |
| H A D | ex64.cxx | 119 using signature = PetscErrorCode(const T &, std::string &); typedef 122 std::function<signature> printer;
|
| /petsc/doc/developers/ |
| H A D | style.md | 625 noting the required header and the function signature.
|
| /petsc/lib/petsc/bin/maint/abi-compliance-checker/ |
| H A D | LICENSE | 501 <signature of Ty Coon>, 1 April 1990
|
| /petsc/doc/manual/ |
| H A D | snes.md | 519 `SNESNewtonALSetFunction()`. This function should have the same signature as for
|