SG++-Doxygen-Documentation
|
Implementation of sweep operator (): 1D Up for Bilinearform \(\int_{x} \phi(x) \phi(x) dx\). More...
#include <PhiPhiUpBBLinearStretched.hpp>
Public Member Functions | |
virtual void | operator() (sgpp::base::DataVector &source, sgpp::base::DataVector &result, grid_iterator &index, size_t dim) |
This operations performs the calculation of up in the direction of dimension dim on a grid with fix Dirichlet 0 boundary conditions. More... | |
PhiPhiUpBBLinearStretched (sgpp::base::GridStorage *storage) | |
Constructor. More... | |
virtual | ~PhiPhiUpBBLinearStretched () |
Destructor. More... | |
Protected Types | |
typedef sgpp::base::GridStorage::grid_iterator | grid_iterator |
Protected Member Functions | |
void | rec (sgpp::base::DataVector &source, sgpp::base::DataVector &result, grid_iterator &index, size_t dim, double &fl, double &fr) |
recursive function for the calculation of Up without bounding Box support More... | |
Protected Attributes | |
sgpp::base::GridStorage * | storage |
Pointer to sgpp::base::GridStorage object. More... | |
sgpp::base::Stretching * | stretching |
Pointer to the sgpp::base::Stretching Object. More... | |
Implementation of sweep operator (): 1D Up for Bilinearform \(\int_{x} \phi(x) \phi(x) dx\).
|
protected |
|
explicit |
Constructor.
storage | the grid's sgpp::base::GridStorage object |
|
virtual |
Destructor.
|
virtual |
This operations performs the calculation of up in the direction of dimension dim on a grid with fix Dirichlet 0 boundary conditions.
source | sgpp::base::DataVector that contains the gridpoint's coefficients (values from the vector of the laplace operation) |
result | sgpp::base::DataVector that contains the result of the up operation |
index | a iterator object of the grid |
dim | current fixed dimension of the 'execution direction' |
Reimplemented in sgpp::pde::PhiPhiUpBBLinearStretchedBoundary.
References rec().
|
protected |
recursive function for the calculation of Up without bounding Box support
source | sgpp::base::DataVector that contains the coefficients of the ansatzfunction |
result | sgpp::base::DataVector in which the result of the operation is stored |
index | reference to a griditerator object that is used navigate through the grid |
dim | the dimension in which the operation is executed |
fl | function value on the left boundary, reference parameter |
fr | function value on the right boundary, reference parameter |
References sgpp::base::HashGridIterator::get(), sgpp::base::Stretching::getAdjacentPositions(), sgpp::base::HashGridIterator::hint(), sgpp::base::HashGridStorage::isInvalidSequenceNumber(), sgpp::base::HashGridIterator::leftChild(), sgpp::base::HashGridIterator::seq(), sgpp::base::HashGridIterator::stepRight(), storage, stretching, and sgpp::base::HashGridIterator::up().
Referenced by sgpp::pde::PhiPhiUpBBLinearStretchedBoundary::operator()(), and operator()().
|
protected |
Pointer to sgpp::base::GridStorage object.
Referenced by sgpp::pde::PhiPhiUpBBLinearStretchedBoundary::operator()(), and rec().
|
protected |
Pointer to the sgpp::base::Stretching Object.
Referenced by sgpp::pde::PhiPhiUpBBLinearStretchedBoundary::operator()(), and rec().