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
5882ea5d
Commit
5882ea5d
authored
20 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
Added new adapt method .
[[Imported from SVN: r1874]]
parent
e1d712e9
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/alu3dgrid.hh
+5
-5
5 additions, 5 deletions
grid/alu3dgrid.hh
with
5 additions
and
5 deletions
grid/alu3dgrid.hh
+
5
−
5
View file @
5882ea5d
...
...
@@ -1145,6 +1145,8 @@ namespace Dune
return true if a least one entity was refined */
bool
adapt
(
);
template
<
class
DofManagerType
,
class
RestrictProlongOperatorType
>
bool
adapt
(
DofManagerType
&
,
RestrictProlongOperatorType
&
);
//**********************************************************
// End of Interface Methods
...
...
@@ -1210,9 +1212,6 @@ namespace Dune
// make grid walkthrough and calc global size
void
recalcGlobalSize
();
// set _coarsenMark to true
void
setCoarsenMark
()
const
;
// the real grid
ALU3DSPACE
GitterImplType
*
mygrid_
;
#ifdef _ALU3DGRID_PARALLEL_
...
...
@@ -1224,8 +1223,9 @@ namespace Dune
// max level of grid
int
maxlevel_
;
// true if at least one element is marked for coarsening
mutable
bool
coarsenMark_
;
// count how much elements where marked
mutable
int
coarsenMarked_
;
mutable
int
refineMarked_
;
const
int
myRank_
;
...
...
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