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
9cab594e
Commit
9cab594e
authored
Oct 26, 2018
by
Andreas Zilian
Browse files
Correct spelling.
parent
069da34b
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/statics/slabs/example_static_membr2a.m
View file @
9cab594e
...
@@ -43,7 +43,7 @@ for ge = geo.getAllGridElems()
...
@@ -43,7 +43,7 @@ for ge = geo.getAllGridElems()
end
end
%% Definition of constraints in the system
%% Definition of constraints in the system
const
=
mafe
.
Constraint
.
empty
(
0
,
0
);
const
=
mafe
.
Constraint
.
empty
(
0
,
0
);
% bo
o
tom edge: fix in x2
% bo
t
tom edge: fix in x2
nn
=
nodes
(
[
gl1
.
getGridNodes
.
id
]
);
% get nodes on GeoLine 1 (bottom)
nn
=
nodes
(
[
gl1
.
getGridNodes
.
id
]
);
% get nodes on GeoLine 1 (bottom)
const
(
end
+
1
)
=
mafe
.
ConstraintNode
(
nn
,
mafe
.
DofType
.
Disp2
,
mafe
.
ConstraintType
.
Dirichlet
,
0.0
);
const
(
end
+
1
)
=
mafe
.
ConstraintNode
(
nn
,
mafe
.
DofType
.
Disp2
,
mafe
.
ConstraintType
.
Dirichlet
,
0.0
);
% left bottom corner node: fix in x1
% left bottom corner node: fix in x1
...
...
Write
Preview
Supports
Markdown
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