This project is mirrored from https://gitlab.opengeosys.org/ogs/ogs.git.
Pull mirroring updated .
- May 04, 2016
-
-
Added doc link on main page.
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
Dmitri Naumov authored
If CVODE_FOUND is not defined the cvode code is excluded.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
All input arguments and return values are now MappedVector or MappedMatrix (or const). Before it was mixed up with std::array. getYDot() now returns a value instead of modifying input parameter.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
This eliminates _handles object in ode solver factory.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
Remove setArguments() in cvodefactory. Provide ctor for Handles. Make f and df private.
-
Dmitri Naumov authored
Using Eigen::Map<Eigen::Matrix...>> class seems to work by default with the sundials storage order and vice versa.
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
Dmitri Naumov authored
-
-