Tpetra parallel linear algebra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Classes | Namespaces
Tpetra_FECrsGraph_decl.hpp File Reference

Declaration of the Tpetra::FECrsGraph class. More...

#include "Tpetra_FECrsGraph_fwd.hpp"
#include "Tpetra_CrsGraph_decl.hpp"

Go to the source code of this file.

Classes

class  Tpetra::FECrsGraph< LocalOrdinal, GlobalOrdinal, Node >
 A distributed graph accessed by rows (adjacency lists) and stored sparsely. More...
 

Namespaces

 Tpetra
 Namespace Tpetra contains the class and methods constituting the Tpetra library.
 

Detailed Description

Declaration of the Tpetra::FECrsGraph class.

If you want to use Tpetra::FECrsGraph, include "Tpetra_FECrsGraph.hpp" (a file which CMake generates and installs for you). If you only want the declaration of Tpetra::FECrsGraph, include this file (Tpetra_FECrsGraph_decl.hpp).

Definition in file Tpetra_FECrsGraph_decl.hpp.