1 #ifndef KATOPTRON_GRAPH_H
2 #define KATOPTRON_GRAPH_H
9 #include <Tpetra_Map.hpp>
10 #include <Tpetra_Vector.hpp>
11 #include <Tpetra_CrsGraph.hpp>
13 #include <Teuchos_RCP.hpp>
25 typedef Tpetra::CrsGraph<local_ordinal_type, global_ordinal_type>
crs_graph_type;
28 Teuchos::RCP<crs_graph_type>
K;
29 Teuchos::RCP<crs_graph_type>
S;
30 Teuchos::RCP<crs_graph_type>
L;
32 Graph(Teuchos::RCP<Map> map, Teuchos::RCP<ElementsList> elementsList);
36 #endif //KATOPTRON_GRAPH_H