|
Tpetra Matrix/Vector Services
Version of the Day
|
An example of the Tpetra::Operator interface for Tpetra::RTI. More...
#include <Teuchos_GlobalMPISession.hpp>#include <Teuchos_oblackholestream.hpp>#include <Teuchos_CommandLineProcessor.hpp>#include <Teuchos_Tuple.hpp>#include <Teuchos_TimeMonitor.hpp>#include <Kokkos_DefaultNode.hpp>#include "Tpetra_Version.hpp"#include "Tpetra_DefaultPlatform.hpp"#include "Tpetra_MultiVector.hpp"#include "Tpetra_CrsMatrix.hpp"#include "Tpetra_RTIOp.hpp"#include <iostream>#include <iomanip>#include <functional>Go to the source code of this file.
Classes | |
| class | TpetraExamples::FDStencil< S > |
| Class to demonstrate a simple, finite-different type tridiagonal stencil. More... | |
| class | TpetraExamples::ScaleKernel< S > |
| Class to demonstrate a simple diagonal matrix. More... | |
Namespaces | |
| namespace | TpetraExamples |
Namespace for Tpetra example classes and methods. | |
An example of the Tpetra::Operator interface for Tpetra::RTI.
Definition in file RTIOperatorExample.cpp.
1.7.6.1