Xpetra Version of the Day
Loading...
Searching...
No Matches
Xpetra::VectorFactory< double, int, long long, EpetraNode > Class 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.

Detailed Description

Definition at line 105 of file Xpetra_VectorFactory_decl.hpp.

Member Typedef Documentation

◆ Scalar

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

Definition at line 106 of file Xpetra_VectorFactory_decl.hpp.

◆ LocalOrdinal

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

Definition at line 107 of file Xpetra_VectorFactory_decl.hpp.

◆ GlobalOrdinal

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

Definition at line 108 of file Xpetra_VectorFactory_decl.hpp.

◆ Node

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

Definition at line 109 of file Xpetra_VectorFactory_decl.hpp.

Constructor & Destructor Documentation

◆ VectorFactory()

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

Private constructor. This is a static class.

Member Function Documentation

◆ Build()

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

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