Rev | Line | |
---|
[11025] | 1 | Index: /proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp
|
---|
| 2 | ===================================================================
|
---|
| 3 | --- /proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp (revision 10996)
|
---|
| 4 | +++ /proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp (revision 10997)
|
---|
| 5 | @@ -53,6 +53,7 @@
|
---|
| 6 |
|
---|
| 7 | //Update once again the solution to make sure that vx and vxold are similar (for next step in transient or steadystate)
|
---|
| 8 | InputUpdateFromSolutionx(femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug_horiz);
|
---|
| 9 | + VecFree(&ug_horiz);
|
---|
| 10 |
|
---|
| 11 | //save pointer to old velocity
|
---|
| 12 | VecFree(&old_uf_horiz);old_uf_horiz=uf_horiz;
|
---|
Note:
See
TracBrowser
for help on using the repository browser.