Zoltan2
|
#include <climits>
#include "Tpetra_Details_makeColMap.hpp"
Go to the source code of this file.
Functions | |
template<typename global_ordinal_type , typename local_ordinal_type , typename scalar_type , typename map_type > | |
void | distribute (Teuchos::ArrayRCP< size_t > &myNumEntriesPerRow, Teuchos::ArrayRCP< size_t > &myRowPtr, Teuchos::ArrayRCP< global_ordinal_type > &myColInd, Teuchos::ArrayRCP< scalar_type > &myValues, const Teuchos::RCP< const map_type > &pRowMap, global_ordinal_type *rowPtr, global_ordinal_type *colInd, const bool debug=false) |
template<typename crs_matrix_type > | |
Teuchos::RCP< crs_matrix_type > | readBinaryFile (std::string filename, const Teuchos::RCP< const Teuchos::Comm< int >> pComm, bool callFillComplete=true, bool debug=false) |
template<typename crs_matrix_type > | |
Teuchos::RCP< crs_matrix_type > | readBinaryFileFast (std::string filename, const Teuchos::RCP< const Teuchos::Comm< int >> pComm, bool callFillComplete=true, bool debug=false) |
template<typename crs_matrix_type > | |
Teuchos::RCP< crs_matrix_type > | readMatrixFromBinaryFile (std::string filename, const Teuchos::RCP< const Teuchos::Comm< int >> pComm, bool binary=true, bool debug=false) |
void distribute | ( | Teuchos::ArrayRCP< size_t > & | myNumEntriesPerRow, |
Teuchos::ArrayRCP< size_t > & | myRowPtr, | ||
Teuchos::ArrayRCP< global_ordinal_type > & | myColInd, | ||
Teuchos::ArrayRCP< scalar_type > & | myValues, | ||
const Teuchos::RCP< const map_type > & | pRowMap, | ||
global_ordinal_type * | rowPtr, | ||
global_ordinal_type * | colInd, | ||
const bool | debug = false |
||
) |
Definition at line 24 of file readMatrixFromBinaryFile.hpp.
Teuchos::RCP<crs_matrix_type> readBinaryFile | ( | std::string | filename, |
const Teuchos::RCP< const Teuchos::Comm< int >> | pComm, | ||
bool | callFillComplete = true , |
||
bool | debug = false |
||
) |
Definition at line 209 of file readMatrixFromBinaryFile.hpp.
Teuchos::RCP<crs_matrix_type> readBinaryFileFast | ( | std::string | filename, |
const Teuchos::RCP< const Teuchos::Comm< int >> | pComm, | ||
bool | callFillComplete = true , |
||
bool | debug = false |
||
) |
Definition at line 333 of file readMatrixFromBinaryFile.hpp.
Teuchos::RCP<crs_matrix_type> readMatrixFromBinaryFile | ( | std::string | filename, |
const Teuchos::RCP< const Teuchos::Comm< int >> | pComm, | ||
bool | binary = true , |
||
bool | debug = false |
||
) |
Definition at line 484 of file readMatrixFromBinaryFile.hpp.