log +scheme/Euler1d.m @ 1298:0ffb5bfa65e4 feature/boundary_optimized_grids

age author description
Tue, 22 Jan 2019 11:17:28 -0800 Martin Almquist Add getBoundaryQuadrature to all 1d diffOps feature/getBoundaryOp
Sat, 12 Jan 2019 13:35:19 -0800 Martin Almquist Add getBoundaryOperator to all 1d schemes. Did not add getBoundaryQuadrature because it doesnt make sense in 1d (?) feature/getBoundaryOp
Wed, 05 Dec 2018 10:52:37 +0100 Jonatan Werpers Change from opts to type in a few schemes feature/utux2D
Fri, 23 Nov 2018 20:39:40 -0800 Martin Almquist Change the name of the last interface method argument from type to opts in all schemes. feature/utux2D
Thu, 22 Nov 2018 22:03:44 -0800 Martin Almquist Include type as (optional) input parameter in the interface method of all schemes. feature/utux2D
Thu, 29 Sep 2016 16:27:33 +0200 Jonatan Werpers Fixes in Upwind operators and Euler1D scheme.
Wed, 09 Dec 2015 15:48:58 +0100 Jonatan Werpers Fixed some bugs regarding flowState determination.