Definition of the KirchhoffLoveShell class for Kirchhoff-Love shell elements in Ikarus. More...
#include <dune/geometry/quadraturerules.hh>
#include <dune/localfefunctions/cachedlocalBasis/cachedlocalBasis.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/loads.hh>
#include <ikarus/finiteelements/mechanics/membranestrains.hh>
#include <ikarus/finiteelements/physicshelper.hh>
#include <ikarus/utils/linearalgebrahelper.hh>
Go to the source code of this file.
Classes | |
struct | Ikarus::KirchhoffLoveShellPre |
A PreFE struct for Kirchhoff-Love shell elements. More... | |
class | Ikarus::KirchhoffLoveShell< PreFE, FE > |
Kirchhoff-Love shell finite element class. More... | |
struct | Ikarus::KirchhoffLoveShell< PreFE, FE >::KinematicVariables< ST > |
A structure representing kinematic variables. More... | |
struct | Ikarus::KlArgs |
A struct containing information about the Youngs Modulus, Poisson's ratio and the thickness for the Kirchhoff-Love shell element. More... | |
Namespaces | |
namespace | Ikarus |
Functions | |
auto | Ikarus::kirchhoffLoveShell (const KlArgs &args) |
A helper function to create a Kirchhoff-Love shell pre finite element. More... | |