Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs-feliks
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Requirements
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Locked files
Build
Pipelines
Jobs
Pipeline schedules
Test cases
Artifacts
Deploy
Releases
Package registry
Container 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
Feliks Kiszkurno
ogs-feliks
Commits
b132260d
Commit
b132260d
authored
1 year ago
by
Christoph Lehmann
Committed by
Dmitri Naumov
1 year ago
Browse files
Options
Downloads
Patches
Plain Diff
[PL] Removed unused method
parent
4ef94798
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
ProcessLib/TimeLoop.cpp
+0
-6
0 additions, 6 deletions
ProcessLib/TimeLoop.cpp
ProcessLib/TimeLoop.h
+0
-1
0 additions, 1 deletion
ProcessLib/TimeLoop.h
with
0 additions
and
7 deletions
ProcessLib/TimeLoop.cpp
+
0
−
6
View file @
b132260d
...
...
@@ -779,12 +779,6 @@ TimeLoop::solveCoupledEquationSystemsByStaggeredScheme(
return
nonlinear_solver_status
;
}
void
TimeLoop
::
outputSolutions
()
const
{
const
std
::
size_t
timesteps
=
_accepted_steps
+
1
;
outputSolutions
(
timesteps
,
_current_time
,
&
Output
::
doOutput
);
}
template
<
typename
OutputClassMember
>
void
TimeLoop
::
outputSolutions
(
unsigned
timestep
,
const
double
t
,
OutputClassMember
output_class_member
)
const
...
...
This diff is collapsed.
Click to expand it.
ProcessLib/TimeLoop.h
+
0
−
1
View file @
b132260d
...
...
@@ -62,7 +62,6 @@ public:
double
endTime
()
const
{
return
_end_time
;
}
double
currentTime
()
const
{
return
_current_time
;
}
bool
successful_time_step
=
false
;
void
outputSolutions
()
const
;
private
:
bool
preTsNonlinearSolvePostTs
(
double
const
t
,
double
const
dt
,
...
...
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