cantera/include/cantera/numerics
Victor Brunini 64aef5fac7 Rename m_y_n_1 and m_ydot_n_1 to _trial to clarify their intent.
Add setPreviousTimeStep function to set m_y_nm1 and m_ydot_nm1
so that time derivative calculations can be run for time-dependent
nonlinear solves.

Change m_ydot_nm1 to a std::vector.
2013-01-15 20:17:00 +00:00
..
BandMatrix.h Pass "const std::string&" instead of "std::string" when possible 2012-10-24 15:42:51 +00:00
BEulerInt.h Pass "const std::string&" instead of "std::string" when possible 2012-10-24 15:42:51 +00:00
ctlapack.h Updated documentation to resolve some Doxygen warnings 2012-06-14 21:06:30 +00:00
CVodesIntegrator.h Continuing transfering LiquidTransport changes, doing bugfixes, and 2012-12-15 00:49:14 +00:00
DAE_Solver.h Pass "const std::string&" instead of "std::string" when possible 2012-10-24 15:42:51 +00:00
DenseMatrix.h Add function to DenseMatrix that multiplies two square matrices. 2013-01-07 18:18:10 +00:00
Func1.h Pass "const std::string&" instead of "std::string" when possible 2012-10-24 15:42:51 +00:00
FuncEval.h Updated #includes to reflect new header file locations 2012-02-12 02:44:14 +00:00
funcs.h Updated #includes to reflect new header file locations 2012-02-12 02:44:14 +00:00
GeneralMatrix.h Corrected a bunch of spelling errors 2012-05-29 21:21:47 +00:00
IDA_Solver.h Pass "const std::string&" instead of "std::string" when possible 2012-10-24 15:42:51 +00:00
Integrator.h Removed some dead code 2012-10-24 15:45:08 +00:00
NonlinearSolver.h Rename m_y_n_1 and m_ydot_n_1 to _trial to clarify their intent. 2013-01-15 20:17:00 +00:00
polyfit.h Updated #includes to reflect new header file locations 2012-02-12 02:44:14 +00:00
ResidEval.h Removed keyword-substitution cruft 2012-05-24 16:29:29 +00:00
ResidJacEval.h Corrected a bunch of spelling errors 2012-05-29 21:21:47 +00:00
RootFind.h Corrected a bunch of spelling errors 2012-05-29 21:21:47 +00:00
solveProb.h Corrected a bunch of spelling errors 2012-05-29 21:21:47 +00:00
SquareMatrix.h Corrected a bunch of spelling errors 2012-05-29 21:21:47 +00:00