#include <stdio.h>#include <stdlib.h>#include <math.h>#include <string.h>#include "nvector_serial.h"#include "sundials_types.h"#include "pihm.h"#include "cvode.h"#include "cvode_dense.h"Functions | |
| void | avgResults_NV (FILE *fpin, realtype *tmpVarCal, N_Vector tmpNV, int tmpIntv, int tmpNumObj, realtype tmpt, int tmpInitObj) |
| void | avgResults_MD (FILE *fpin, realtype *tmpVarCal, Model_Data tmpDS, int tmpIntv, int tmpNumObj, realtype tmpt, int tmpFC) |
| void | PrintData (FILE **outp, Control_Data *cD, Model_Data DS, N_Vector CV_Y, realtype t) |
| void avgResults_MD | ( | FILE * | fpin, |
| realtype * | tmpVarCal, | ||
| Model_Data | tmpDS, | ||
| int | tmpIntv, | ||
| int | tmpNumObj, | ||
| realtype | tmpt, | ||
| int | tmpFC | ||
| ) |
| void avgResults_NV | ( | FILE * | fpin, |
| realtype * | tmpVarCal, | ||
| N_Vector | tmpNV, | ||
| int | tmpIntv, | ||
| int | tmpNumObj, | ||
| realtype | tmpt, | ||
| int | tmpInitObj | ||
| ) |
1;
| void PrintData | ( | FILE ** | outp, |
| Control_Data * | cD, | ||
| Model_Data | DS, | ||
| N_Vector | CV_Y, | ||
| realtype | t | ||
| ) |
1.8.6