Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
O
ogs
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
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
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
wenqing
ogs
Commits
6d7715fa
Commit
6d7715fa
authored
6 years ago
by
Tom Fischer
Committed by
Dmitri Naumov
6 years ago
Browse files
Options
Downloads
Patches
Plain Diff
[PL] UncoupledProcessesTimeLoop: Improve err. msg.
parent
a14c5b6f
No related branches found
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
ProcessLib/UncoupledProcessesTimeLoop.cpp
+3
-3
3 additions, 3 deletions
ProcessLib/UncoupledProcessesTimeLoop.cpp
with
3 additions
and
3 deletions
ProcessLib/UncoupledProcessesTimeLoop.cpp
+
3
−
3
View file @
6d7715fa
...
@@ -652,9 +652,9 @@ bool UncoupledProcessesTimeLoop::loop()
...
@@ -652,9 +652,9 @@ bool UncoupledProcessesTimeLoop::loop()
return
nonlinear_solver_succeeded
;
return
nonlinear_solver_succeeded
;
}
}
static
std
::
string
nonlinear_fixed_dt_fails_info
=
static
std
::
string
const
nonlinear_fixed_dt_fails_info
=
"Nonlinear solver fails. Because
of
the time stepper"
"Nonlinear solver fails. Because the time stepper"
"
of
FixedTimeStepping is used, the program has to be"
" FixedTimeStepping is used, the program has to be"
" terminated "
;
" terminated "
;
bool
UncoupledProcessesTimeLoop
::
solveUncoupledEquationSystems
(
bool
UncoupledProcessesTimeLoop
::
solveUncoupledEquationSystems
(
...
...
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