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
4af4096d
Commit
4af4096d
authored
19 years ago
by
Peter Bastian
Browse files
Options
Downloads
Patches
Plain Diff
definition of border and front no conforms to the theory paper.
[[Imported from SVN: r2151]]
parent
9c826272
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grid/yaspgrid.hh
+19
-10
19 additions, 10 deletions
grid/yaspgrid.hh
with
19 additions
and
10 deletions
grid/yaspgrid.hh
+
19
−
10
View file @
4af4096d
...
...
@@ -1701,10 +1701,29 @@ namespace Dune {
return
grid
.
template
getRealEntity
<
0
>(
e
).
template
subCompressedIndex
<
cc
>(
i
);
}
//! map new compressed index to old compressed index
int
oldcompressed
(
int
newcompressed
,
int
codim
,
int
level
)
const
{
return
newcompressed
;
}
//! deliver sizes of IndexSet
int
size
(
int
codim
,
GeometryType
type
,
int
level
)
const
{
return
0
;
}
//! deliver all geometry types used in this grid
const
std
::
vector
<
GeometryType
>&
geomtypes
()
const
{
return
mytypes
;
}
YaspIndex
(
const
GridImp
&
g
)
:
grid
(
g
)
{}
private
:
const
GridImp
&
grid
;
std
::
vector
<
GeometryType
>
mytypes
;
};
...
...
@@ -2098,16 +2117,6 @@ namespace Dune {
return
yi
;
}
const
IndexType
&
savedleafindex
()
const
{
return
yi
;
}
const
IndexType
&
savedlevelindex
()
const
{
return
yi
;
}
private
:
IndexType
yi
;
...
...
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