Loading [MathJax]/extensions/tex2jax.js
Cantera
2.3.0
Main Page
Related Pages
Modules
+
Namespaces
Namespace List
+
Namespace Members
+
All
_
a
b
c
d
e
f
g
h
i
j
l
m
n
o
p
r
s
t
u
v
w
x
+
Functions
_
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
v
w
+
Variables
_
a
b
c
d
e
f
g
i
l
m
n
o
p
r
s
t
u
v
x
Typedefs
Enumerations
Enumerator
+
Classes
Class List
Class Index
Class Hierarchy
+
Class Members
+
All
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Functions
_
a
b
c
d
e
f
g
h
i
j
k
l
m
n
o
p
q
r
s
t
u
v
w
x
z
~
+
Variables
a
b
c
d
e
f
g
h
i
l
m
n
o
p
r
s
t
u
v
w
x
Typedefs
Enumerations
Related Functions
+
Files
File List
+
File Members
+
All
a
b
c
e
f
i
m
n
p
r
s
t
v
x
Functions
Variables
+
Macros
a
c
e
f
m
n
p
r
s
t
v
x
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Modules
Pages
include
cantera
integrators.h
Go to the documentation of this file.
1
/**
2
* @file integrators.h
3
* ODE integrators. Currently, the only integrator is CVODE.
4
* @deprecated To be removed after Cantera 2.3. Include relevant headers directly.
5
*/
6
#ifndef CT_INTEG_H_INCL
7
#define CT_INTEG_H_INCL
8
9
#pragma message "Deprecated. integrators.h will be removed after Cantera 2.3. Include relevant headers directly."
10
11
#include "
numerics/Integrator.h
"
12
#include "
numerics/DAE_Solver.h
"
13
#include "
numerics/IDA_Solver.h
"
14
15
#endif
DAE_Solver.h
Header file for class DAE_Solver.
Integrator.h
IDA_Solver.h
Header file for class IDA_Solver.
Generated by
1.8.14