Go to the source code of this file.
|
| AMREX_FORCE_INLINE Set::Matrix | Set::reduce (const Set::Matrix3d &in) |
| |
| AMREX_FORCE_INLINE Set::Matrix3d | Set::expand (const Set::Matrix &in) |
| |
| AMREX_FORCE_INLINE Quaternion | Set::operator* (const Set::Scalar alpha, const Quaternion b) |
| |
| AMREX_FORCE_INLINE Quaternion | Set::operator* (const Quaternion b, const Set::Scalar alpha) |
| |
| AMREX_FORCE_INLINE Quaternion | Set::operator+ (const Quaternion a, const Quaternion b) |
| |
| AMREX_FORCE_INLINE Quaternion | Set::operator- (const Quaternion a, const Quaternion b) |
| |
| AMREX_FORCE_INLINE bool | Set::operator== (const Quaternion a, const Quaternion b) |
| |
| AMREX_FORCE_INLINE Vector | Set::Position (const int &i, const int &j, const int &k, const amrex::Geometry &geom, const amrex::IndexType &ixType) |
| |
| AMREX_FORCE_INLINE Vector | Set::Normal (AMREX_D_DECL(bool xmin, bool ymin, bool zmin), AMREX_D_DECL(bool xmax, bool ymax, bool zmax)) |
| |
| AMREX_FORCE_INLINE Vector | Set::Size (const amrex::Geometry &geom) |
| |
| AMREX_FORCE_INLINE Vector | Set::Volume (const int &i, const int &j, const int &k, const amrex::Geometry &geom, const amrex::IndexType &ixType) |
| |