Ember
|
#include "mathUtils.h"
#include "sundialsUtils.h"
#include "qssintegrator.h"
#include "quasi2d.h"
#include "callback.h"
Classes | |
class | SourceSystem |
Base class used to integrate the chemical source term at a single point. More... | |
class | SourceSystemCVODE |
Represents a system of equations used to integrate the (chemical) source term at a single point using the CVODE integrator. More... | |
class | SourceSystemQSS |
This is the system representing the (chemical) source term at a point, integrated with the QssIntegrator. More... | |