Skip to content
GitLab
Menu
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
0c20d39e
Commit
0c20d39e
authored
Oct 01, 2008
by
Thomas Witkowski
Browse files
* Ehm, hab ich vergessen was ich gaendert habe
parent
878c6c03
Changes
2
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/DOFVector.cc
View file @
0c20d39e
...
...
@@ -8,7 +8,7 @@ namespace AMDiS {
template
<
>
void
DOFVector
<
double
>::
coarseRestrict
(
RCNeighbourList
&
list
,
int
n
)
{
switch
(
coarsenOperation
)
{
switch
(
coarsenOperation
)
{
case
NO_OPERATION
:
return
;
break
;
...
...
AMDiS/src/SystemVector.h
View file @
0c20d39e
...
...
@@ -245,6 +245,13 @@ namespace AMDiS {
}
}
inline
void
setCoarsenOperation
(
CoarsenOperation
op
)
{
for
(
int
i
=
0
;
i
<
static_cast
<
int
>
(
vectors
.
getSize
());
i
++
)
{
vectors
[
i
]
->
setCoarsenOperation
(
op
);
}
}
/** \brief
* Sets all entries in all vectors to value.
*/
...
...
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