8 lines
268 B
Matlab
8 lines
268 B
Matlab
function writeStats(s)
|
|
% WRITESTATS - Print statistics for the current solution.
|
|
%
|
|
% writeStats(s) prints a summary of the number of function and
|
|
% Jacobian evaluations for each grid, and the CPU time spent on
|
|
% each one.
|
|
%
|
|
stack_methods(s.stack_id, 108);
|