Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
D
dune-alugrid
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
3
Issues
3
List
Boards
Labels
Service Desk
Milestones
Merge Requests
3
Merge Requests
3
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Operations
Operations
Incidents
Environments
Analytics
Analytics
CI / CD
Repository
Value Stream
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
extensions
dune-alugrid
Commits
dd2a3db8
Commit
dd2a3db8
authored
Oct 23, 2020
by
Martin Alkämper
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
make test-alugrid compile
parent
f0ef3377
Pipeline
#30612
failed with stage
in 12 minutes and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
3 deletions
+3
-3
dune/alugrid/test/test-alugrid.cc
dune/alugrid/test/test-alugrid.cc
+3
-3
No files found.
dune/alugrid/test/test-alugrid.cc
View file @
dd2a3db8
...
...
@@ -415,7 +415,7 @@ void checkALUSerial(GridType & grid, int mxl = 2)
checkIntersectionIterator
(
grid
,
skipLevelIntersections
);
std
::
cout
<<
" CHECKING: Macro-twists "
<<
std
::
endl
;
checkTwist
Free
(
grid
.
leafGridView
()
);
checkTwist
s
(
grid
.
leafGridView
(),
NoMapTwist
()
);
for
(
int
i
=
0
;
i
<
mxl
;
i
++
)
{
...
...
@@ -425,7 +425,7 @@ void checkALUSerial(GridType & grid, int mxl = 2)
std
::
cout
<<
" CHECKING: intersections"
<<
std
::
endl
;
checkIntersectionIterator
(
grid
,
skipLevelIntersections
);
std
::
cout
<<
" CHECKING: twists "
<<
std
::
endl
;
checkTwist
Free
(
grid
.
leafGridView
()
);
checkTwist
s
(
grid
.
leafGridView
(),
NoMapTwist
()
);
}
writeFile
(
grid
.
leafGridView
(),
1
);
...
...
@@ -442,7 +442,7 @@ void checkALUSerial(GridType & grid, int mxl = 2)
std
::
cout
<<
" CHECKING: non-conform"
<<
std
::
endl
;
checkGrid
(
grid
);
std
::
cout
<<
" CHECKING: twists "
<<
std
::
endl
;
checkTwist
Free
(
grid
.
leafGridView
()
);
checkTwist
s
(
grid
.
leafGridView
(),
NoMapTwist
()
);
// check the method geometryInFather()
if
(
GridType
::
dimension
==
GridType
::
dimensionworld
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment