Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
edu
mafe
Commits
9f1d9cb9
Commit
9f1d9cb9
authored
May 12, 2020
by
Andreas Zilian
Browse files
Fix intendation.
parent
95a1e12a
Changes
1
Hide whitespace changes
Inline
Side-by-side
+mafe/Member2D.m
View file @
9f1d9cb9
...
...
@@ -52,15 +52,15 @@ classdef Member2D < mafe.Li2Element2D
EI
=
self
.
sect
.
E
*
self
.
sect
.
Iy
;
% local element matrix
h1
=
2
*
EI
/
L
;
h2
=
6
*
EI
/
L
^
2
;
h3
=
12
*
EI
/
L
^
3
;
h2
=
6
*
EI
/
L
^
2
;
h3
=
12
*
EI
/
L
^
3
;
h4
=
EA
/
L
;
ele_mat_local
=
[
+
h4
,
0
,
0
,
-
h4
,
0
,
0
;
0
,
+
h3
,
+
h2
,
0
,
-
h3
,
+
h2
;
0
,
+
h2
,
2
*
h1
,
0
,
-
h2
,
+
h1
;
-
h4
,
0
,
0
,
+
h4
,
0
,
0
;
0
,
-
h3
,
-
h2
,
0
,
+
h3
,
-
h2
;
0
,
+
h2
,
+
h1
,
0
,
-
h2
,
2
*
h1
];
0
,
+
h3
,
+
h2
,
0
,
-
h3
,
+
h2
;
0
,
+
h2
,
2
*
h1
,
0
,
-
h2
,
+
h1
;
-
h4
,
0
,
0
,
+
h4
,
0
,
0
;
0
,
-
h3
,
-
h2
,
0
,
+
h3
,
-
h2
;
0
,
+
h2
,
+
h1
,
0
,
-
h2
,
2
*
h1
];
% global element matrix
ele_mat
=
T
'
*
(
ele_mat_local
)
*
T
;
end
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment