Physical Quantities  v1.0.0
C++ library of physical quantities, physical models, and units of measure for scientific computing. https://github.com/acodcha/phq
PhQ::DisplacementGradient< NumericType > Member List

This is the complete list of members for PhQ::DisplacementGradient< NumericType >, including all inherited members.

DimensionlessDyad()=defaultPhQ::DimensionlessDyad< double >protected
DimensionlessDyad(const double xx, const double xy, const double xz, const double yx, const double yy, const double yz, const double zx, const double zy, const double zz)PhQ::DimensionlessDyad< double >inlineprotected
DimensionlessDyad(const std::array< double, 9 > &xx_xy_xz_yx_yy_yz_zx_zy_zz)PhQ::DimensionlessDyad< double >inlineexplicitprotected
DimensionlessDyad(const PhQ::Dyad< double > &value)PhQ::DimensionlessDyad< double >inlineexplicitprotected
DimensionlessDyad(const DimensionlessDyad< double > &other)=defaultPhQ::DimensionlessDyad< double >protected
DimensionlessDyad(const DimensionlessDyad< OtherNumericType > &other)PhQ::DimensionlessDyad< double >inlineexplicitprotected
DimensionlessDyad(DimensionlessDyad< double > &&other) noexcept=defaultPhQ::DimensionlessDyad< double >protected
Dimensions()PhQ::DimensionlessDyad< double >inlinestatic
DisplacementGradient()=defaultPhQ::DisplacementGradient< NumericType >
DisplacementGradient(const NumericType xx, const NumericType xy, const NumericType xz, const NumericType yx, const NumericType yy, const NumericType yz, const NumericType zx, const NumericType zy, const NumericType zz)PhQ::DisplacementGradient< NumericType >inline
DisplacementGradient(const std::array< NumericType, 9 > &xx_xy_xz_yx_yy_yz_zx_zy_zz)PhQ::DisplacementGradient< NumericType >inlineexplicit
DisplacementGradient(const Dyad< NumericType > &value)PhQ::DisplacementGradient< NumericType >inlineexplicit
DisplacementGradient(const VelocityGradient< NumericType > &velocity_gradient, const Time< NumericType > &time)PhQ::DisplacementGradient< NumericType >inline
DisplacementGradient(const VelocityGradient< NumericType > &velocity_gradient, const Frequency< NumericType > &frequency)PhQ::DisplacementGradient< NumericType >inline
DisplacementGradient(const DisplacementGradient< NumericType > &other)=defaultPhQ::DisplacementGradient< NumericType >
DisplacementGradient(const DisplacementGradient< OtherNumericType > &other)PhQ::DisplacementGradient< NumericType >inlineexplicit
DisplacementGradient(DisplacementGradient< NumericType > &&other) noexcept=defaultPhQ::DisplacementGradient< NumericType >
JSON() constPhQ::DimensionlessDyad< double >inline
MutableValue() noexceptPhQ::DimensionlessDyad< double >inline
operator*(const NumericType number) constPhQ::DisplacementGradient< NumericType >inline
operator*(const Frequency< NumericType > &frequency) constPhQ::DisplacementGradient< NumericType >inline
operator*=(const NumericType number) noexceptPhQ::DisplacementGradient< NumericType >inline
operator+(const DisplacementGradient< NumericType > &displacement_gradient) constPhQ::DisplacementGradient< NumericType >inline
operator+=(const DisplacementGradient< NumericType > &displacement_gradient) noexceptPhQ::DisplacementGradient< NumericType >inline
operator-(const DisplacementGradient< NumericType > &displacement_gradient) constPhQ::DisplacementGradient< NumericType >inline
operator-=(const DisplacementGradient< NumericType > &displacement_gradient) noexceptPhQ::DisplacementGradient< NumericType >inline
operator/(const NumericType number) constPhQ::DisplacementGradient< NumericType >inline
operator/(const Time< NumericType > &time) constPhQ::DisplacementGradient< NumericType >inline
operator/=(const NumericType number) noexceptPhQ::DisplacementGradient< NumericType >inline
operator=(const DisplacementGradient< NumericType > &other)=defaultPhQ::DisplacementGradient< NumericType >
operator=(const DisplacementGradient< OtherNumericType > &other)PhQ::DisplacementGradient< NumericType >inline
operator=(DisplacementGradient< NumericType > &&other) noexcept=defaultPhQ::DisplacementGradient< NumericType >
DimensionlessDyad< double >::operator=(const DimensionlessDyad< double > &other)=defaultPhQ::DimensionlessDyad< double >protected
DimensionlessDyad< double >::operator=(const DimensionlessDyad< OtherNumericType > &other)PhQ::DimensionlessDyad< double >inlineprotected
DimensionlessDyad< double >::operator=(DimensionlessDyad< double > &&other) noexcept=defaultPhQ::DimensionlessDyad< double >protected
Print() constPhQ::DimensionlessDyad< double >inline
SetValue(const PhQ::Dyad< double > &value) noexceptPhQ::DimensionlessDyad< double >inline
Strain() constPhQ::DisplacementGradient< NumericType >inline
valuePhQ::DimensionlessDyad< double >protected
Value() const noexceptPhQ::DimensionlessDyad< double >inline
XML() constPhQ::DimensionlessDyad< double >inline
xx() const noexceptPhQ::DisplacementGradient< NumericType >inline
xy() const noexceptPhQ::DisplacementGradient< NumericType >inline
xz() const noexceptPhQ::DisplacementGradient< NumericType >inline
YAML() constPhQ::DimensionlessDyad< double >inline
yx() const noexceptPhQ::DisplacementGradient< NumericType >inline
yy() const noexceptPhQ::DisplacementGradient< NumericType >inline
yz() const noexceptPhQ::DisplacementGradient< NumericType >inline
Zero()PhQ::DisplacementGradient< NumericType >inlinestatic
zx() const noexceptPhQ::DisplacementGradient< NumericType >inline
zy() const noexceptPhQ::DisplacementGradient< NumericType >inline
zz() const noexceptPhQ::DisplacementGradient< NumericType >inline
~DimensionlessDyad() noexcept=defaultPhQ::DimensionlessDyad< double >protected
~DisplacementGradient() noexcept=defaultPhQ::DisplacementGradient< NumericType >