log +scheme/Utux.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
Tue, 22 Jan 2019 11:12:23 -0800 Martin Almquist Clean up Elastic2dVariable (partially), Utux, and Utux2d. feature/getBoundaryOp
Tue, 22 Jan 2019 16:50:50 +0100 Jonatan Werpers Merge with default feature/getBoundaryOp
Tue, 22 Jan 2019 16:50:05 +0100 Jonatan Werpers Remove static method `interface_coupling` that shouldn't have existed in the first place
Tue, 22 Jan 2019 16:47:34 +0100 Jonatan Werpers Add asserts to boundary identifier inputs feature/getBoundaryOp
Fri, 18 Jan 2019 08:58:26 +0100 Vidar Stiernström Change argument order to the "correct" order, i.e providing diffOp specific parameters before the opSet. feature/burgers1d
Mon, 07 Jan 2019 16:35:04 +0100 Vidar Stiernström Support variable wave speed and upwind operators in Utux feature/advectionRV
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 15:27:44 -0800 Martin Almquist Remove half-commented switch in Utux. feature/utux2D
Wed, 05 Dec 2018 15:57:41 +0100 Jonatan Werpers Raname opts to type in a bunch of interface methods 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
Sun, 03 Sep 2017 21:27:09 +0200 Martin Almquist Remove data input from boundary condition function feature/utux2D
Thu, 31 Aug 2017 14:57:34 +0200 Martin Almquist Edit scheme.Utux: Add interface function. Compatible with new grids. Works with Utux_1D_interface. feature/utux2D
Tue, 22 Aug 2017 13:53:31 +0200 Martin Almquist Bug fixes in scheme.Utux feature/utux2D
Fri, 03 Mar 2017 16:19:41 +0100 Ylva Rydin chnaged sbp interfacein 1d among many things feature/quantumTriangles
Tue, 27 Dec 2016 09:11:29 +0100 Ylva Rydin Added different operators to Utux feature/hypsyst
Mon, 28 Nov 2016 08:46:28 +0100 Ylva Rydin Removed inv(Vi) to save time feature/hypsyst
Thu, 10 Nov 2016 20:47:40 +0100 Ylva Rydin Changed operator in Utux feature/hypsyst
Fri, 16 Sep 2016 14:51:17 +0200 Ylva Rydin A first attempt to make a general scheme fo hyperbolic systems feature/hypsyst
Fri, 09 Sep 2016 16:47:53 +0200 Ylva Rydin added a u_t+u_x=0 scheme