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
DisplacementGradient.hpp File Reference
#include <array>
#include <cstddef>
#include <functional>
#include <ostream>
#include "DimensionlessDyad.hpp"
#include "Dyad.hpp"
#include "ScalarDisplacementGradient.hpp"
#include "Strain.hpp"

Go to the source code of this file.

Classes

class  PhQ::DisplacementGradient< NumericType >
 Three-dimensional Euclidean displacement gradient dyadic tensor. Gradient of the displacement vector. May be symmetric or asymmetric. Contains nine components in Cartesian coordinates: xx, xy, xz, yx, yy, yz, zx, zy, and zz. For the scalar components or resultants of a displacement gradient tensor, see PhQ::ScalarDisplacementGradient. The time rate of change of a displacement gradient is a velocity gradient; see PhQ::VelocityGradient, 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 DisplacementGradient< NumericType > &left, const DisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator!= (const DisplacementGradient< NumericType > &left, const DisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator< (const DisplacementGradient< NumericType > &left, const DisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator> (const DisplacementGradient< NumericType > &left, const DisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator<= (const DisplacementGradient< NumericType > &left, const DisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
constexpr bool PhQ::operator>= (const DisplacementGradient< NumericType > &left, const DisplacementGradient< NumericType > &right) noexcept
 
template<typename NumericType >
std::ostream & PhQ::operator<< (std::ostream &stream, const DisplacementGradient< NumericType > &displacement_gradient)
 
template<typename NumericType >
constexpr DisplacementGradient< NumericType > PhQ::operator* (const NumericType number, const DisplacementGradient< NumericType > &displacement_gradient)