Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
grudge
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
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
Andreas Klöckner
grudge
Commits
4ca43864
Commit
4ca43864
authored
3 years ago
by
Mike Campbell
Browse files
Options
Downloads
Patches
Plain Diff
Silence flake8
parent
e2a615b8
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
grudge/op.py
+2
-2
2 additions, 2 deletions
grudge/op.py
with
2 additions
and
2 deletions
grudge/op.py
+
2
−
2
View file @
4ca43864
...
...
@@ -481,13 +481,13 @@ def cross_rank_trace_pairs(dcoll, vec, tag=None):
"""
Get a list of *vec* trace pairs for each partition boundary.
For each partition boundary, the field data values in *vec* are
communicated to/from the neighboring partition. Presumably, this
communicated to/from the neighboring partition. Presumably, this
communication is MPI (but strictly speaking, may not be, and this
routine is agnostic to the underlying communication, see e.g.
_cross_rank_trace_pairs_scalar_field).
For each face on each partition boundary, a :class:`TracePair` is
created with the locally, and remote owned partition boundary face
created with the locally, and remote owned partition boundary face
data as the `internal`, and `external` components, respectively.
Each of the TracePair components are structured like *vec*.
...
...
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