Functions of the time derivative structure.
More...
Go to the source code of this file.
Functions of the time derivative structure.
Definition in file time_derivative.c.
◆ time_derivative_add_value()
| void time_derivative_add_value |
( |
TimeDerivative |
time_deriv, |
|
|
unsigned int |
spec_id, |
|
|
long double |
rate_contribution |
|
) |
| |
◆ time_derivative_free()
| void time_derivative_free |
( |
TimeDerivative |
time_deriv | ) |
|
◆ time_derivative_initialize()
| int time_derivative_initialize |
( |
TimeDerivative * |
time_deriv, |
|
|
unsigned int |
num_spec |
|
) |
| |
◆ time_derivative_output()
| void time_derivative_output |
( |
TimeDerivative |
time_deriv, |
|
|
double * |
dest_array, |
|
|
double * |
deriv_est, |
|
|
unsigned int |
output_precision |
|
) |
| |
◆ time_derivative_reset()
| void time_derivative_reset |
( |
TimeDerivative |
time_deriv | ) |
|