![]() |
waves
Basic FE playground
|
Class which includes all the Trilinos vectors (Tpetra vectors and Xpetra vectors) used in the simulation. More...
#include <Vectors.h>
Public Types | |
typedef Map::local_ordinal_type | local_ordinal_type |
typedef Map::global_ordinal_type | global_ordinal_type |
typedef Map::node_type | node_type |
typedef Map::tpetra_map_type | tpetra_map_type |
typedef Map::xpetra_bmap_type | xpetra_bmap_type |
typedef Tpetra::Vector< scalar, local_ordinal_type, global_ordinal_type, node_type > | tpetra_vector_type |
typedef Tpetra::MultiVector< scalar, local_ordinal_type, global_ordinal_type, node_type > | tpetra_mvector_type |
typedef Xpetra::BlockedMultiVector< scalar, local_ordinal_type, global_ordinal_type, node_type > | xpetra_bmvector_type |
typedef Xpetra::MultiVector< scalar, local_ordinal_type, global_ordinal_type, node_type > | xpetra_mvector_type |
typedef Xpetra::TpetraMultiVector< scalar, local_ordinal_type, global_ordinal_type, node_type > | xpetra_tmvector_type |
Public Member Functions | |
Vectors (Teuchos::RCP< Map > map) | |
Vectors constructor. More... | |
Public Attributes | |
Teuchos::RCP< tpetra_vector_type > | bWO |
Teuchos::RCP< tpetra_vector_type > | b |
Teuchos::RCP< tpetra_vector_type > | weights |
Teuchos::RCP< tpetra_vector_type > | x |
Teuchos::RCP< tpetra_vector_type > | lagrange |
Teuchos::RCP< tpetra_vector_type > | initialGap |
Teuchos::RCP< xpetra_bmvector_type > | rhsBlockedMultiVector |
Teuchos::RCP< xpetra_bmvector_type > | solutionBlockedMultiVector |
Teuchos::RCP< xpetra_mvector_type > | rhsMultiVector |
Teuchos::RCP< xpetra_mvector_type > | solutionMultiVector |
Class which includes all the Trilinos vectors (Tpetra vectors and Xpetra vectors) used in the simulation.
typedef Map::global_ordinal_type katoptron::Vectors< scalar >::global_ordinal_type |
typedef Map::local_ordinal_type katoptron::Vectors< scalar >::local_ordinal_type |
typedef Map::node_type katoptron::Vectors< scalar >::node_type |
typedef Map::tpetra_map_type katoptron::Vectors< scalar >::tpetra_map_type |
typedef Tpetra::MultiVector<scalar, local_ordinal_type, global_ordinal_type, node_type> katoptron::Vectors< scalar >::tpetra_mvector_type |
typedef Tpetra::Vector<scalar, local_ordinal_type, global_ordinal_type, node_type> katoptron::Vectors< scalar >::tpetra_vector_type |
typedef Map::xpetra_bmap_type katoptron::Vectors< scalar >::xpetra_bmap_type |
typedef Xpetra::BlockedMultiVector<scalar, local_ordinal_type, global_ordinal_type, node_type> katoptron::Vectors< scalar >::xpetra_bmvector_type |
typedef Xpetra::MultiVector<scalar, local_ordinal_type, global_ordinal_type, node_type> katoptron::Vectors< scalar >::xpetra_mvector_type |
typedef Xpetra::TpetraMultiVector<scalar, local_ordinal_type, global_ordinal_type, node_type> katoptron::Vectors< scalar >::xpetra_tmvector_type |
katoptron::Vectors< scalar >::Vectors | ( | Teuchos::RCP< Map > | map | ) |
Teuchos::RCP<tpetra_vector_type> katoptron::Vectors< scalar >::b |
Teuchos::RCP<tpetra_vector_type> katoptron::Vectors< scalar >::bWO |
Teuchos::RCP<tpetra_vector_type> katoptron::Vectors< scalar >::initialGap |
Teuchos::RCP<tpetra_vector_type> katoptron::Vectors< scalar >::lagrange |
Teuchos::RCP<xpetra_bmvector_type> katoptron::Vectors< scalar >::rhsBlockedMultiVector |
Teuchos::RCP<xpetra_mvector_type> katoptron::Vectors< scalar >::rhsMultiVector |
Teuchos::RCP<xpetra_bmvector_type> katoptron::Vectors< scalar >::solutionBlockedMultiVector |
Teuchos::RCP<xpetra_mvector_type> katoptron::Vectors< scalar >::solutionMultiVector |
Teuchos::RCP<tpetra_vector_type> katoptron::Vectors< scalar >::weights |
Teuchos::RCP<tpetra_vector_type> katoptron::Vectors< scalar >::x |