Home
last modified time | relevance | path

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

/petsc/doc/manualpages/MANSECHeaders/
H A DDMNetwork1 # 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 Ddmnetwork.md5 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 Ddmcommonality.md71 ## 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 Ddmbase.md18 as the power grid or river networks (`DMNETWORK` -- {any}`ch_network`), and particle-in-cell simula…
H A Dvec.md227 ### 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 Ddiscrete_table.md32 - ``DMNETWORK``
H A Dnutshell.md47 …hs, for example the power grid, river networks, the nervous system, {any}`ch_network`, `DMNETWORK`.
/petsc/src/dm/impls/network/
H A Dnetworkview.c365 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 Dnetworkcreate.c391 PetscCall(PetscObjectChangeTypeName((PetscObject)*newdm, DMNETWORK)); in DMClone_Network()
462 PetscCall(DMSetType(*network, DMNETWORK)); in DMNetworkCreate()
H A Dnetwork.c985 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkGetNumVertices()
1018 PetscValidHeaderSpecificType(dm, DM_CLASSID, 1, DMNETWORK); in DMNetworkGetNumEdges()
/petsc/src/dm/interface/
H A Ddmregall.c54 PetscCall(DMRegister(DMNETWORK, DMCreate_Network)); in DMRegisterAll()
/petsc/src/binding/petsc4py/src/petsc4py/PETSc/
H A Dpetscdm.pxi14 PetscDMType DMNETWORK
H A DDM.pyx13 NETWORK = S_(DMNETWORK)
/petsc/include/
H A Dpetscdm.h41 #define DMNETWORK "network" macro
/petsc/src/ts/interface/
H A Dts.c170 PetscCall(PetscObjectTypeCompare((PetscObject)dm, DMNETWORK, &net)); in TSSetFromOptions()