Concept to check if the underlying function is a volumetric function.
More...
#include <ikarus/finiteelements/mechanics/materials/hyperelastic/concepts.hh>
template<typename VF>
{ vf.storedEnergyImpl(j) } -> std::same_as<double>;
{ vf.firstDerivativeImpl(j) } -> std::same_as<double>;
{ vf.secondDerivativeImpl(j) } -> std::same_as<double>;
{ vf.name() } -> std::convertible_to<std::string>;
}
Concept to check if the underlying function is a volumetric function.
Definition: finiteelements/mechanics/materials/hyperelastic/concepts.hh:53
- Template Parameters
-
Type | of the volumetric function. |