Cantera
2.0
|
#include "cantera/base/config.h"
#include "CVodesIntegrator.h"
#include "cantera/base/stringUtils.h"
#include <iostream>
Go to the source code of this file.
Namespaces | |
namespace | Cantera |
Provides class Nucleus. | |
Functions | |
static N_Vector | nv (void *x) |
static int | cvodes_rhs (realtype t, N_Vector y, N_Vector ydot, void *f_data) |
Function called by cvodes to evaluate ydot given y. | |