Home
last modified time | relevance | path

Searched refs:prepend (Results 1 – 9 of 9) sorted by relevance

/petsc/src/binding/petsc4py/test/
H A Dtest_ksp.py181 self.ksp.addConvergenceTest(converged, prepend=True)
187 self.ksp.addConvergenceTest(converged, prepend=False)
/petsc/src/binding/petsc4py/src/lib-petsc/
H A Dcustom.h383 …etscErrorCode (*custom)(KSP, PetscInt, PetscReal, KSPConvergedReason *, void *), PetscBool prepend) in KSPAddConvergenceTest() argument
389 PetscValidLogicalCollectiveBool(ksp,prepend,3); in KSPAddConvergenceTest()
392 ctx->prepend_custom = prepend; in KSPAddConvergenceTest()
/petsc/share/petsc/saws/js/
H A DPETSc.js153 …$("#"+"leftDiv").prepend("<center>"+"<span style=\"font-family: Courier\" size=\""+(sub[key].varia…
/petsc/doc/manual/
H A Dregressor.md56 :prepend: '#include <petscregressor.h>'
H A Dtao.md56 :prepend: '#include <petsctao.h>'
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A DOptions.pyx12 Optional string to prepend to all the options.
H A DKSP.pyx1084 prepend: bool = False) -> None:
1097 prepend
1098 Whether to prepend this call before the default
1114 cdef PetscBool pre = asBool(prepend)
H A DPC.pyx329 The prefix to prepend to all option names.
H A DTS.pyx511 The prefix to prepend to all option names.