Definition of the NonLinearElastic class for finite element mechanics computations.
More...
#include <dune/fufem/boundarypatch.hh>
#include <dune/geometry/quadraturerules.hh>
#include <dune/geometry/type.hh>
#include <dune/localfefunctions/cachedlocalBasis/cachedlocalBasis.hh>
#include <dune/localfefunctions/expressions/greenLagrangeStrains.hh>
#include <dune/localfefunctions/impl/standardLocalFunction.hh>
#include <dune/localfefunctions/manifolds/realTuple.hh>
#include <ikarus/finiteelements/febase.hh>
#include <ikarus/finiteelements/fehelper.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/finiteelements/mechanics/loads.hh>
#include <ikarus/finiteelements/mechanics/materials/tags.hh>
#include <ikarus/finiteelements/mechanics/strainenhancements/easfunctions.hh>
#include <ikarus/finiteelements/physicshelper.hh>
#include <ikarus/utils/defaultfunctions.hh>
#include <ikarus/utils/eigendunetransformations.hh>
#include <ikarus/utils/linearalgebrahelper.hh>
Go to the source code of this file.
|
template<Concepts::Material MAT> |
auto | Ikarus::nonLinearElastic (const MAT &mat) |
| A helper function to create a non-linear elastic pre finite element. More...
|
|