File: dolfinx_graph.h

package info (click to toggle)
fenics-dolfinx 1%3A0.9.0-11
  • links: PTS, VCS
  • area: main
  • in suites: forky
  • size: 5,376 kB
  • sloc: cpp: 33,701; python: 22,338; makefile: 230; sh: 171; xml: 55
file content (13 lines) | stat: -rw-r--r-- 286 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
#pragma once

/// @brief Graph data structures and algorithms.
///
/// Data structures for building and representing graphs, and algorithms
/// on graphs, e.g., re-ordering and partitioning.
namespace dolfinx::graph
{
}

// DOLFINx graph interface

#include <dolfinx/graph/partition.h>