IXFderiv2y dataset 2d

From LIBISIS
Revision as of 09:19, 4 April 2008 by Dean Whittaker (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

This routine will populate a new IXTdataset_2d object with the numerical second derivative along the y dimension of a supplied IXTdataset_2d object.


=F90 syntax

use IXMdataset_2d

type(IXTdataset_2d):: input_d2d, result_d2d

type(IXTstatus)::status

call IXFderiv2y_dataset_2d(result_d2d,input_d2d,status)