Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
Typedefs | Functions
test_issue_535.cpp File Reference
#include "Stratimikos_DefaultLinearSolverBuilder.hpp"
#include "Teuchos_DefaultComm.hpp"
#include "Tpetra_CrsMatrix.hpp"
#include "Thyra_Ifpack2PreconditionerFactory.hpp"
#include "Thyra_TpetraThyraWrappers.hpp"
#include <cstdlib>
Include dependency graph for test_issue_535.cpp:

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, GOcrs_matrix_type
 
typedef Tpetra::Operator< ST, LO, GOop_type
 
typedef Tpetra::Vector< ST, LO, GOvec_type
 

Functions

Teuchos::RCP< const crs_matrix_typecreate_matrix (const Teuchos::RCP< const Teuchos::Comm< int > > &comm)
 
int main (int argc, char *argv[])
 

Typedef Documentation

◆ map_type

typedef Tpetra::Map<int, int> map_type

Definition at line 10 of file test_issue_535.cpp.

◆ LO

typedef map_type::local_ordinal_type LO

Definition at line 11 of file test_issue_535.cpp.

◆ GO

typedef map_type::global_ordinal_type GO

Definition at line 12 of file test_issue_535.cpp.

◆ ST

typedef double ST

Definition at line 13 of file test_issue_535.cpp.

◆ crs_matrix_type

typedef Tpetra::CrsMatrix<ST, LO, GO> crs_matrix_type

Definition at line 14 of file test_issue_535.cpp.

◆ op_type

typedef Tpetra::Operator<ST, LO, GO> op_type

Definition at line 15 of file test_issue_535.cpp.

◆ vec_type

typedef Tpetra::Vector<ST, LO, GO> vec_type

Definition at line 16 of file test_issue_535.cpp.

Function Documentation

◆ create_matrix()

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.

◆ main()

int main ( int  argc,
char *  argv[] 
)

Definition at line 42 of file test_issue_535.cpp.