OpenFOAM-4.x-lab/src/ODE/ODESolvers
Henry Weller 055a113f10 SquareMatrix, SymmetricSquareMatrix: Changed the constructor from size to require only n
This avoids the need to check that the m and n dimensions are the same.
2016-03-22 14:13:48 +00:00
..
adaptiveSolver Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
Euler Resolved issues with virtual function inheritance and warning from clang 2015-07-17 12:11:37 +01:00
EulerSI Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
ODESolver Completed update ...ErrorIn -> ...ErrorInFunction 2015-11-11 09:03:39 +00:00
RKCK45 Resolved issues with virtual function inheritance and warning from clang 2015-07-17 12:11:37 +01:00
RKDP45 Resolved issues with virtual function inheritance and warning from clang 2015-07-17 12:11:37 +01:00
RKF45 Resolved issues with virtual function inheritance and warning from clang 2015-07-17 12:11:37 +01:00
rodas23 Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
rodas34 Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
Rosenbrock12 Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
Rosenbrock23 Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
Rosenbrock34 Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
seulex Matrix: Added (i, j) addressing to allow support for addressing blocks of the matrix 2016-03-20 19:44:29 +00:00
SIBS SquareMatrix, SymmetricSquareMatrix: Changed the constructor from size to require only n 2016-03-22 14:13:48 +00:00
Trapezoid Resolved issues with virtual function inheritance and warning from clang 2015-07-17 12:11:37 +01:00