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
iwr
amdis
Commits
c7d3fb99
Commit
c7d3fb99
authored
Nov 25, 2009
by
Thomas Witkowski
Browse files
Integration works.
parent
0f8ae68a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/DOFVector.hh
View file @
c7d3fb99
...
...
@@ -454,7 +454,7 @@ namespace AMDiS {
double
result
=
0.0
;
int
nPoints
=
quadFast
->
getNumPoints
();
std
::
vector
<
T
>
uh_vec
(
this
->
feSpace
->
getBasisFcts
()
->
getNumber
()
);
std
::
vector
<
T
>
uh_vec
(
nPoints
);
TraverseStack
stack
;
ElInfo
*
elInfo
=
stack
.
traverseFirst
(
mesh
,
-
1
,
...
...
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