#include "Fastor/Fastor.h"
#include "Marmot/MarmotFastorTensorBasics.h"
Go to the source code of this file.
|
template<typename T > |
T | Marmot::ContinuumMechanics::EnergyDensityFunctions::PenceGouPotentialA (const Tensor33t< T > &C, const double K, const double G) |
|
template<typename T > |
T | Marmot::ContinuumMechanics::EnergyDensityFunctions::PenceGouPotentialB (const Tensor33t< T > &C, const double K, const double G) |
|
template<typename T > |
T | Marmot::ContinuumMechanics::EnergyDensityFunctions::PenceGouPotentialC (const Tensor33t< T > &C, const double K, const double G) |
|
template<typename T > |
std::tuple< T, Tensor33t< T > > | Marmot::ContinuumMechanics::EnergyDensityFunctions::FirstOrderDerived::PenceGouPotentialB (const Tensor33t< T > &C, const double K, const double G) |
|
template<typename T > |
std::tuple< T, Tensor33t< T >, Tensor3333t< T > > | Marmot::ContinuumMechanics::EnergyDensityFunctions::SecondOrderDerived::PenceGouPotentialB (const Tensor33t< T > &C, const double K, const double G) |
|