Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
Classes | Namespaces | Functions
Strain.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionlessSymmetricDyad.hpp"
#include "ScalarStrain.hpp"
#include "SymmetricDyad.hpp"

Go to the source code of this file.

Classes

class  PhQ::Strain< NumericType >
 Three-dimensional Euclidean strain symmetric dyadic tensor. Contains six components in Cartesian coordinates: xx, xy = yx, xz = zx, yy, yz = zy, and zz. For the scalar components or resultants of a strain tensor, see PhQ::ScalarStrain. For the time rate of change of strain, see PhQ::StrainRate, PhQ::Time, and PhQ::Frequency. More...
 

Namespaces

 PhQ
 Namespace that encompasses all of the Physical Quantities library's content.
 

Functions

template<typename NumericType >
constexpr bool PhQ::operator== (const Strain< NumericType > &left, const Strain< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const Strain< NumericType > &left, const Strain< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const Strain< NumericType > &left, const Strain< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const Strain< NumericType > &left, const Strain< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const Strain< NumericType > &left, const Strain< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const Strain< NumericType > &left, const Strain< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const Strain< NumericType > &strain)
 
template<typename NumericType >
constexpr Strain< NumericType > PhQ::operator* (const NumericType number, const Strain< NumericType > &strain)