Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Aland, Sebastian
amdis
Commits
86fe284b
Commit
86fe284b
authored
Mar 27, 2009
by
Thomas Witkowski
Browse files
* small syntax error in parallelheat
parent
e53e8cf3
Changes
1
Hide whitespace changes
Inline
Side-by-side
demo/src/parallelheat.cc
View file @
86fe284b
...
...
@@ -55,7 +55,7 @@ public:
double
r2
=
(
x
*
x
);
double
ux
=
sin
(
M_PI
*
(
*
timePtr
))
*
exp
(
-
10.0
*
r2
);
double
ut
=
M_PI
*
cos
(
M_PI
*
(
*
timePtr
))
*
exp
(
-
10.0
*
r2
);
return
=
ut
-
(
400.0
*
r2
-
20.0
*
dim
)
*
ux
;
return
ut
-
(
400.0
*
r2
-
20.0
*
dim
)
*
ux
;
}
};
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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