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
Core Modules
dune-common
Commits
accb08ad
Commit
accb08ad
authored
19 years ago
by
Oliver Sander
Browse files
Options
Downloads
Patches
Plain Diff
adapted to changes in UGGrid methods
[[Imported from SVN: r4191]]
parent
715ae920
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
io/file/amiramesh/amuggridreader.cc
+6
-6
6 additions, 6 deletions
io/file/amiramesh/amuggridreader.cc
with
6 additions
and
6 deletions
io/file/amiramesh/amuggridreader.cc
+
6
−
6
View file @
accb08ad
...
...
@@ -93,7 +93,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<3,3> >::createDomain(UGGrid<3,3>& grid,
// Gets the vertices of a boundary segment
AmiraGetNodeNumbersOfSegment
(
point
,
i
);
std
::
vector
<
int
>
vertices
(
3
);
std
::
vector
<
unsigned
int
>
vertices
(
3
);
vertices
[
0
]
=
point
[
0
];
vertices
[
1
]
=
point
[
1
];
vertices
[
2
]
=
point
[
2
];
...
...
@@ -122,7 +122,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<3,3> >::read(Dune::UGGrid<3,3>& grid,
dverb
<<
"This is the AmiraMesh reader for UGGrid<3,3>!"
<<
std
::
endl
;
// Officially start grid creation
grid
.
create
b
egin
();
grid
.
create
B
egin
();
// /////////////////////////////////////////////////////
// Load the AmiraMesh file
...
...
@@ -157,7 +157,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<3,3> >::read(Dune::UGGrid<3,3>& grid,
dverb
<<
"This is the AmiraMesh reader for UGGrid<3,3>!"
<<
std
::
endl
;
// Officially start grid creation
grid
.
create
b
egin
();
grid
.
create
B
egin
();
// /////////////////////////////////////////////////////
// Load the AmiraMesh file
...
...
@@ -335,7 +335,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<3,3> >::buildGrid(UGGrid<3,3>& grid,
std
::
cout
<<
"AmiraMesh reader: "
<<
noOfCreatedElem
<<
" elements created.
\n
"
;
delete
am
;
grid
.
create
e
nd
();
grid
.
create
E
nd
();
}
...
...
@@ -355,7 +355,7 @@ void Dune::AmiraMeshReader<Dune::UGGrid<2,2> >::read(Dune::UGGrid<2,2>& grid,
dverb
<<
"Loading 2D Amira mesh "
<<
filename
<<
std
::
endl
;
// Officially start grid creation
grid
.
create
b
egin
();
grid
.
create
B
egin
();
// /////////////////////////////////////////////////////
// Load the AmiraMesh file
...
...
@@ -460,6 +460,6 @@ void Dune::AmiraMeshReader<Dune::UGGrid<2,2> >::read(Dune::UGGrid<2,2>& grid,
std
::
cout
<<
"amiraloadmesh: "
<<
noOfCreatedElem
<<
" elements created"
<<
std
::
endl
;
grid
.
create
e
nd
();
grid
.
create
E
nd
();
}
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