Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-common
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
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
Timo Koch
dune-common
Commits
4be7fcdd
Commit
4be7fcdd
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
don't instantiate method entity<1>() entity<2>(), as they are not implemented
[[Imported from SVN: r4135]]
parent
f52e4479
Branches
Branches containing commit
Tags
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/uggrid/uggridentity.cc
+4
-0
4 additions, 0 deletions
grid/uggrid/uggridentity.cc
with
4 additions
and
0 deletions
grid/uggrid/uggridentity.cc
+
4
−
0
View file @
4be7fcdd
...
...
@@ -382,8 +382,10 @@ template int Dune::UGGridEntity<0, 3, const Dune::UGGrid<3, 3> >::count<3>() con
template
Dune
::
Grid
<
2
,
2
,
double
,
Dune
::
UGGridFamily
<
2
,
2
>
>::
Codim
<
0
>::
EntityPointer
Dune
::
UGGridEntity
<
0
,
2
,
const
Dune
::
UGGrid
<
2
,
2
>
>::
entity
<
0
>
(
int
)
const
;
#if 0 // Codim 1 EntityPointers not implemented yet
template Dune::Grid<2, 2, double, Dune::UGGridFamily<2, 2> >::Codim<1>::EntityPointer
Dune::UGGridEntity<0, 2, const Dune::UGGrid<2, 2> >::entity<1>(int) const;
#endif
template
Dune
::
Grid
<
2
,
2
,
double
,
Dune
::
UGGridFamily
<
2
,
2
>
>::
Codim
<
2
>::
EntityPointer
Dune
::
UGGridEntity
<
0
,
2
,
const
Dune
::
UGGrid
<
2
,
2
>
>::
entity
<
2
>
(
int
)
const
;
...
...
@@ -392,11 +394,13 @@ Dune::UGGridEntity<0, 2, const Dune::UGGrid<2, 2> >::entity<2>(int) const;
template
Dune
::
Grid
<
3
,
3
,
double
,
Dune
::
UGGridFamily
<
3
,
3
>
>::
Codim
<
0
>::
EntityPointer
Dune
::
UGGridEntity
<
0
,
3
,
const
Dune
::
UGGrid
<
3
,
3
>
>::
entity
<
0
>
(
int
)
const
;
#if 0 // Codim 1 and 2 EntityPointers not implemented yet
template Dune::Grid<3, 3, double, Dune::UGGridFamily<3, 3> >::Codim<1>::EntityPointer
Dune::UGGridEntity<0, 3, const Dune::UGGrid<3, 3> >::entity<1>(int) const;
template Dune::Grid<3, 3, double, Dune::UGGridFamily<3, 3> >::Codim<2>::EntityPointer
Dune::UGGridEntity<0, 3, const Dune::UGGrid<3, 3> >::entity<2>(int) const;
#endif
template
Dune
::
Grid
<
3
,
3
,
double
,
Dune
::
UGGridFamily
<
3
,
3
>
>::
Codim
<
3
>::
EntityPointer
Dune
::
UGGridEntity
<
0
,
3
,
const
Dune
::
UGGrid
<
3
,
3
>
>::
entity
<
3
>
(
int
)
const
;
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