Home
last modified time | relevance | path

Searched refs:subclass (Results 1 – 15 of 15) sorted by relevance

/petsc/doc/manualpages/MANSECHeaders/
H A DDMPRODUCT3 The `DMPRODUCT` subclass of `DM` represents a (local) Cartesian product of other `DM` objects.
H A DSNESFAS3 The `SNESFAS` subclass of `SNES` is a nonlinear multigrid solver which uses the Full Approximation …
H A DDMPatch3 The `DMPATCH` subclass of `DM` is intended to handle adaptive refinement calculated in serial using…
H A DDMNetwork3 The `DMNETWORK` subclass of `DM`, encapsulates a graph topology. It is designed to handle very larg…
H A DDMSwarm3 The `DMSWARM` subclass of `DM` encapsulates a particle cloud, with interfaces for particle data, mo…
H A DDMStag3 The `DMSTAG` subclass of `DM` encapsulates a Cartesian structured mesh, with "staggered" data livin…
H A DDMDA3 The `DMDA` subclass of `DM` encapsulates a Cartesian structured mesh, with interfaces for both topo…
H A DDMForest3 The `DMFOREST` subclass of `DM` encapsulates an octree mesh, with interfaces for both topology and …
H A DDMPlex3 The `DMPLEX` subclass of `DM` encapsulates an unstructured mesh, with interfaces for both topology …
/petsc/src/mat/interface/
H A Dmatreg.c109 …PetscBool sametype, found, subclass = PETSC_FALSE, matMPI = PETSC_FALSE, requestSeq = PETSC_FALS… in MatSetType() local
146 …t)mat)->type_name) PetscCall(PetscStrbeginswith(matype, ((PetscObject)mat)->type_name, &subclass)); in MatSetType()
147 if (subclass) { /* mat is a subclass of the requested 'matype'? */ in MatSetType()
/petsc/doc/developers/contributing/
H A Dindex.md26 - [Add a new subclass of a matrix type (implementation inheritance)](https://gitlab.com/petsc/petsc…
/petsc/doc/miscellaneous/
H A Dacknowledgements.md26 interface; enhancements to `KSPIBCGS`; the `MATAIJMKL` matrix subclass.
/petsc/doc/developers/
H A Dstyle.md7 terminology *subclass*, *implementation*, or *type* [^footnote-1] to refer to a
45 object, followed by any subclass name, for example,
687 [^footnote-1]: Type also refers to the string name of the subclass.
/petsc/doc/manual/
H A Ddmplex.md5 This chapter introduces the `DMPLEX` subclass of `DM`, which allows
H A Dgetting_started.md922 The object's type (implementation class) or subclass can also be changed at any time simply by call…