Difference between revisions of "IXFderiv1x dataset 2d"

From LIBISIS
Jump to navigation Jump to search
m
 
(No difference)

Latest revision as of 09:16, 4 April 2008

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


F90 syntax

use IXMdataset_2d

type(IXTdataset_2d):: input_d2d, result_d2d
type(IXTstatus)::status

call IXFderiv1x_dataset_2d(result_d2d,input_d2d,status)