Skip to content
Snippets Groups Projects
Commit 78f71964 authored by Sander, Oliver's avatar Sander, Oliver
Browse files

SimoFoxEnergy: Remove unused variable 'directorTangentSpaces'

parent 80cec1f1
No related branches found
No related tags found
1 merge request!182Cleanup of the Simo-Fox shell energy, etc
Pipeline #17478 failed
...@@ -139,9 +139,6 @@ namespace Dune::GFE ...@@ -139,9 +139,6 @@ namespace Dune::GFE
/** \brief Calculate the Green-Lagrange strain components */ /** \brief Calculate the Green-Lagrange strain components */
static Dune::FieldVector<RT, 8> calculateGreenLagrangianStrains(const KinematicVariables &kin); static Dune::FieldVector<RT, 8> calculateGreenLagrangianStrains(const KinematicVariables &kin);
/** \brief Save all tangent base matrices for all nodes in one place*/
Dune::BlockVector<Dune::FieldMatrix<field_type, 2, 3> > directorTangentSpaces;
/** \brief The shell thickness */ /** \brief The shell thickness */
double thickness_; double thickness_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment