ETS  \$Id: Doxyfile 2162 2020-02-26 14:16:09Z g2dpc $
 All Classes Files Functions Variables Pages
cos_rpdederive_interface Module Reference

derivative calculation of y=f(x) : dy/dx More...

Data Types

interface  cos_rpdederive
 

Detailed Description

derivative calculation of y=f(x) : dy/dx


dydx = ITM_derive(x,y,c0,c1,d,o); input x = radial coordinate y = function to derive


c0 = boundary condition at the center scalar for dy/dx 0 -> = 0 1 -> use two points for the center value 2 -> prolongation for d2y / dx2 0 -> d2y/dx2 = 0 1 -> dy/dx = 0 2 -> prolongation


c1 = edge boundary condition (idem c0 for the edge)


d = dimension of the derivation


o = order of the derivation (1 ou 2)


output

dy / dx sample

x=0:pi/2 y=cos(x) dydx = ITM_derive(x,y,0,1,2,1) dydx = -sin(x)


Author
COS
Version
"$Id: cos_rpdederive_interface.f90 805 2010-08-28 12:21:07Z coster $"

Definition at line 41 of file cos_rpdederive_interface.f90.


The documentation for this module was generated from the following file: