ETS-Core  version:0.0.4-46-ge2d8
Core actors for the ETS-6
 All Classes Files Functions Variables Pages
Public Member Functions | List of all members
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 (ids_int)  N,
real (ids_real), dimension(n)  X,
real (ids_real), dimension(n)  Y,
real (ids_real), dimension(n)  DY 
)
subroutine ets_math::fix_axis_value ( type (magnetic_geometry)  GEOMETRY,
real (ids_real), dimension(geometry%nrho)  PROFILE,
integer (ids_int)  N 
)

Definition at line 129 of file ets_math.f90.

Referenced by current_equation::current(), and temperature_equations::temperature().

Here is the caller graph for this function:

subroutine ets_math::integr_fun ( integer (ids_int)  N,
real (ids_real), dimension(n)  X,
real (ids_real), dimension(n)  Y,
real (ids_real), dimension(n)  INTY 
)
subroutine ets_math::integr_xfun ( integer (ids_int)  N,
real (ids_real), dimension(n)  X,
real (ids_real), dimension(n)  Y,
real (ids_real), dimension(n)  INTXY 
)

Definition at line 97 of file ets_math.f90.


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