Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
D
dune-alugrid
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
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
Code review analytics
Issue analytics
Insights
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
ag-ohlberger
dune-community
dune-alugrid
Commits
ea8427b9
Commit
ea8427b9
authored
5 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
[bugfix] fixedsize --> fixedSize.
parent
c0e192fe
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
examples/CMakeLists.txt
+1
-1
1 addition, 1 deletion
examples/CMakeLists.txt
examples/datamap.hh
+1
-1
1 addition, 1 deletion
examples/datamap.hh
examples/piecewisefunction.hh
+1
-1
1 addition, 1 deletion
examples/piecewisefunction.hh
with
3 additions
and
3 deletions
examples/CMakeLists.txt
+
1
−
1
View file @
ea8427b9
...
...
@@ -29,7 +29,7 @@ foreach(variant ball euler transport)
if
(
"
${
variant
}
"
STREQUAL
"ball"
)
target_compile_definitions
(
main_
${
variant
}
PRIVATE
"ALUGRID_COUNT_GLOBALCOMM"
)
endif
()
target_compile_definitions
(
main_
${
variant
}
PUBLIC
"ALUGRID_C
ONFORM
"
"GRIDDIM=3"
"WORLDDIM=3"
)
target_compile_definitions
(
main_
${
variant
}
PUBLIC
"ALUGRID_C
UBE
"
"GRIDDIM=3"
"WORLDDIM=3"
)
foreach
(
type cube simplex conform
)
string
(
TOUPPER
${
type
}
type_upper
)
...
...
This diff is collapsed.
Click to expand it.
examples/datamap.hh
+
1
−
1
View file @
ea8427b9
...
...
@@ -40,7 +40,7 @@ public:
}
//! see documentation in Dune::CommDataHandleIF
bool
fixed
s
ize
(
int
dim
,
int
codim
)
const
bool
fixed
S
ize
(
int
dim
,
int
codim
)
const
{
return
(
codim
>
0
);
}
...
...
This diff is collapsed.
Click to expand it.
examples/piecewisefunction.hh
+
1
−
1
View file @
ea8427b9
...
...
@@ -449,7 +449,7 @@ struct PiecewiseFunction< View, Range >::CommDataHandle
}
//! see documentation in Dune::CommDataHandleIF
bool
fixed
s
ize
(
int
dim
,
int
codim
)
const
bool
fixed
S
ize
(
int
dim
,
int
codim
)
const
{
return
true
;
}
...
...
This diff is collapsed.
Click to expand it.
Tobias Leibner
@l_tobi01
mentioned in commit
b53855c9
·
3 years ago
mentioned in commit
b53855c9
mentioned in commit b53855c90a727f2e37c350ff849b71f60fbec739
Toggle commit list
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