SG++-Doxygen-Documentation
PdeOpFactory.hpp File Reference

Namespaces

 sgpp
 This header contains some utility functions.
 
 sgpp::op_factory
 

Functions

base::OperationMatrix * sgpp::op_factory::createOperationLaplace (base::Grid &grid)
 Factory method, returning an OperationLaplace (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLaplace (base::Grid &grid, sgpp::base::DataVector &coef)
 Factory method, returning an OperationLaplace (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLaplaceEnhanced (base::Grid &grid)
 Factory method, returning an OperationLaplace (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLaplaceEnhanced (base::Grid &grid, sgpp::base::DataVector &coef)
 Factory method, returning an OperationLaplace (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLaplaceExplicit (base::Grid &grid)
 Factory method, returning an OperationLaplaceExplicit (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLaplaceExplicit (base::DataMatrix *m, base::Grid &grid)
 Factory method, returning an OperationLaplaceExplicit (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLTwoDotExplicit (base::Grid &grid)
 Factory method, returning an OperationLTwoDotExplicit (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLTwoDotExplicit (base::DataMatrix *m, base::Grid &grid)
 Factory method, returning an OperationLTwoDotExplicit (OperationMatrix) for the grid at hand. More...
 
base::OperationMatrix * sgpp::op_factory::createOperationLTwoDotProduct (base::Grid &grid)
 Factory method, returning an OperationLTwoDotProduct (OperationMatrix) for the grid at hand. More...