[19102] | 1 | Index: ../trunk-jpl/src/c/solutionsequences/solutionsequence_thermal_nonlinear.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- ../trunk-jpl/src/c/solutionsequences/solutionsequence_thermal_nonlinear.cpp (revision 18589)
|
---|
| 4 | +++ ../trunk-jpl/src/c/solutionsequences/solutionsequence_thermal_nonlinear.cpp (revision 18590)
|
---|
| 5 | @@ -72,9 +72,10 @@
|
---|
| 6 | Solverx(&tf, Kff, pf, tf_old, df, femmodel->parameters);
|
---|
| 7 | Mergesolutionfromftogx(&tg, tf,ys,femmodel->nodes,femmodel->parameters); delete ys;
|
---|
| 8 | if(isenthalpy){
|
---|
| 9 | - convergence(&converged,Kff,pf,tf,tf_old,femmodel->parameters); delete Kff; delete pf; delete df;
|
---|
| 10 | + convergence(&converged,Kff,pf,tf,tf_old,femmodel->parameters);
|
---|
| 11 | InputUpdateFromConstantx(femmodel,converged,ConvergedEnum);
|
---|
| 12 | }
|
---|
| 13 | + delete Kff; delete pf; delete df;
|
---|
| 14 | InputUpdateFromSolutionx(femmodel,tg);
|
---|
| 15 | ConstraintsStatex(&constraints_converged,&num_unstable_constraints,femmodel);
|
---|
| 16 | if(VerboseConvergence()) _printf0_(" number of unstable constraints: " << num_unstable_constraints << "\n");
|
---|