Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::VectorFactory< double, int, long long, EpetraNode > Class Template Reference

#include <Xpetra_VectorFactory_decl.hpp>

Static Public Member Functions

static RCP< Xpetra::Vector
< Scalar, LocalOrdinal,
GlobalOrdinal, Node > > 
Build (const Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node >> &map, bool zeroOut=true)
 

Private Types

typedef double Scalar
 
typedef int LocalOrdinal
 
typedef long long GlobalOrdinal
 
typedef EpetraNode Node
 

Private Member Functions

 VectorFactory ()=default
 Private constructor. This is a static class. More...
 

Detailed Description

template<>
class Xpetra::VectorFactory< double, int, long long, EpetraNode >

Definition at line 140 of file Xpetra_VectorFactory_decl.hpp.

Member Typedef Documentation

typedef double Xpetra::VectorFactory< double, int, long long, EpetraNode >::Scalar
private

Definition at line 141 of file Xpetra_VectorFactory_decl.hpp.

typedef int Xpetra::VectorFactory< double, int, long long, EpetraNode >::LocalOrdinal
private

Definition at line 142 of file Xpetra_VectorFactory_decl.hpp.

typedef long long Xpetra::VectorFactory< double, int, long long, EpetraNode >::GlobalOrdinal
private

Definition at line 143 of file Xpetra_VectorFactory_decl.hpp.

typedef EpetraNode Xpetra::VectorFactory< double, int, long long, EpetraNode >::Node
private

Definition at line 144 of file Xpetra_VectorFactory_decl.hpp.

Constructor & Destructor Documentation

Xpetra::VectorFactory< double, int, long long, EpetraNode >::VectorFactory ( )
privatedefault

Private constructor. This is a static class.

Member Function Documentation

RCP< Xpetra::Vector< double, int, long long, EpetraNode > > Xpetra::VectorFactory< double, int, long long, EpetraNode >::Build ( const Teuchos::RCP< const Xpetra::Map< LocalOrdinal, GlobalOrdinal, Node >> &  map,
bool  zeroOut = true 
)
static

Definition at line 88 of file Xpetra_EpetraVectorFactory.cpp.


The documentation for this class was generated from the following files: