Searched refs:subclass (Results 1 – 15 of 15) sorted by relevance
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMPRODUCT | 3 The `DMPRODUCT` subclass of `DM` represents a (local) Cartesian product of other `DM` objects.
|
| H A D | SNESFAS | 3 The `SNESFAS` subclass of `SNES` is a nonlinear multigrid solver which uses the Full Approximation …
|
| H A D | DMPatch | 3 The `DMPATCH` subclass of `DM` is intended to handle adaptive refinement calculated in serial using…
|
| H A D | DMNetwork | 3 The `DMNETWORK` subclass of `DM`, encapsulates a graph topology. It is designed to handle very larg…
|
| H A D | DMSwarm | 3 The `DMSWARM` subclass of `DM` encapsulates a particle cloud, with interfaces for particle data, mo…
|
| H A D | DMStag | 3 The `DMSTAG` subclass of `DM` encapsulates a Cartesian structured mesh, with "staggered" data livin…
|
| H A D | DMDA | 3 The `DMDA` subclass of `DM` encapsulates a Cartesian structured mesh, with interfaces for both topo…
|
| H A D | DMForest | 3 The `DMFOREST` subclass of `DM` encapsulates an octree mesh, with interfaces for both topology and …
|
| H A D | DMPlex | 3 The `DMPLEX` subclass of `DM` encapsulates an unstructured mesh, with interfaces for both topology …
|
| /petsc/src/mat/interface/ |
| H A D | matreg.c | 109 …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 D | index.md | 26 - [Add a new subclass of a matrix type (implementation inheritance)](https://gitlab.com/petsc/petsc…
|
| /petsc/doc/miscellaneous/ |
| H A D | acknowledgements.md | 26 interface; enhancements to `KSPIBCGS`; the `MATAIJMKL` matrix subclass.
|
| /petsc/doc/developers/ |
| H A D | style.md | 7 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 D | dmplex.md | 5 This chapter introduces the `DMPLEX` subclass of `DM`, which allows
|
| H A D | getting_started.md | 922 The object's type (implementation class) or subclass can also be changed at any time simply by call…
|