File mttroot/mtt/bin/trans/m/mtt_update.m artifact 37893fe9f3 part of check-in 40404a1dc7


function [x] = mtt_update(dx,x,dt,Nx,METHOD);

  x = x + dx*dt;

endfunction;


MTT: Model Transformation Tools
GitHub | SourceHut | Sourceforge | Fossil RSS ]