|
Stokhos Package Browser (Single Doxygen Collection)
Version of the Day
|
Specialization of ProductContainerTraits to Epetra_MultiVector coefficients. More...
#include <Stokhos_VectorOrthogPolyTraitsEpetra.hpp>
Public Types | |
| typedef double | value_type |
| Typename of values. More... | |
| typedef int | ordinal_type |
| Typename of ordinals. More... | |
| typedef EpetraMultiVectorCloner | cloner_type |
| Typename of cloner. More... | |
Static Public Member Functions | |
| static void | init (Epetra_MultiVector &vec, double val) |
| Initialize vector. More... | |
| static void | update (Epetra_MultiVector &vec, double a, const Epetra_MultiVector &x) |
| Update vector. More... | |
| static std::ostream & | print (std::ostream &os, const Epetra_MultiVector &vec) |
| Print vector. More... | |
Specialization of ProductContainerTraits to Epetra_MultiVector coefficients.
Definition at line 151 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
Typename of values.
Definition at line 155 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
| typedef int Stokhos::ProductContainerTraits< Epetra_MultiVector >::ordinal_type |
Typename of ordinals.
Definition at line 158 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
Typename of cloner.
Definition at line 161 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Initialize vector.
Definition at line 164 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Update vector.
Definition at line 168 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
|
inlinestatic |
Print vector.
Definition at line 174 of file Stokhos_VectorOrthogPolyTraitsEpetra.hpp.
1.8.14