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
5886dc77
Commit
5886dc77
authored
May 30, 2019
by
Andreas Zilian
Browse files
Correct tabs.
parent
fa6aff98
Changes
1
Hide whitespace changes
Inline
Side-by-side
+mafe/RheoKelvinVoigt1D.m
View file @
5886dc77
...
...
@@ -27,7 +27,7 @@ classdef RheoKelvinVoigt1D < mafe.Element
end
%% provide element index vector of dof
function
idx
=
getDofSysIndices
(
self
)
dtype
=
find
(
[
self
.
node
.
dof
]
==
self
.
tdof
);
dtype
=
find
(
[
self
.
node
.
dof
]
==
self
.
tdof
);
ndidx
=
[
self
.
node
.
idx
];
idx
=
[
ndidx
(
dtype
(
1
)),
ndidx
(
dtype
(
2
))
];
end
...
...
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