Definition of the LinearElastic class for finite element mechanics computations.
More...
#include <optional>
#include <type_traits>
#include <dune/geometry/quadraturerules.hh>
#include <dune/localfefunctions/expressions/linearStrainsExpr.hh>
#include <dune/localfefunctions/impl/standardLocalFunction.hh>
#include <ikarus/finiteelements/fehelper.hh>
#include <ikarus/finiteelements/ferequirements.hh>
#include <ikarus/finiteelements/feresulttypes.hh>
#include <ikarus/finiteelements/mechanics/materials.hh>
#include <ikarus/finiteelements/physicshelper.hh>
Go to the source code of this file.
|
template<typename MAT > |
auto | Ikarus::linearElastic (const MAT &mat) |
| A helper function to create a linear elastic pre finite element. More...
|
|