![]() |
ETS-Core
version:0.0.4-46-ge2d8
Core actors for the ETS-6
|
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) |
Definition at line 11 of file ets_math.f90.
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 | ||
) |
Definition at line 19 of file ets_math.f90.
Referenced by current_equation::current(), impurity_one(), quasi_neutrality_equations::quasi_neutrality(), solution_interface(), and temperature_equations::temperature().
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().
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 | ||
) |
Definition at line 63 of file ets_math.f90.
Referenced by transport_solver_output::calculate_globals(), electron_density_equation::electron_density(), impurity_density_equations::impurity_density(), impurity_one(), ion_density_equations::ion_density(), rotation_equations::rotation(), solution_interface(), and temperature_equations::temperature().
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.