version 0.4.1
Ikarus::LinearElasticPre< MAT > Struct Template Reference

A PreFE struct for linear elastic elements. More...

#include <ikarus/finiteelements/mechanics/linearelastic.hh>

Public Types

using Material = MAT
 
template<typename PreFE , typename FE >
using Skill = LinearElastic< PreFE, FE, LinearElasticPre >
 

Public Attributes

MAT material
 

Detailed Description

template<Concepts::GeometricallyLinearMaterial MAT>
struct Ikarus::LinearElasticPre< MAT >
Template Parameters
MATType of the material.

Member Typedef Documentation

◆ Material

template<Concepts::GeometricallyLinearMaterial MAT>
using Ikarus::LinearElasticPre< MAT >::Material = MAT

◆ Skill

template<Concepts::GeometricallyLinearMaterial MAT>
template<typename PreFE , typename FE >
using Ikarus::LinearElasticPre< MAT >::Skill = LinearElastic<PreFE, FE, LinearElasticPre>

Member Data Documentation

◆ material

template<Concepts::GeometricallyLinearMaterial MAT>
MAT Ikarus::LinearElasticPre< MAT >::material

The documentation for this struct was generated from the following file: