source:
issm/oecreview/Archive/10977-11024/ISSM-10996-10997.diff@
11025
Last change on this file since 11025 was 11025, checked in by , 13 years ago | |
---|---|
File size: 781 bytes |
-
proj/ice/larour/issm-uci/trunk-jpl/src/c/solvers/solver_stokescoupling_nonlinear.cpp
53 53 54 54 //Update once again the solution to make sure that vx and vxold are similar (for next step in transient or steadystate) 55 55 InputUpdateFromSolutionx(femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug_horiz); 56 VecFree(&ug_horiz); 56 57 57 58 //save pointer to old velocity 58 59 VecFree(&old_uf_horiz);old_uf_horiz=uf_horiz;
Note:
See TracBrowser
for help on using the repository browser.