File: graph.rst

package info (click to toggle)
fenics-dolfinx 1%3A0.10.0.post4-1exp1
  • links: PTS, VCS
  • area: main
  • in suites: experimental
  • size: 6,028 kB
  • sloc: cpp: 36,535; python: 25,391; makefile: 226; sh: 171; xml: 55
file content (57 lines) | stat: -rw-r--r-- 1,088 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
Graph (``dolfinx::graph``)
==========================

Adjacency list
--------------

.. doxygenclass:: dolfinx::graph::AdjacencyList
   :project: DOLFINx
   :members:


Adjacency list builders
-----------------------

.. doxygenfunction:: dolfinx::graph::regular_adjacency_list
   :project: DOLFINx


Re-ordering
-----------

.. doxygenfunction:: dolfinx::graph::reorder_gps
   :project: DOLFINx


Partitioning
------------

.. doxygenfunction:: dolfinx::graph::partition_graph
   :project: DOLFINx

.. doxygenfunction:: dolfinx::graph::scotch::partitioner
   :project: DOLFINx

.. doxygenfunction:: dolfinx::graph::parmetis::partitioner
   :project: DOLFINx

.. doxygenfunction:: dolfinx::graph::kahip::partitioner
   :project: DOLFINx


Enumerations and typedefs
-------------------------

.. doxygentypedef:: dolfinx::graph::partition_fn
   :project: DOLFINx


.. doxygenenum:: dolfinx::graph::scotch::strategy
   :project: DOLFINx


Functions for building distributed graphs
-----------------------------------------

.. doxygennamespace:: dolfinx::graph::build
   :project: DOLFINx