Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
pugs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
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
code
pugs
Commits
de646396
Commit
de646396
authored
2 months ago
by
Stéphane Del Pino
Browse files
Options
Downloads
Patches
Plain Diff
Add small documentation for the load_balance: (Vh) -> (Vh) function
parent
ff998ea8
Branches
Branches containing commit
No related tags found
1 merge request
!204
Remove m_cell_global_index from Connectivity
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/userdoc.org
+15
-0
15 additions, 0 deletions
doc/userdoc.org
with
15 additions
and
0 deletions
doc/userdoc.org
+
15
−
0
View file @
de646396
...
...
@@ -4495,6 +4495,21 @@ to different meshes.
A good example of the use of this kind of function is mass fractions.
***** ~load_balance: (Vh) -> (Vh)~
This function performs a parallel load balancing of a list of ~Vh~
variables. All the input variables must be defined on a same mesh. The
return list consists is the balance variables using the input
ordering. The new (balanced) mesh is carried out by the new variables
and can be retrieved using the ~get_mesh: Vh -> mesh~ function.
#+BEGIN_warning
Using this function in a sequential calculation has the same behavior:
the discrete functions, the mesh and its connectivity are copied. This
is intended to simplify development of large calculations on simpler
tests, and for consistency.
#+END_warning
***** Numerical methods
We describe rapidly two functions that embed numerical methods. These
...
...
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