MeshKit
1.0
|
stores boundary element edge cut fraction More...
#include <EBMesher.hpp>
Public Member Functions | |
CutFraction () | |
CutFraction (int dir, const std::vector< double > &val) | |
void | add (int dir, const std::vector< double > &val) |
Public Attributes | |
std::vector< double > | fraction [3] |
stores boundary element edge cut fraction
Definition at line 25 of file EBMesher.hpp.
CutFraction | ( | ) | [inline] |
Definition at line 28 of file EBMesher.hpp.
CutFraction | ( | int | dir, |
const std::vector< double > & | val | ||
) | [inline] |
Definition at line 30 of file EBMesher.hpp.
void add | ( | int | dir, |
const std::vector< double > & | val | ||
) | [inline] |
Definition at line 34 of file EBMesher.hpp.
std::vector<double> fraction[3] |
Definition at line 26 of file EBMesher.hpp.