aboutsummaryrefslogtreecommitdiff
path: root/Examples
Commit message (Collapse)AuthorAge
...
| * EulerSR.m: Restore fixed-iteration-count primitive calculationIan Hinder2011-12-15
| | | | | | The implementation based on IfThen has several problems, and for some reason was only being run once.
| * Add missing Primitives entry to EulerAuto.mIan Hinder2011-12-15
| |
| * Add several parameter filesIan Hinder2011-06-28
| |
| * EulerSR.m: Change initial data to 2D shock tubeIan Hinder2011-06-04
| |
| * Merge remote-tracking branch 'origin/master' into hydroIan Hinder2011-06-03
| |\
| * | Temporary commitIan Hinder2011-06-03
| | |
| * | Add special relativistic Euler code and parameter fileIan Hinder2011-06-03
| | |
| * | EulerAuto.m: Tidy up and remove unnecessary codeIan Hinder2010-10-01
| | |
| * | EulerAuto.m: Add equations for converting between primitive and conserved ↵Ian Hinder2010-10-01
| | | | | | | | | | | | variables
| * | Examples/advect_shock.par: Add example parameter file with a shock-tube test ↵Ian Hinder2010-10-01
| | | | | | | | | | | | for the advection equation
| * | kranc.th: Add EulerAuto exampleIan Hinder2010-10-01
| | |
| * | EulerAuto.m: Add script to generate Euler equation automatically using new ↵Ian Hinder2010-10-01
| | | | | | | | | | | | internal Kranc code for conservation laws
| * | euler_shock.par: Change alpha from 1 to 3Ian Hinder2010-10-01
| | |
| * | Euler.m: Add van Leer slope limiterIan Hinder2010-09-30
| | |
| * | Euler.m: Fix to use reconstructed EnIan Hinder2010-09-30
| | |
| * | Examples: Add hydro parameter filesIan Hinder2010-09-30
| | |
| * | Euler.m: Replace standard finite differencing with conservative method ↵Ian Hinder2010-09-30
| | | | | | | | | | | | (minmod and HLLE)
| * | kranc.th: Use KrancHydroNumericalTools to pick up the right branchIan Hinder2010-09-30
| | |
| * | Burgers.m: Correct sign errors, fix minmod and add commentsIan Hinder2010-09-29
| | |
| * | Burgers.m: Fix to use the correct uR in HLLEIan Hinder2010-09-29
| | |
| * | kranc.th: Add Advect and BurgersIan Hinder2010-09-29
| | |
| * | Burgers.m: Add Burger's equation with minmod reconstruction and HLLE Riemann ↵Ian Hinder2010-09-29
| | | | | | | | | | | | solver
| * | Advect.m: Add advection equationIan Hinder2010-09-29
| | |
| * | Euler.m: Add shock tube initial dataIan Hinder2010-09-29
| | |
| * | Euler.m: Schedule RHS calculation only in the interior of the gridIan Hinder2010-09-28
| | |
| * | kranc.th: Add dissipation thorn and include only Euler exampleIan Hinder2010-09-28
| | |
| * | euler_test.par: Add dissipation and some ID parametersIan Hinder2010-09-28
| | |
| * | Separate out Euler equation calculations in preparation for hydro and fix ↵Ian Hinder2010-09-28
| | | | | | | | | | | | scheduling
| * | Add Euler equation (very preliminary)Ian Hinder2010-09-27
| | |
* | | Rename generated thorn for EM-xTensor example.Barry Wardell2012-01-03
| | | | | | | | | The old name resulted in code which didn't compile. Given that this is supposed to produce identical code to the TensorTools EM example, also naming the xTensor version EM is appropriate as it makes it easier to compare the generated code between the two variants.
* | | Add explicit Euclidean metric for raising indices in EM-xTensor example.Barry Wardell2012-01-03
| | |
* | | Add missing "Where -> Interior" to EM-xTensor example.Barry Wardell2012-01-03
| | |
* | | wave_sine.par: Increase ghost and boundary size to 2Ian Hinder2011-11-29
| | | | | | | | | | | | This is necessary because Kranc checks that you have enough ghost and boundary points for all the finite difference operators you use, and the boundary condition calculation uses PDonesided2nd, which requires a ghost size of 2. Given how this is used, it almost certainly can be used with a smaller ghost size, but the check in Kranc does not know this.
* | | simplewave_sine.par: Add LocalReduce for info outputIan Hinder2011-11-29
| | |
* | | kranc.th: Add PUGH thornsIan Hinder2011-11-29
| | | | | | | | | | | | These are needed for simplewave_sine.par
* | | kranc.th: Add LSUThorns/Vectors which is now required by CarpetIan Hinder2011-11-29
| | |
* | | kranc.th: Add LocalReduceIan Hinder2011-11-29
| | |
* | | kranc.th: Update arrangement of LocalInterpIan Hinder2011-11-29
| | |
* | | EM.m: Add explicit Euclidean metric for raising indicesIan Hinder2011-11-29
| | |
* | | Add missing "Where -> Interior" to examplesIan Hinder2011-11-29
| | |
* | | Add output for ODE variables to simplewaveode_sine.parIan Hinder2011-11-01
| | |
* | | Add ability to evolve ODEs in calculationsHal Finkel2011-11-01
| | |
* | | Add Laplace equation exampleIan Hinder2011-10-28
| | | | | | | | | | | | This uses Jacobi iteration to solve Laplace's equation in 2D on a square grid.
* | | Wave.m: Update example to use run-time finite difference selectionIan Hinder2011-09-18
| |/ |/|
* | Make xTensor EM example work again.Barry Wardell2011-05-12
| |
* | Improve xTensor support to the point where it can generate an xTensor ↵Barry Wardell2011-03-21
| | | | | | | | version of the EM example. There are still several very hack parts which will need to be improved.
* | Wave.m: Explicitly use Euclidean metric in evolution equationIan Hinder2010-11-29
| |
* | Wave.m: Use 3 timelevels for all variables so that they can be used with ↵Ian Hinder2010-11-29
| | | | | | | | mesh refinement
* | simplewave_sine.par: Convert to use PUGH instead of CarpetIan Hinder2010-10-04
| |
* | Examples/Analysis.nb: New short notebook for analysing the output of the ↵Ian Hinder2010-10-04
|/ | | | examples