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
d6345e0b
Commit
d6345e0b
authored
Jun 22, 2011
by
Thomas Witkowski
Browse files
Set COARSE_INTERPOL to be standard coarsening operation.
parent
50f57133
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/DOFVector.hh
View file @
d6345e0b
...
...
@@ -98,7 +98,7 @@ namespace AMDiS {
template
<
typename
T
>
DOFVector
<
T
>::
DOFVector
(
const
FiniteElemSpace
*
f
,
std
::
string
n
)
:
DOFVectorBase
<
T
>
(
f
,
n
),
coarsenOperation
(
NO_OPERATION
)
coarsenOperation
(
COARSE_INTERPOL
)
{
vec
.
resize
(
0
);
init
(
f
,
n
);
...
...
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