Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
dune-fem-dg
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
Container Registry
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
dune-fem
dune-fem-dg
Commits
15bf0dff
Commit
15bf0dff
authored
14 years ago
by
Robert Klöfkorn
Browse files
Options
Downloads
Patches
Plain Diff
some slight change
parent
800eb621
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
dune/fem-dg/pass/threadpass.hh
+5
-3
5 additions, 3 deletions
dune/fem-dg/pass/threadpass.hh
with
5 additions
and
3 deletions
dune/fem-dg/pass/threadpass.hh
+
5
−
3
View file @
15bf0dff
...
...
@@ -162,6 +162,8 @@ namespace Dune {
// returns true if niehhbor can be updated
bool
operator
()
(
const
EntityType
&
en
,
const
EntityType
&
nb
)
const
{
// storage_.thread can also return negative values in which case the
// update of the neighbor is skipped, e.g. for ghost elements
return
myThread_
==
storage_
.
thread
(
nb
);
}
};
...
...
@@ -271,10 +273,10 @@ namespace Dune {
// END PARALLEL REGION
/////////////////////////////////////////////////
}
// end if first call
// accumulate time
this
->
computeTime_
+=
timer
.
elapsed
()
/
((
double
)
Fem
::
ThreadManager
::
maxThreads
());
// accumulate time
this
->
computeTime_
+=
timer
.
elapsed
()
/
((
double
)
Fem
::
ThreadManager
::
maxThreads
());
}
// end if first call
// communicate calculated function
dest
.
communicate
();
...
...
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