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
f9bee36d
Commit
f9bee36d
authored
Oct 22, 2018
by
Praetorius, Simon
Browse files
added EntitySet as public type in DiscreteFunction
parent
3338c982
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/amdis/gridfunctions/DiscreteFunction.hpp
View file @
f9bee36d
...
...
@@ -36,9 +36,11 @@ namespace AMDiS
using
NodeToRangeEntry
=
Dune
::
Functions
::
DefaultNodeToRangeMap
<
SubTree
>
;
using
GridView
=
typename
GlobalBasis
::
GridView
;
using
EntitySet
=
Dune
::
Functions
::
GridViewEntitySet
<
GridView
,
0
>
;
public:
/// Set of entities the DiscreteFunction is defined on
using
EntitySet
=
Dune
::
Functions
::
GridViewEntitySet
<
GridView
,
0
>
;
/// Global coordinates of the EntitySet
using
Domain
=
typename
EntitySet
::
GlobalCoordinate
;
...
...
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