#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "nvector_serial.h"#include "sundials_types.h"#include "pihm.h"Macros | |
| #define | EPSILON 0.05 |
| #define | UNIT_C |
Functions | |
| realtype | Interpolation (TSD *Data, realtype t) |
| void | update (realtype t, void *DS) |
| #define EPSILON 0.05 |
| #define UNIT_C |
| realtype Interpolation | ( | TSD * | Data, |
| realtype | t | ||
| ) |
| void update | ( | realtype | t, |
| void * | DS | ||
| ) |
1.8.6