Skip to content
Snippets Groups Projects

[vtk][elastic] load solution for elasticity

Closed Bernd Flemisch requested to merge feature/restart-elastic into master
1 unresolved thread
Files
4
@@ -61,6 +61,12 @@ struct ElasticModelTraits
//! Energy balance not yet implemented
static constexpr bool enableEnergyBalance() { return false; }
template <class FluidSystem = void, class SolidSystem = void>
static std::string primaryVariableName(int pvIdx = 0, int state = 0)
{
return "u";
}
};
/*!
Loading