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
amdis
amdis-core
Commits
ebd19296
Commit
ebd19296
authored
May 23, 2018
by
Müller, Felix
Browse files
Compatibility fixes
parent
400aead8
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/ProblemStat.hpp
View file @
ebd19296
...
@@ -243,13 +243,13 @@ namespace AMDiS
...
@@ -243,13 +243,13 @@ namespace AMDiS
createFileWriter
();
createFileWriter
();
}
}
/*
/// Return the gridView of the leaf-level
/// Return the gridView of the leaf-level
auto
leafGridView
()
{
return
grid
->
leafGridView
();
}
auto
leafGridView
()
{
return
grid
->
leafGridView
();
}
/// Return the gridView of levle `level`
/// Return the gridView of levle `level`
auto
levelGridView
(
int
level
)
{
return
grid
->
levelGridView
(
level
);
}
auto
levelGridView
(
int
level
)
{
return
grid
->
levelGridView
(
level
);
}
*/
/// Return the \ref feSpaces
/// Return the \ref feSpaces
std
::
shared_ptr
<
GlobalBasis
>
const
&
getGlobalBasis
()
{
return
globalBasis
;
}
std
::
shared_ptr
<
GlobalBasis
>
const
&
getGlobalBasis
()
{
return
globalBasis
;
}
...
...
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