A public container which includes all information provided by LevelSet. More...
Public Member Functions | |
LevelSetInfo () | |
LevelSetInfo (double, const std::array< double, 3 > &) | |
Public Attributes | |
std::array< double, 3 > | gradient |
double | value |
A public container which includes all information provided by LevelSet.
LevelSetInfo conatins the following information
Definition at line 59 of file levelSetCommon.hpp.
bitpit::LevelSetInfo::LevelSetInfo | ( | ) |
Default constructor
Definition at line 45 of file levelSetCommon.cpp.
bitpit::LevelSetInfo::LevelSetInfo | ( | double | v, |
const std::array< double, 3 > & | g ) |
Complete constructor
[in] | v | value of levelset function |
[in] | g | gradient of levelset function |
Definition at line 53 of file levelSetCommon.cpp.
std::array<double,3> bitpit::LevelSetInfo::gradient |
Levelset gradient
Definition at line 61 of file levelSetCommon.hpp.
double bitpit::LevelSetInfo::value |
Levelset value
Definition at line 60 of file levelSetCommon.hpp.