MoCSI API Reference
Loading...
Searching...
No Matches
Public Attributes | List of all members
ElementProperties< T > Struct Template Reference

Struct carrying the element properties that are needed to create the different element types. Will be expanded when new element types and higher dimensions are added. More...

#include <GenericElement.h>

Collaboration diagram for ElementProperties< T >:
Collaboration graph

Public Attributes

T element_length {}
 
T element_area {}
 

Detailed Description

template<typename T>
struct ElementProperties< T >

Struct carrying the element properties that are needed to create the different element types. Will be expanded when new element types and higher dimensions are added.

Member Data Documentation

◆ element_area

template<typename T >
T ElementProperties< T >::element_area {}

◆ element_length

template<typename T >
T ElementProperties< T >::element_length {}

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