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
753483fd
Commit
753483fd
authored
20 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
Inserted grid width calculation for some tests.
[[Imported from SVN: r723]]
parent
f79a32f9
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/albertgrid.hh
+8
-0
8 additions, 0 deletions
grid/albertgrid.hh
with
8 additions
and
0 deletions
grid/albertgrid.hh
+
8
−
0
View file @
753483fd
...
...
@@ -550,6 +550,10 @@ namespace Dune
//! return the global unique index in grid , same as el_index
int
global_index
();
albertCtype
maxEdgeWidth
();
albertCtype
diam
();
private
:
// called from HierarchicIterator, because only this
// class changes the level of the entity, otherwise level is set by
...
...
@@ -1149,6 +1153,10 @@ namespace Dune
//! transform grid N = scalar * x + trans
void
setNewCoords
(
const
Vec
<
dimworld
,
albertCtype
>
&
trans
,
const
albertCtype
scalar
);
//! calculate max edge length
double
calcGridWidth
();
private
:
// initialize of some members
void
initGrid
(
int
proc
);
...
...
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