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
ScalarDisplacementGradient.hpp File Reference
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionlessScalar.hpp"

Go to the source code of this file.

Classes

class  PhQ::ScalarDisplacementGradient< NumericType >
 Scalar component or resultant of a three-dimensional Euclidean displacement gradient dyadic tensor. For the related tensor, see PhQ::DisplacementGradient. The time rate of change of a scalar displacement gradient is a scalar velocity gradient; see PhQ::ScalarVelocityGradient, 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 ScalarDisplacementGradient< NumericType > &left, const ScalarDisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const ScalarDisplacementGradient< NumericType > &left, const ScalarDisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const ScalarDisplacementGradient< NumericType > &left, const ScalarDisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const ScalarDisplacementGradient< NumericType > &left, const ScalarDisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const ScalarDisplacementGradient< NumericType > &left, const ScalarDisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const ScalarDisplacementGradient< NumericType > &left, const ScalarDisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const ScalarDisplacementGradient< NumericType > &scalar_displacement_gradient)
 
template<typename NumericType >
constexpr ScalarDisplacementGradient< NumericType > PhQ::operator* (const NumericType number, const ScalarDisplacementGradient< NumericType > &scalar_displacement_gradient)