KerMor  0.9
Model order reduction for nonlinear dynamical systems and nonlinear approximation
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
StructureElement.m
Go to the documentation of this file.
1 namespace models{
2 namespace beam{
3 
4 
5 /* (Autoinserted by mtoc++)
6  * This source code has been filtered by the mtoc++ executable,
7  * which generates code that can be processed by the doxygen documentation tool.
8  *
9  * On the other hand, it can neither be interpreted by MATLAB, nor can it be compiled with a C++ compiler.
10  * Except for the comments, the function bodies of your M-file functions are untouched.
11  * Consequently, the FILTER_SOURCE_FILES doxygen switch (default in our Doxyfile.template) will produce
12  * attached source files that are highly readable by humans.
13  *
14  * Additionally, links in the doxygen generated documentation to the source code of functions and class members refer to
15  * the correct locations in the source code browser.
16  * However, the line numbers most likely do not correspond to the line numbers in the original MATLAB source files.
17  */
18 
20  :public handle {
39  public:
40 
63  public:
64 
65 
91  T;
102  c;
114  protected:
115 
116  TG;
129  public:
130 
131  StructureElement(models.BaseFullModel model,material,pointsidx) {
132  this.Model= model;
133  this.PointsIdx= pointsidx;
134  this.Material= material;
135  }
136 
137 
138  public: /* ( Abstract ) */
139 
140  virtual function [M , K , f , K , R , U_pot , globIdx ] = getGlobalIndices(gravity,this,u,this) = 0;
141 
142 
143 
144 };
145 }
146 }
147 
148 
Model
The model that contains the structure element.
TG
c_theta = []; kappa = []; alphaA = []; The global transformation matrix (?)
virtual function [ M , K , f , K , R , U_pot , globIdx ] = getGlobalIndices(gravity, this, u, this)
The base class for any KerMor detailed model.
Definition: BaseFullModel.m:18
PointsIdx
Punkt-Index-Array.
Matlab's base handle class (documentation generation substitute)
Length
Indizes (lokal pro Knoten) in die die lokalen Matrizen assembliert werden Konvention: Freiheitsgrade ...
c
Effektive Stoffkonstanten.
Material:
Definition: Material.m:19
StructureElement(models.BaseFullModel model, material, pointsidx)
T
Transformationsmatrix für das lokale Koordinatensystem.