A container class storing an orthogonal polynomial whose coefficients are vectors, operators, or in general any type that would have an expensive copy constructor. More...
#include <Stokhos_EpetraOperatorOrthogPoly.hpp>


Public Types | |
| typedef double | value_type |
| Typename of values. | |
| typedef int | ordinal_type |
| Typename of ordinals. | |
Public Member Functions | |
| EpetraOperatorOrthogPoly (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis, const Teuchos::RCP< const Epetra_BlockMap > &block_map, const Teuchos::RCP< const Epetra_Map > &domain_base_map, const Teuchos::RCP< const Epetra_Map > &range_base_map, const Teuchos::RCP< const EpetraExt::MultiComm > &product_comm) | |
Create a polynomial for basis basis where each coefficient is generated from the supplied map. | |
| EpetraOperatorOrthogPoly (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis, const Teuchos::RCP< const Epetra_BlockMap > &block_map, const Teuchos::RCP< const Epetra_Map > &domain_base_map, const Teuchos::RCP< const Epetra_Map > &range_base_map, const Teuchos::RCP< const Epetra_Map > &range_product_map, const Teuchos::RCP< const EpetraExt::MultiComm > &product_comm) | |
Create a polynomial for basis basis where each coefficient is given by a created block vector. | |
| EpetraOperatorOrthogPoly (const EpetraOperatorOrthogPoly &v) | |
| Copy constructor. | |
| virtual | ~EpetraOperatorOrthogPoly () |
| Destructor. | |
| EpetraOperatorOrthogPoly & | operator= (const EpetraOperatorOrthogPoly &v) |
| Assignment. | |
Protected Member Functions | |
| EpetraOperatorOrthogPoly (const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &basis, const Teuchos::RCP< const Epetra_BlockMap > &block_map, const Teuchos::RCP< const EpetraExt::MultiComm > &product_comm) | |
| Protected constructor to allow 2-stage derived setup. | |
| void | setup (const Teuchos::RCP< const Epetra_Map > &domain_base_map, const Teuchos::RCP< const Epetra_Map > &range_base_map) |
| Second stage of setup. | |
A container class storing an orthogonal polynomial whose coefficients are vectors, operators, or in general any type that would have an expensive copy constructor.
Copy constructor.
NOTE: This is a shallow copy
| Stokhos::EpetraOperatorOrthogPoly & Stokhos::EpetraOperatorOrthogPoly::operator= | ( | const EpetraOperatorOrthogPoly & | v | ) |
Assignment.
NOTE: This is a shallow copy
1.7.6.1