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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Core Modules
dune-common
Commits
ab35fa72
Commit
ab35fa72
authored
19 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
make GridType public;
[[Imported from SVN: r4246]]
parent
6f1cdaa6
Branches
Branches containing commit
Tags
v2.4.0-rc1
Tags containing commit
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
fem/dfadapt.hh
+4
-3
4 additions, 3 deletions
fem/dfadapt.hh
with
4 additions
and
3 deletions
fem/dfadapt.hh
+
4
−
3
View file @
ab35fa72
...
...
@@ -60,14 +60,15 @@ namespace Dune {
>
DiscreteFunctionDefaultType
;
friend
class
DiscreteFunctionDefault
<
DFAdaptTraits
<
DiscreteFunctionSpaceType
>
>
;
enum
{
myId_
=
0
};
public
:
typedef
typename
DiscreteFunctionSpaceType
::
GridType
GridType
;
typedef
DofManager
<
GridType
>
DofManagerType
;
typedef
DofManagerFactory
<
DofManagerType
>
DofManagerFactoryType
;
enum
{
myId_
=
0
};
public
:
typedef
typename
DiscreteFunctionSpaceType
::
Traits
::
MapperType
MapperType
;
typedef
typename
DiscreteFunctionSpaceType
::
Traits
::
RangeFieldType
DofType
;
typedef
typename
DofArrayType
::
DofIteratorType
DofIteratorType
;
...
...
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