SG++-Doxygen-Documentation
sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtisBoundary Class Reference

Implements the standard L 2 scalar product on periodic grids. More...

#include <OperationMatrixLTwoDotPolyClenshawCurtisBoundary.hpp>

Inheritance diagram for sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtisBoundary:
sgpp::base::OperationMatrix

Public Member Functions

virtual void mult (sgpp::base::DataVector &alpha, sgpp::base::DataVector &result)
 Implementation of standard matrix multiplication. More...
 
 OperationMatrixLTwoDotPolyClenshawCurtisBoundary (sgpp::base::Grid *grid)
 Constructor. More...
 
virtual ~OperationMatrixLTwoDotPolyClenshawCurtisBoundary ()
 Destructor. More...
 
- Public Member Functions inherited from sgpp::base::OperationMatrix
 OperationMatrix ()
 Constructor. More...
 
virtual ~OperationMatrix ()
 Destructor. More...
 

Protected Attributes

sgpp::base::ClenshawCurtisTableclenshawCurtisTable
 
sgpp::base::Gridgrid
 

Detailed Description

Implements the standard L 2 scalar product on periodic grids.

Constructor & Destructor Documentation

◆ OperationMatrixLTwoDotPolyClenshawCurtisBoundary()

sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtisBoundary::OperationMatrixLTwoDotPolyClenshawCurtisBoundary ( sgpp::base::Grid grid)
explicit

Constructor.

Parameters
gridpointer to the sparse grid object

References grid, and ~OperationMatrixLTwoDotPolyClenshawCurtisBoundary().

◆ ~OperationMatrixLTwoDotPolyClenshawCurtisBoundary()

sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtisBoundary::~OperationMatrixLTwoDotPolyClenshawCurtisBoundary ( )
virtual

Member Function Documentation

◆ mult()

Member Data Documentation

◆ clenshawCurtisTable

sgpp::base::ClenshawCurtisTable& sgpp::pde::OperationMatrixLTwoDotPolyClenshawCurtisBoundary::clenshawCurtisTable
protected

Referenced by mult().

◆ grid


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