- Dec 17, 2015
-
-
Matt Wala authored
-
- Dec 09, 2015
-
-
Matt Wala authored
-
- Dec 03, 2015
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Dec 02, 2015
- Nov 25, 2015
-
-
Andreas Klöckner authored
-
- Nov 24, 2015
-
-
Andreas Klöckner authored
-
- Nov 23, 2015
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Nov 12, 2015
-
- Nov 09, 2015
-
-
Andreas Klöckner authored
-
- Oct 30, 2015
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
- Oct 13, 2015
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
-
Matt Wala authored
-
Matt Wala authored
1. dagrt.vm is now used in place of leap.vm, except for implicit stuff, which remains in leap. 2. Tests that are also part of dagrt get removed. 3. Fix setup.py
-
- Oct 05, 2015
-
-
Andreas Klöckner authored
-
Andreas Klöckner authored
Refactor RK code generation to use a single generator, rename 'TimeStepper' -> 'Method' (IMEX stil broken)
-
- Apr 21, 2015
-
-
Andreas Klöckner authored
-
- Apr 08, 2015
-
- Feb 27, 2015
-
-
Matt Wala authored
-
- Feb 23, 2015
-
-
Matt Wala authored
-
- Feb 08, 2015
-
-
Matt Wala authored
expressions. That is, AssignSolved can in principle solve for multiple variables and accept a system of equations. Add a special case to NewCodeBuilder to handle the simple case of 1 variable and 1 equation. Code lowering for the generalized AssignSolved instructions is not yet implemented.
-
Matt Wala authored
- Separate subdir for each example. - Get the rk example running again. - Move implicit Euler to examples (this is more of a toy method that is useful for experimentation than a "real" method).
-
- Jan 19, 2015
-
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
Start to change the interface of a method generator (Method class) to support two different functions: `generate` and `implicit_expression`: - `implicit_expression` returns an expression template that specifies to the user the format of the implicit expression to expect - `generate` replaces `__call__`, except that it takes as a parameter a list of *solver hooks*, which are callbacks provided by the user that, given a particular instance of an implicit expression, will return a new expression for the solve component In order to facilitate the above changes, passing component id names is moved to the constructor. Provide a default solver hook (ScipySolverGenerator) for the Python backend to demonstrate the use of the implicit tools that have been developed. Add tools to simplify the manipulation of expressions, including parsing and matching. Bug: #8
-
- Dec 14, 2014
-
-
Andreas Klöckner authored
-
- Dec 03, 2014
-
-
Matt Wala authored
-
Matt Wala authored
-
Matt Wala authored
-
Andreas Klöckner authored
-