Xpetra  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Xpetra::VectorFactory< int, int, int, 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 int Scalar
 
typedef int LocalOrdinal
 
typedef int GlobalOrdinal
 
typedef EpetraNode Node
 

Private Member Functions

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

Detailed Description

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

Definition at line 168 of file Xpetra_VectorFactory_decl.hpp.

Member Typedef Documentation

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

Definition at line 169 of file Xpetra_VectorFactory_decl.hpp.

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

Definition at line 170 of file Xpetra_VectorFactory_decl.hpp.

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

Definition at line 171 of file Xpetra_VectorFactory_decl.hpp.

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

Definition at line 172 of file Xpetra_VectorFactory_decl.hpp.

Constructor & Destructor Documentation

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

Private constructor. This is a static class.

Member Function Documentation

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

Definition at line 117 of file Xpetra_EpetraVectorFactory.cpp.


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