|
Stratimikos Package Browser (Single Doxygen Collection)
Version of the Day
|
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"#include "Teuchos_DefaultComm.hpp"#include "Tpetra_CrsMatrix.hpp"#include "Thyra_Ifpack2PreconditionerFactory.hpp"#include "Thyra_TpetraThyraWrappers.hpp"#include <cstdlib>
Go to the source code of this file.
Typedefs | |
| typedef Tpetra::Map< int, int > | map_type |
| typedef map_type::local_ordinal_type | LO |
| typedef map_type::global_ordinal_type | GO |
| typedef double | ST |
| typedef Tpetra::CrsMatrix< ST, LO, GO > | crs_matrix_type |
| typedef Tpetra::Operator< ST, LO, GO > | op_type |
| typedef Tpetra::Vector< ST, LO, GO > | vec_type |
Functions | |
| Teuchos::RCP< const crs_matrix_type > | create_matrix (const Teuchos::RCP< const Teuchos::Comm< int > > &comm) |
| int | main (int argc, char *argv[]) |
| typedef Tpetra::Map<int, int> map_type |
Definition at line 10 of file test_issue_535.cpp.
| typedef map_type::local_ordinal_type LO |
Definition at line 11 of file test_issue_535.cpp.
| typedef map_type::global_ordinal_type GO |
Definition at line 12 of file test_issue_535.cpp.
| typedef double ST |
Definition at line 13 of file test_issue_535.cpp.
| typedef Tpetra::CrsMatrix<ST, LO, GO> crs_matrix_type |
Definition at line 14 of file test_issue_535.cpp.
| Teuchos::RCP<const crs_matrix_type> create_matrix | ( | const Teuchos::RCP< const Teuchos::Comm< int > > & | comm | ) |
Definition at line 19 of file test_issue_535.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 42 of file test_issue_535.cpp.
1.8.5