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

Public Member Functions

real(r8) function, dimension(n),
public 
integrate (f_spline, x, n, inv)
 
real(r8) function integrate_1d (f, x, x_low, x_high, sum)
 
subroutine, public equidistant_profile (f, x, f_equi, x_equi)
 
real(r8) function, public root (a, b, c, d, sgn)
 
subroutine, public element_average (i, type, xaxis, a, F_dia, func, df, dl)
 
real(r8) function, public flux_surface_average (i, xaxis, a, F_dia, type, func)
 
subroutine, public quad_equation (p_m, p_mr, p_p, p_pr, tol, r, ifail)
 

Detailed Description

Definition at line 1 of file math_functions.f90.

Member Function/Subroutine Documentation

subroutine, public math_functions::element_average ( integer(itm_i4), intent(in)  i,
character(len = 6), intent(in)  type,
real(r8), intent(in)  xaxis,
real(r8), intent(in)  a,
real(r8), intent(in)  F_dia,
real(r8), external  func,
real(r8), dimension(np - 1)  df,
real(r8), dimension(np - 1)  dl 
)

Definition at line 358 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public math_functions::equidistant_profile ( real(r8), dimension(:), intent(in)  f,
real(r8), dimension(:), intent(inout)  x,
real(r8), dimension(:), intent(out f_equi,
real(r8), dimension(:), intent(out x_equi 
)

Definition at line 163 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(r8) function, public math_functions::flux_surface_average ( integer(itm_i4), intent(in)  i,
real(r8), intent(in)  xaxis,
real(r8), intent(in)  a,
real(r8), intent(in)  F_dia,
character(len = 6), intent(in)  type,
real(r8), external  func 
)

Definition at line 436 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(r8) function, dimension(n), public math_functions::integrate ( type(spline_coefficients)  f_spline,
real(r8), dimension(n), intent(in)  x,
integer(itm_i4), intent(in)  n,
logical  inv 
)

Definition at line 17 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(r8) function math_functions::integrate_1d ( real(r8), dimension(:), intent(in)  f,
real(r8), dimension(:), intent(in)  x,
real(r8), intent(in)  x_low,
real(r8), intent(in)  x_high,
logical, intent(in)  sum 
)

Definition at line 57 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine, public math_functions::quad_equation ( real(r8), intent(in)  p_m,
real(r8), intent(in)  p_mr,
real(r8), intent(in)  p_p,
real(r8), intent(in)  p_pr,
real(r8), intent(in)  tol,
real(r8), intent(out r,
integer(itm_i4), intent(out ifail 
)

Definition at line 489 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:

real(r8) function, public math_functions::root ( real(r8)  a,
real(r8)  b,
real(r8)  c,
real(r8)  d,
real(r8)  sgn 
)

Definition at line 203 of file math_functions.f90.

Here is the call graph for this function:

Here is the caller graph for this function:


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