Changeset 4339
- Timestamp:
- 06/30/10 10:56:05 (15 years ago)
- Location:
- issm/trunk/src
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/c/solvers/solver_diagnostic_nonlinear.cpp
r4219 r4339 125 125 } 126 126 127 //Now that the solution has converged, update once again the solution to make sure that vx and vxold are similar (for next step in transient or steadystate) 128 InputUpdateFromSolutionx( femmodel->elements,femmodel->nodes, femmodel->vertices, femmodel->loads, femmodel->materials, femmodel->parameters,ug); 129 127 130 /*extrude if we are in 3D: */ 128 131 if (dim==3){ -
issm/trunk/src/m/solvers/solver_diagnostic_nonlinear.m
r4287 r4339 79 79 end 80 80 81 %Now that the solution has converged, update once again the solution to make sure that vx and vxold are similar 82 femmodel.elements=InputUpdateFromSolution(femmodel.elements,femmodel.nodes,femmodel.vertices,loads,femmodel.materials,femmodel.parameters,ug); 83 81 84 %extrude if we are in 3D: 82 85 if dim==3,
Note:
See TracChangeset
for help on using the changeset viewer.