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
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Environments
Terraform modules
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
Tobias Leibner
dune-common
Commits
2ef95151
Commit
2ef95151
authored
17 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
minor corrections
[[Imported from SVN: r5014]]
parent
4cabf514
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc/devel/ugreader.wml
+3
-3
3 additions, 3 deletions
doc/devel/ugreader.wml
with
3 additions
and
3 deletions
doc/devel/ugreader.wml
+
3
−
3
View file @
2ef95151
...
...
@@ -15,7 +15,7 @@ Hence, your file reader method signature may look like this:
</p>
<pre>
void readMyFileFormat(Dune::UGGrid
<
3
,3
>
&
grid, const std::string
&
filename)
void readMyFileFormat(Dune::UGGrid
<
3
>
&
grid, const std::string
&
filename)
</pre>
Now, in order to create a valid UGGrid object do the
...
...
@@ -123,10 +123,10 @@ other process. Call <tt>loadBalance()</tt> to actually distribute the grid.
<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 by
<tt>
create
e
nd()
</tt>
. So don't be surprised if you just read a grid and write
<tt>
create
E
nd()
</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>
Mail comments, critique, and corrections to sander@m
ath
.fu.berlin.de.
Mail comments, critique, and corrections to sander@m
i
.fu.berlin.de.
</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