Differences From Artifact [03b794d400]:
- Executable file
mttroot/mtt/bin/trans/p/mtt_implicit.p
— part of check-in
[bb3161228e]
at
1999-10-26 23:45:30
on branch origin/master
— Now calls mtt_solve instead of mtt_lud
(mtt_lud is now called by mtt_solve) (user: gawthrop@users.sourceforge.net, size: 902) [annotate] [blame] [check-ins using]
To Artifact [12eba8fbff]:
- Executable file mttroot/mtt/bin/trans/p/mtt_implicit.p — part of check-in [02a0439217] at 1999-10-27 01:47:36 on branch origin/master — Removed the mtt_solve include directive (user: gawthrop@users.sourceforge.net, size: 864) [annotate] [blame] [check-ins using]
1 2 3 4 5 6 7 8 9 10 11 12 | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 | - - | PROCEDURE mtt_implicit(VAR xnew,x,dx : StateVector; VAR AA : StateMatrix; VAR AAx : StateVector; dt : REAL; Nx : INTEGER; VAR open : StateVector); VAR i,ii,j,jj : INTEGER; BB,xsub : StateVector; AAsub : StateMatrix; |
︙ |