Home
last modified time | relevance | path

Searched refs:wrapped (Results 1 – 5 of 5) sorted by relevance

/petsc/config/BuildSystem/
H A Dlogger.py56 wrapped = [
59 if len(wrapped) == 1:
61 wrapped[0] = center_line(wrapped[0].lstrip())
71 wrapped.insert(0, divider_char * length)
80 wrapped.insert(0, center_line(str(sup_title)))
81 return '\n'.join(wrapped)
/petsc/lib/petsc/bin/
H A DPetscBinaryIO.py48 def update_wrapper_with_doc(wrapper, wrapped): argument
52 functools.update_wrapper(wrapper, wrapped)
60 def wraps_with_doc(wrapped): argument
62 return functools.partial(update_wrapper_with_doc, wrapped=wrapped)
/petsc/doc/developers/
H A Dstyle.md190 `PetscCall()` macro. This should be wrapped around the function in question.
213 09. Single operation `if` and `else` commands should not be wrapped in braces. They should be done …
/petsc/doc/manual/
H A Ddmplex.md431 The data layout, `s`, needs to be wrapped in a `DM` object for it to be saved.
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DDM.pyx2065 # TODO: Once DMLabel is wrapped, this should return the label, like the C function.