Home
last modified time | relevance | path

Searched refs:linearElastic (Results 1 – 2 of 2) sorted by relevance

/dports/math/gismo/gismo-21.12.0/extensions/gsElasticity/
H A DgsElasticityFunctions.h79 case material_law::hooke : linearElastic(u,result); return; in eval_into()
110 void linearElastic(const gsMatrix<T> & u, gsMatrix<T> & result) const;
H A DgsElasticityFunctions.hpp26 void gsCauchyStressFunction<T>::linearElastic(const gsMatrix<T> & u, gsMatrix<T> & result) const in linearElastic() function in gismo::gsCauchyStressFunction