|
Tpetra parallel linear algebra
Version of the Day
|
Namespace for new Tpetra features that are not ready for public release, but are ready for evaluation by friendly expert users. More...
Classes | |
| class | BlockCrsMatrix |
| Constant block CRS matrix class. More... | |
| class | BlockMultiVector |
| MultiVector for multiple degrees of freedom per mesh point. More... | |
| class | BlockVector |
| Vector for multiple degrees of freedom per mesh point. More... | |
| class | LittleBlock |
| Nonowning view of a square dense block in a block matrix. More... | |
| class | LittleVector |
| Nonowning view of a set of degrees of freedom corresponding to a mesh point in a block vector or multivector. More... | |
Functions | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::string const &fileName) |
| Helper function to write a BlockCrsMatrix. Calls the 3-argument version. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::string const &fileName, Teuchos::ParameterList const ¶ms) |
| Helper function to write a BlockCrsMatrix. Calls the 3-argument version. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::ostream &os) |
| Helper function to write a BlockCrsMatrix. Calls the 3-argument version. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | blockCrsMatrixWriter (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::ostream &os, Teuchos::ParameterList const ¶ms) |
| Helper function to write a BlockCrsMatrix. More... | |
| template<class Scalar , class LO , class GO , class Node > | |
| void | writeMatrixStrip (BlockCrsMatrix< Scalar, LO, GO, Node > const &A, std::ostream &os, Teuchos::ParameterList const ¶ms) |
| Helper function called by blockCrsMatrixWriter. More... | |
Namespace for new Tpetra features that are not ready for public release, but are ready for evaluation by friendly expert users.
| void Tpetra::Experimental::blockCrsMatrixWriter | ( | BlockCrsMatrix< Scalar, LO, GO, Node > const & | A, |
| std::string const & | fileName | ||
| ) |
Helper function to write a BlockCrsMatrix. Calls the 3-argument version.
Definition at line 1030 of file Tpetra_Experimental_BlockCrsMatrix_decl.hpp.
| void Tpetra::Experimental::blockCrsMatrixWriter | ( | BlockCrsMatrix< Scalar, LO, GO, Node > const & | A, |
| std::string const & | fileName, | ||
| Teuchos::ParameterList const & | params | ||
| ) |
Helper function to write a BlockCrsMatrix. Calls the 3-argument version.
Definition at line 1039 of file Tpetra_Experimental_BlockCrsMatrix_decl.hpp.
| void Tpetra::Experimental::blockCrsMatrixWriter | ( | BlockCrsMatrix< Scalar, LO, GO, Node > const & | A, |
| std::ostream & | os | ||
| ) |
Helper function to write a BlockCrsMatrix. Calls the 3-argument version.
Definition at line 1047 of file Tpetra_Experimental_BlockCrsMatrix_decl.hpp.
| void Tpetra::Experimental::blockCrsMatrixWriter | ( | BlockCrsMatrix< Scalar, LO, GO, Node > const & | A, |
| std::ostream & | os, | ||
| Teuchos::ParameterList const & | params | ||
| ) |
Helper function to write a BlockCrsMatrix.
Writes the block matrix to the specified ostream in point form. The following parameter list options are available:
Definition at line 1062 of file Tpetra_Experimental_BlockCrsMatrix_decl.hpp.
| void Tpetra::Experimental::writeMatrixStrip | ( | BlockCrsMatrix< Scalar, LO, GO, Node > const & | A, |
| std::ostream & | os, | ||
| Teuchos::ParameterList const & | params | ||
| ) |
Helper function called by blockCrsMatrixWriter.
This function should not be called directly.
Definition at line 1172 of file Tpetra_Experimental_BlockCrsMatrix_decl.hpp.
1.8.11