DOLFIN
DOLFIN C++ interface
dolfin_graph.h
1#ifndef __DOLFIN_GRAPH_H
2#define __DOLFIN_GRAPH_H
3
4// DOLFIN graph interface
5
6#include <dolfin/graph/Graph.h>
7#include <dolfin/graph/GraphBuilder.h>
8#include <dolfin/graph/BoostGraphOrdering.h>
9#include <dolfin/graph/SCOTCH.h>
10
11#endif