#include "Stokhos_Sparse3Tensor.hpp"
#include "Epetra_Comm.h"
#include "Epetra_CrsGraph.h"
#include "Epetra_BlockMap.h"
#include "Epetra_LocalMap.h"
#include "Epetra_CrsMatrix.h"
#include "EpetraExt_RowMatrixOut.h"
Go to the source code of this file.
|
template<typename ordinal_type , typename value_type > |
Teuchos::RCP< Epetra_CrsGraph > | Stokhos::sparse3Tensor2CrsGraph (const Stokhos::OrthogPolyBasis< ordinal_type, value_type > &basis, const Stokhos::Sparse3Tensor< ordinal_type, value_type > &Cijk, const Epetra_Comm &comm) |
| Build an Epetra_CrsGraph from a sparse 3 tensor. More...
|
|
template<typename ordinal_type , typename value_type > |
Teuchos::RCP< Epetra_CrsGraph > | Stokhos::sparse3Tensor2CrsGraph (const Stokhos::Sparse3Tensor< ordinal_type, value_type > &Cijk, const Epetra_BlockMap &map) |
| Build an Epetra_CrsGraph from a sparse 3 tensor. More...
|
|
template<typename ordinal_type , typename value_type > |
void | Stokhos::sparse3Tensor2MatrixMarket (const Stokhos::OrthogPolyBasis< ordinal_type, value_type > &basis, const Stokhos::Sparse3Tensor< ordinal_type, value_type > &Cijk, const Epetra_Comm &comm, const std::string &file) |
|
template<typename ordinal_type , typename value_type > |
void | Stokhos::sparse3Tensor2MatrixMarket (const Stokhos::Sparse3Tensor< ordinal_type, value_type > &Cijk, const Epetra_BlockMap &map, const std::string &file) |
|