SG++-Doxygen-Documentation
sgpp::base::BoundingBox1D Struct Reference

struct that defines the boundaries for one specific dimension More...

#include <BoundingBox.hpp>

Public Member Functions

 BoundingBox1D ()
 Default constructor initializing leftBoundary = 0, rightBoundary = 1, and bDirichletLeft = bDirichletLeft = false. More...
 
 BoundingBox1D (double leftBoundary, double rightBoundary)
 Constructor initializing bDirichletLeft = bDirichletLeft = false. More...
 
 BoundingBox1D (double leftBoundary, double rightBoundary, bool bDirichletLeft, bool bDirichletRight)
 Constructor. More...
 

Public Attributes

bool bDirichletLeft
 whether to use Dirichlet boundaries on the left boundary More...
 
bool bDirichletRight
 whether to use Dirichlet boundaries on the right boundary More...
 
double leftBoundary
 left boundary More...
 
double rightBoundary
 right boundary More...
 

Detailed Description

struct that defines the boundaries for one specific dimension

Constructor & Destructor Documentation

◆ BoundingBox1D() [1/3]

sgpp::base::BoundingBox1D::BoundingBox1D ( )
inline

Default constructor initializing leftBoundary = 0, rightBoundary = 1, and bDirichletLeft = bDirichletLeft = false.

◆ BoundingBox1D() [2/3]

sgpp::base::BoundingBox1D::BoundingBox1D ( double  leftBoundary,
double  rightBoundary 
)
inline

Constructor initializing bDirichletLeft = bDirichletLeft = false.

Parameters
leftBoundaryleft boundary position
rightBoundaryright boundary position

◆ BoundingBox1D() [3/3]

sgpp::base::BoundingBox1D::BoundingBox1D ( double  leftBoundary,
double  rightBoundary,
bool  bDirichletLeft,
bool  bDirichletRight 
)
inline

Constructor.

Parameters
leftBoundaryleft boundary position
rightBoundaryright boundary position
bDirichletLeftwhether to use Dirichlet boundaries on the left boundary
bDirichletRightwhether to use Dirichlet boundaries on the right boundary

Member Data Documentation

◆ bDirichletLeft

bool sgpp::base::BoundingBox1D::bDirichletLeft

◆ bDirichletRight

bool sgpp::base::BoundingBox1D::bDirichletRight

◆ leftBoundary

◆ rightBoundary


The documentation for this struct was generated from the following file: