Home
last modified time | relevance | path

Searched defs:VariableBoundsDescription (Results 1 – 2 of 2) sorted by relevance

/dports/science/tfel-edf/tfel-3.2.1/mfront/include/MFront/
H A DVariableBoundsDescription.hxx33 struct MFRONT_VISIBILITY_EXPORT VariableBoundsDescription struct
36 enum BoundsType{
58 BoundsType boundsType;
59 size_t lineNumber = 0u;
62 short component = -1;
63 long double lowerBound = std::numeric_limits<long double>::min();
64 long double upperBound = std::numeric_limits<long double>::max();
/dports/science/tfel/tfel-3.4.0/mfront/include/MFront/
H A DVariableBoundsDescription.hxx33 struct MFRONT_VISIBILITY_EXPORT VariableBoundsDescription struct
36 enum BoundsType{
58 BoundsType boundsType;
59 size_t lineNumber = 0u;
62 short component = -1;
63 long double lowerBound = std::numeric_limits<long double>::min();
64 long double upperBound = std::numeric_limits<long double>::max();