![]() |
waves
Basic FE playground
|
Class used to compute and store the graph of the primal matrices with and without overlaps. More...
#include <Graph.h>
Public Member Functions | |
Graph (Teuchos::RCP< Map > map, Teuchos::RCP< ElementsList > elementsList) | |
Graph constructor. More... | |
Public Attributes | |
Teuchos::RCP< crs_graph_type > | K |
Teuchos::RCP< crs_graph_type > | S |
Teuchos::RCP< crs_graph_type > | L |
Private Types | |
typedef Map::local_ordinal_type | local_ordinal_type |
typedef Map::global_ordinal_type | global_ordinal_type |
typedef Tpetra::CrsGraph< local_ordinal_type, global_ordinal_type > | crs_graph_type |
Class used to compute and store the graph of the primal matrices with and without overlaps.
|
private |
|
private |
|
private |
Graph::Graph | ( | Teuchos::RCP< Map > | map, |
Teuchos::RCP< ElementsList > | elementsList | ||
) |
Graph constructor.
This constructor computes the sparsity pattern of the primal matrix.
Arguments:
Teuchos::RCP<crs_graph_type> katoptron::Graph::K |
Teuchos::RCP<crs_graph_type> katoptron::Graph::L |
Teuchos::RCP<crs_graph_type> katoptron::Graph::S |