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
91bcb7f4
Commit
91bcb7f4
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
streamlined the text a bit
[[Imported from SVN: r4157]]
parent
a6a02885
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
doc/devel/ugreader.wml
+5
-18
5 additions, 18 deletions
doc/devel/ugreader.wml
with
5 additions
and
18 deletions
doc/devel/ugreader.wml
+
5
−
18
View file @
91bcb7f4
...
...
@@ -8,14 +8,7 @@
<p>
If you want to write a routine that reads a grid from some
file into a Dune UGGrid object you have to know how to use the UGGrid
grid creation interface. This interface, being under construction,
still reflects a few of the idiosyncracies of the underlying UG
grid management system. It is nevertheless fairly easy to use.
</p>
<p>
This little text will point out the steps that are necessary
in order to create a UGGrid object. In the following we
grid creation interface. In the following we
assume that you have a grid in some file format and an
empty UGGrid object, created by one of its constructors.
Hence, your file reader method signature may look like this:
...
...
@@ -123,21 +116,15 @@ grid.createend();
If you're working on a parallel machine, and you want to set up a
parallel grid, proceed as described on all processes. This will
create the grid on the master process and set up UG correctly on all
other process. Call loadBalance to actually distribute the grid.
other process. Call
<tt>
loadBalance
()
</tt>
to actually distribute the grid.
</p>
<p>
<b>
WARNING:
</b>
UG internally requests that all boundary vertices be
inserted before the inner ones. That means that if your input grid
doesn't comply with this, it will have its vertices reordered be
createend(). So don't be surprised if you just read a grid and write
it back to disc to find your vertex numberings changed.
</p>
<p>
Good luck! Remember that DUNE is still in an unstable state and that
any interface, method or class may change without much notice.
Subscribe to the DUNE mailing list for newest information.
doesn't comply with this, it will have its vertices reordered by
<tt>
createend()
</tt>
. So don't be surprised if you just read a grid and write
it back to disk to find your vertex numberings changed.
</p>
<p>
...
...
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