MarmotElementProperty.h
Go to the documentation of this file.
1 /* ---------------------------------------------------------------------
2  * _
3  * _ __ ___ __ _ _ __ _ __ ___ ___ | |_
4  * | '_ ` _ \ / _` | '__| '_ ` _ \ / _ \| __|
5  * | | | | | | (_| | | | | | | | | (_) | |_
6  * |_| |_| |_|\__,_|_| |_| |_| |_|\___/ \__|
7  *
8  * Unit of Strength of Materials and Structural Analysis
9  * University of Innsbruck,
10  * 2020 - today
11  *
12  * festigkeitslehre@uibk.ac.at
13  *
14  * Matthias Neuner matthias.neuner@uibk.ac.at
15  * Magdalena Schreter magdalena.schreter@uibk.ac.at
16  *
17  * This file is part of the MAteRialMOdellingToolbox (marmot).
18  *
19  * This library is free software; you can redistribute it and/or
20  * modify it under the terms of the GNU Lesser General Public
21  * License as published by the Free Software Foundation; either
22  * version 2.1 of the License, or (at your option) any later version.
23  *
24  * The full text of the license can be found in the file LICENSE.md at
25  * the top level directory of marmot.
26  * ---------------------------------------------------------------------
27  */
28 #pragma once
29 
31 public:
33  const double* materialProperties;
35 
40 };
41 
43 public:
44  const double* elementProperties;
46 
49 };
ElementProperties
Definition: MarmotElementProperty.h:42
MarmotMaterialSection::MarmotMaterialSection
MarmotMaterialSection(int materialCode, const double *materialProperties, int nMaterialProperties)
Definition: MarmotElementProperty.h:36
MarmotMaterialSection::nMaterialProperties
int nMaterialProperties
Definition: MarmotElementProperty.h:34
ElementProperties::elementProperties
const double * elementProperties
Definition: MarmotElementProperty.h:44
MarmotMaterialSection::materialProperties
const double * materialProperties
Definition: MarmotElementProperty.h:33
ElementProperties::nElementProperties
int nElementProperties
Definition: MarmotElementProperty.h:45
ElementProperties::ElementProperties
ElementProperties(const double *elementProperties, int nElementProperties)
Definition: MarmotElementProperty.h:47
MarmotMaterialSection::materialCode
int materialCode
Definition: MarmotElementProperty.h:32
MarmotMaterialSection
Definition: MarmotElementProperty.h:30