Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
cm3Libraries
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cm3
cm3Libraries
Commits
43bc16ef
Commit
43bc16ef
authored
Aug 8, 2017
by
Julien Leclerc
Browse files
Options
Downloads
Patches
Plain Diff
delete print error message
parent
ff9c3436
No related branches found
No related tags found
1 merge request
!24
Jl gurs
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
NonLinearSolver/materialLaw/mlawNonLocalDamageGurson.cpp
+5
-5
5 additions, 5 deletions
NonLinearSolver/materialLaw/mlawNonLocalDamageGurson.cpp
with
5 additions
and
5 deletions
NonLinearSolver/materialLaw/mlawNonLocalDamageGurson.cpp
+
5
−
5
View file @
43bc16ef
...
...
@@ -631,21 +631,21 @@ void mlawNonLocalDamageGurson::predictorCorrector(double tildefVstar, const STen
//Msg::Error(" Gurson ite %d: Delta Gamma = %f, Delta Hat p = %f, trN = %f, DeltafV = %f, f= %e", ite, DeltaGamma/yield0, DeltaHatP, trNp*yield0, DeltafV, f);
}
ite
++
;
if
(
ite
>
8
)
{
Msg
::
Error
(
" Gurson ite %d: Delta Gamma = %f, Delta Hat p = %f, trN = %f, DeltafV = %f, f= %e"
,
ite
,
DeltaGamma
/
yield0
,
DeltaHatP
,
trNp
*
yield0
,
DeltafV
,
f
);
//
if(ite > 8)
//
{
//
Msg::Error(" Gurson ite %d: Delta Gamma = %f, Delta Hat p = %f, trN = %f, DeltafV = %f, f= %e", ite, DeltaGamma/yield0, DeltaHatP, trNp*yield0, DeltafV, f);
//double conditionNumber = 0.;
//fullVector<double> eigenValReal(4), eigenValImag(4);
//fullMatrix<double> leftEigenVect(4, 4), rightEigenVect(4, 4);
//J.eig(eigenValReal,eigenValImag,leftEigenVect,rightEigenVect,true);
//conditionNumber= sqrt((eigenValReal(0)*eigenValReal(0)+eigenValImag(0)*eigenValImag(0))/(eigenValReal(3)*eigenValReal(3)+eigenValImag(3)*eigenValImag(3)));
//Msg::Error(" Conditioning number of J = %f",conditionNumber);
}
//
}
// #ifdef _DEBUG
if
(
ite
>
_maxite
)
{
Msg
::
Error
(
" Predictor data: DeltaGamma = %e ,trNpr = %e, DeltafV = %e and f = %e"
,
DeltaGammapr
/
yield0
,
trNppr
*
yield0
/
f0
,
Dfvinit
,
f0
);
Msg
::
Error
(
"
R
esidu = %e , %e , %e , %e"
,
res
(
0
),
res
(
1
),
res
(
2
),
res
(
3
));
Msg
::
Error
(
"
Final r
esidu = %e , %e , %e , %e"
,
res
(
0
),
res
(
1
),
res
(
2
),
res
(
3
));
Msg
::
Error
(
" DeltaGamma = %e ,DeltaHatP = %e, trNp = %e ,fV0 = %e ,DeltafV = %e"
,
DeltaGamma
/
yield0
,
DeltaHatP
,
trNp
*
yield0
,
fV0
,
DeltafV
);
Msg
::
Fatal
(
"No convergence for plastic correction in gurson !!"
);
break
;
...
...
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