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
84a339d8
Commit
84a339d8
authored
4 years ago
by
Robert K
Browse files
Options
Downloads
Patches
Plain Diff
Remove output.
parent
907bf740
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
examples/alugrid.cfg
+1
-1
1 addition, 1 deletion
examples/alugrid.cfg
examples/problem-ball.hh
+1
-2
1 addition, 2 deletions
examples/problem-ball.hh
with
2 additions
and
3 deletions
examples/alugrid.cfg
+
1
−
1
View file @
84a339d8
0.0
1.05
4
10
---
Info
...
...
This diff is collapsed.
Click to expand it.
examples/problem-ball.hh
+
1
−
2
View file @
84a339d8
...
...
@@ -52,7 +52,7 @@ struct BallData
//! \copydoc ProblemData::endTime
double
endTime
()
const
{
return
1.
0
;
return
1.
5
;
}
int
bndType
(
const
DomainType
&
normal
,
const
DomainType
&
x
,
const
double
time
)
const
...
...
@@ -126,7 +126,6 @@ struct BallModel : public TransportModel<dimD>
BallModel
(
unsigned
int
problem
)
:
problem_
(
new
BallData
<
dimDomain
>
(
problem
)
)
{
std
::
cout
<<
"Creating BallModel with problem "
<<
problem
<<
std
::
endl
;
}
/** \copydoc TransportProblem::data */
...
...
This diff is collapsed.
Click to expand it.
Tobias Leibner
@l_tobi01
mentioned in commit
5d0a0fef
·
3 years ago
mentioned in commit
5d0a0fef
mentioned in commit 5d0a0fef8e0eb162bd01c7f95972607784d3c6d2
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