cantera/interfaces/matlab/toolbox/1D/@Domain1D/nPoints.m

4 lines
104 B
Matlab

function npts = nPoints(d)
% NPOINTS - Number of grid points.
%
npts = domain_methods(d.dom_id, 14);