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
5ed343eb
Commit
5ed343eb
authored
May 03, 2019
by
Andreas Zilian
Browse files
Correct default time integration spelling.
parent
8b619052
Changes
1
Hide whitespace changes
Inline
Side-by-side
+mafe/FeAnalysisDynamicTD.m
View file @
5ed343eb
...
...
@@ -20,7 +20,7 @@ classdef FeAnalysisDynamicTD < mafe.FeAnalysis
tn
=
0.
;
% time instant at t_{n}
dt
=
1.
;
% time step size
scheme
=
mafe
.
TimeIntegrationType
.
CrankNic
h
olson
;
% default scheme
scheme
=
mafe
.
TimeIntegrationType
.
CrankNicolson
;
% default scheme
params
;
% parameter set of the time integration scheme
tfuns
=
[
mafe
.
TimeFunction
.
Static
];
% vector of time functions used
...
...
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