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
48ff694c
Commit
48ff694c
authored
Oct 26, 2018
by
Andreas Zilian
Browse files
Make norm function a revered quadratic.
parent
bb1ab7e2
Changes
1
Hide whitespace changes
Inline
Side-by-side
examples/statics/slabs/example_static_membr2f.m
View file @
48ff694c
...
...
@@ -13,7 +13,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
);
% helpful parameters (problem specific)
d
=
1.0
;
n
=
8
;
% d: commom geometrical factor; n = number of grid nodes per d
% create all geo points
...
...
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