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
Backofen, Rainer
amdis
Commits
204012be
Commit
204012be
authored
Dec 12, 2011
by
Thomas Witkowski
Browse files
create new FE space (INIT_FE_SPACE) but adopt mesh from some problem (INIT_MESH)
parent
fe84b92a
Changes
1
Hide whitespace changes
Inline
Side-by-side
AMDiS/src/ProblemStat.cc
View file @
204012be
...
...
@@ -76,11 +76,6 @@ namespace AMDiS {
for
(
int
i
=
adoptProblem
->
getNumComponents
();
i
<
nComponents
;
i
++
)
componentMeshes
[
i
]
=
componentMeshes
[
0
];
}
// If the problem adopts the mesh but creates an own FE space.
if
(
initFlag
.
isSet
(
INIT_FE_SPACE
))
{
}
}
}
...
...
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