Home
last modified time | relevance | path

Searched refs:subtypes (Results 1 – 4 of 4) sorted by relevance

/petsc/src/sys/objects/
H A Dfcallback.c13 FortranCallbackLink subtypes; member
24 FortranCallbackLink next, link = base->subtypes; in PetscFortranCallbackFinalize()
77 …for (link = base->subtypes; link; link = link->next) { /* look for either both NULL or matching va… in PetscFortranCallbackRegister()
89 link->next = base->subtypes; in PetscFortranCallbackRegister()
90 base->subtypes = link; in PetscFortranCallbackRegister()
/petsc/src/binding/petsc4py/
H A DCHANGES.rst213 factor PC subtypes.
215 - Now the ``Mat``/``PC``/``KSP``/``SNES``/``TS`` Python subtypes are
/petsc/doc/manual/
H A Dgetting_started.md907 …le, PETSc objects provide a universal way of selecting types (classes) and subtypes at runtime from
950 Particular types and subtypes of objects may have their own methods, which are given in the form
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dlibpetsc4py.pyx3098 # Python subtypes