Searched refs:DMNETWORK (Results 1 – 15 of 15) sorted by relevance
| /petsc/doc/manualpages/MANSECHeaders/ |
| H A D | DMNetwork | 1 # Graphs and Networks (DMNETWORK) 3 The `DMNETWORK` subclass of `DM`, encapsulates a graph topology. It is designed to handle very larg…
|
| /petsc/doc/manual/ |
| H A D | dmnetwork.md | 5 The `DMNETWORK` class provides 12 The general flow of an application code using `DMNETWORK` is as 36 3. A `DMNETWORK` can consist of one or more physical subnetworks. Each subnetwork has its own mathe… 87 5. The next step is to have `DMNETWORK` create a bare layout (graph) of 108 … of variables associated to the added component at this network point. `DMNETWORK` supports settin… 109 …at a vertex/edge. At a shared vertex, `DMNETWORK` currently requires the owner process of the vert… 111 `DMNETWORK` currently assumes the component data to be stored in a 138 `DMNETWORK` provides several utility functions for operations on the
|
| H A D | dmcommonality.md | 71 ## DMNETWORK computations on graphs of nodes and connecting edges 86 For `DMNETWORK`, the connectivity information is defined by a graph, which is is query-able at each…
|
| H A D | dmbase.md | 18 as the power grid or river networks (`DMNETWORK` -- {any}`ch_network`), and particle-in-cell simula…
|
| H A D | vec.md | 227 ### DMNETWORK - Creating vectors for networks 229 See {any}`ch_network` for discussion of creating vectors with `DMNETWORK`. 634 ### DMNETWORK - Setting vector values 636 See {any}`ch_network` for a discussion on setting vector values with `DMNETWORK`.
|
| /petsc/doc/overview/ |
| H A D | discrete_table.md | 32 - ``DMNETWORK``
|
| H A D | nutshell.md | 47 …hs, for example the power grid, river networks, the nervous system, {any}`ch_network`, `DMNETWORK`.
|
| /petsc/src/dm/impls/network/ |
| H A D | networkview.c | 365 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkViewSetShowRanks() 390 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkViewSetShowGlobal() 415 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkViewSetShowVertices() 440 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkViewSetShowNumbering() 468 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkViewSetViewRanks()
|
| H A D | networkcreate.c | 391 PetscCall(PetscObjectChangeTypeName((PetscObject)*newdm, DMNETWORK)); in DMClone_Network() 462 PetscCall(DMSetType(*network, DMNETWORK)); in DMNetworkCreate()
|
| H A D | network.c | 985 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkGetNumVertices() 1018 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkGetNumEdges()
|
| /petsc/src/dm/interface/ |
| H A D | dmregall.c | 54 PetscCall(DMRegister(DMNETWORK, DMCreate_Network)); in DMRegisterAll()
|
| /petsc/src/binding/petsc4py/src/petsc4py/PETSc/ |
| H A D | petscdm.pxi | 14 PetscDMType DMNETWORK
|
| H A D | DM.pyx | 13 NETWORK = S_(DMNETWORK)
|
| /petsc/include/ |
| H A D | petscdm.h | 41 #define DMNETWORK "network" macro
|
| /petsc/src/ts/interface/ |
| H A D | ts.c | 170 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMNETWORK, &net)); in TSSetFromOptions()
|