SG++-Doxygen-Documentation
Loading...
Searching...
No Matches
sgpp::base::Stretching1D Struct Reference

#include <Stretching.hpp>

Public Member Functions

 Stretching1D ()
 Default constructor initializing type = "id", x_0 = 0.0, and xsi = 1.0.
 
 Stretching1D (const std::string &type)
 Constructor initializing x_0 = 0.0, and xsi = 1.0.
 

Public Attributes

double lookup [LOOKUPSIZE][3]
 
std::string type
 
double x_0
 
double xsi
 

Constructor & Destructor Documentation

◆ Stretching1D() [1/2]

sgpp::base::Stretching1D::Stretching1D ( )
inline

Default constructor initializing type = "id", x_0 = 0.0, and xsi = 1.0.

◆ Stretching1D() [2/2]

sgpp::base::Stretching1D::Stretching1D ( const std::string &  type)
inlineexplicit

Constructor initializing x_0 = 0.0, and xsi = 1.0.

Member Data Documentation

◆ lookup

double sgpp::base::Stretching1D::lookup[LOOKUPSIZE][3]

◆ type

std::string sgpp::base::Stretching1D::type

◆ x_0

double sgpp::base::Stretching1D::x_0

◆ xsi

double sgpp::base::Stretching1D::xsi

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