Stratimikos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Typedefs | Functions
test_thyra_tpetra_ifpack2_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_thyra_tpetra_ifpack2_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, 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 Documentation

typedef Tpetra::Map<int, int> map_type

Definition at line 10 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

typedef map_type::local_ordinal_type LO

Definition at line 11 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

typedef map_type::global_ordinal_type GO

Definition at line 12 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

typedef double ST

Definition at line 13 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

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

Definition at line 14 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

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

Definition at line 15 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

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

Definition at line 16 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

Function Documentation

Teuchos::RCP<const crs_matrix_type> create_matrix ( const Teuchos::RCP< const Teuchos::Comm< int > > &  comm)

Definition at line 19 of file test_thyra_tpetra_ifpack2_issue_535.cpp.

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

Definition at line 42 of file test_thyra_tpetra_ifpack2_issue_535.cpp.