Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
A
amdis-core
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
External wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Releases
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
amdis
amdis-core
Commits
08a8e3ca
Commit
08a8e3ca
authored
5 years ago
by
Praetorius, Simon
Browse files
Options
Downloads
Patches
Plain Diff
remove LagrangePreBasis forward declaration
parent
56c073fc
No related branches found
Branches containing commit
No related tags found
Tags containing commit
1 merge request
!110
remove LagrangePreBasis forward declaration
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/amdis/functions/GlobalIdSet.hpp
+1
-4
1 addition, 4 deletions
src/amdis/functions/GlobalIdSet.hpp
with
1 addition
and
4 deletions
src/amdis/functions/GlobalIdSet.hpp
+
1
−
4
View file @
08a8e3ca
...
...
@@ -29,9 +29,6 @@ namespace Dune
template
<
class
MI
,
class
IMS
,
class
...
SPB
>
class
CompositePreBasis
;
template
<
class
GV
,
int
k
,
class
MI
>
class
LagrangePreBasis
;
template
<
class
MI
,
class
IMS
,
class
SPB
,
std
::
size_t
C
>
class
PowerPreBasis
;
...
...
@@ -50,7 +47,7 @@ namespace AMDiS
template
<
class
PreBasis
,
class
TP
>
class
NodeIdSet
;
/// \brief P
R
ovide global ids for all DOFs in a global basis
/// \brief P
r
ovide global ids for all DOFs in a global basis
/**
* A GlobalBasisIdSet provides and interface to retrieve unique IDs
* (over all partitions) for all DOFs in the basis. It is implemented
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment