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

Public Member Functions

subroutine deriv_fun (N, X, Y, DY)
 
subroutine integr_fun (N, X, Y, INTY)
 
subroutine integr_xfun (N, X, Y, INTXY)
 
subroutine fix_axis_value (GEOMETRY, PROFILE, N)
 

Detailed Description

Definition at line 11 of file ets_math.f90.

Member Function/Subroutine Documentation

subroutine ets_math::deriv_fun ( integer  N,
real (r8), dimension(n)  X,
real (r8), dimension(n)  Y,
real (r8), dimension(n)  DY 
)

Definition at line 19 of file ets_math.f90.

Here is the caller graph for this function:

subroutine ets_math::fix_axis_value ( type (magnetic_geometry)  GEOMETRY,
real (r8), dimension(geometry%nrho)  PROFILE,
integer  N 
)

Definition at line 129 of file ets_math.f90.

Here is the call graph for this function:

subroutine ets_math::integr_fun ( integer  N,
real (r8), dimension(n)  X,
real (r8), dimension(n)  Y,
real (r8), dimension(n)  INTY 
)

Definition at line 63 of file ets_math.f90.

Here is the caller graph for this function:

subroutine ets_math::integr_xfun ( integer  N,
real (r8), dimension(n)  X,
real (r8), dimension(n)  Y,
real (r8), dimension(n)  INTXY 
)

Definition at line 97 of file ets_math.f90.


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