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
bb1ab7e2
Commit
bb1ab7e2
authored
Oct 26, 2018
by
Andreas Zilian
Browse files
Make norm function quadratic.
parent
2af82cd7
Changes
1
Show whitespace changes
Inline
Side-by-side
examples/statics/slabs/example_static_membr2e.m
View file @
bb1ab7e2
...
...
@@ -12,7 +12,7 @@ s1.state = 'plane_stress';
% -----------------------------------------------------------MESH GENERATION---
%% Describe the goemetry of the problem for the mesh generator
% function that controls grid node distribution along geo lines
nf1
=
mgen
.
MgNormFunction
(
mgen
.
MgNormFunctionType
.
PowRev
,
[
0.0
,
1.0
]
);
nf1
=
mgen
.
MgNormFunction
(
mgen
.
MgNormFunctionType
.
QuadraticRev
);
% create all geo points
gp1
=
mgen
.
MgGeoPoint
(
[
0.0
,
0.0
]
);
gp2
=
mgen
.
MgGeoPoint
(
[
1.0
,
0.0
]
);
...
...
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