Stokhos Package Browser (Single Doxygen Collection)  Version of the Day
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
Public Member Functions | Protected Attributes | Private Member Functions | List of all members
Stokhos::SGOperatorFactory Class Reference

Factory for generating stochastic Galerkin preconditioners. More...

#include <Stokhos_SGOperatorFactory.hpp>

Public Member Functions

 SGOperatorFactory (const Teuchos::RCP< Teuchos::ParameterList > &params)
 Constructor. More...
 
virtual ~SGOperatorFactory ()
 Destructor. More...
 
virtual Teuchos::RCP
< Stokhos::SGOperator
build (const Teuchos::RCP< const EpetraExt::MultiComm > &sg_comm, const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &sg_basis, const Teuchos::RCP< const Stokhos::EpetraSparse3Tensor > &epetraCijk, const Teuchos::RCP< const Epetra_Map > &domain_base_map, const Teuchos::RCP< const Epetra_Map > &range_base_map, const Teuchos::RCP< const Epetra_Map > &domain_sg_map, const Teuchos::RCP< const Epetra_Map > &range_sg_map)
 Build preconditioner operator. More...
 

Protected Attributes

Teuchos::RCP
< Teuchos::ParameterList
params
 Operator parameters. More...
 

Private Member Functions

 SGOperatorFactory (const SGOperatorFactory &)
 Private to prohibit copying. More...
 
SGOperatorFactoryoperator= (const SGOperatorFactory &)
 Private to prohibit copying. More...
 

Detailed Description

Factory for generating stochastic Galerkin preconditioners.

Definition at line 24 of file Stokhos_SGOperatorFactory.hpp.

Constructor & Destructor Documentation

Stokhos::SGOperatorFactory::SGOperatorFactory ( const Teuchos::RCP< Teuchos::ParameterList > &  params)

Constructor.

Definition at line 18 of file Stokhos_SGOperatorFactory.cpp.

virtual Stokhos::SGOperatorFactory::~SGOperatorFactory ( )
inlinevirtual

Destructor.

Definition at line 32 of file Stokhos_SGOperatorFactory.hpp.

Stokhos::SGOperatorFactory::SGOperatorFactory ( const SGOperatorFactory )
private

Private to prohibit copying.

Member Function Documentation

Teuchos::RCP< Stokhos::SGOperator > Stokhos::SGOperatorFactory::build ( const Teuchos::RCP< const EpetraExt::MultiComm > &  sg_comm,
const Teuchos::RCP< const Stokhos::OrthogPolyBasis< int, double > > &  sg_basis,
const Teuchos::RCP< const Stokhos::EpetraSparse3Tensor > &  epetraCijk,
const Teuchos::RCP< const Epetra_Map > &  domain_base_map,
const Teuchos::RCP< const Epetra_Map > &  range_base_map,
const Teuchos::RCP< const Epetra_Map > &  domain_sg_map,
const Teuchos::RCP< const Epetra_Map > &  range_sg_map 
)
virtual

Build preconditioner operator.

Definition at line 25 of file Stokhos_SGOperatorFactory.cpp.

SGOperatorFactory& Stokhos::SGOperatorFactory::operator= ( const SGOperatorFactory )
private

Private to prohibit copying.

Member Data Documentation

Teuchos::RCP<Teuchos::ParameterList> Stokhos::SGOperatorFactory::params
protected

Operator parameters.

Definition at line 56 of file Stokhos_SGOperatorFactory.hpp.


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