#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "nvector_serial.h"#include "sundials_types.h"#include "ihm.h"#include "calib.h"#include "et_is.h"Include dependency graph for et_is.cpp:

Go to the source code of this file.
| Defines | |
| #define | EPSILON 0.05 | 
| Functions | |
| realtype | Interpolation (TSD *Data, realtype t) | 
| void | calIS (realtype t, realtype stepsize, void *DS, N_Vector VY) | 
| void | calET (realtype t, realtype stepsize, N_Vector VY, void *DS) | 
| Variables | |
| realtype | is_CALIB | 
| realtype | et0_CALIB | 
| realtype | mf_CALIB | 
| realtype | tf_CALIB | 
| #define EPSILON 0.05 | 
| void calET | ( | realtype | t, | |
| realtype | stepsize, | |||
| N_Vector | VY, | |||
| void * | DS | |||
| ) | 
| void calIS | ( | realtype | t, | |
| realtype | stepsize, | |||
| void * | DS, | |||
| N_Vector | VY | |||
| ) | 
| realtype Interpolation | ( | TSD * | Data, | |
| realtype | t | |||
| ) | 
Definition at line 1273 of file f.cpp.
References TSD_type::iCounter, TSD_type::length, and TSD_type::TS.
Referenced by calIS().
 1.5.2
 1.5.2