|
omega_h
Reliable mesh adaptation
|
Public Member Functions | |
| OMEGA_H_INLINE | Int128 (std::int64_t h, std::uint64_t l) |
| OMEGA_H_INLINE | Int128 (std::int64_t value) |
| Int128 (Int128 const &rhs)=default | |
| Int128 & | operator= (const Int128 &)=default |
| double | to_double (double unit) const |
| void | print (std::ostream &o) const |
| std::string | to_string () |
Static Public Member Functions | |
| static OMEGA_H_INLINE Int128 | from_double (double value, double unit) |
Public Attributes | |
| std::int64_t | high |
| std::uint64_t | low |