Update home authored by Delchini, Marco's avatar Delchini, Marco
...@@ -4,18 +4,26 @@ Outlines: ...@@ -4,18 +4,26 @@ Outlines:
1. [General Remarks](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Introduction/Summary) 1. [General Remarks](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Introduction/Summary)
2. [Scaling](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Introduction/Scaling) 2. [Scaling](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Introduction/Scaling)
<br>
* Installation * Installation
1. [Building MFEM](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Installation-of-MFEM) 1. [Building MFEM](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Installation-of-MFEM)
2. [Building Euler](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Building-Euler) 2. [Building Euler](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Building-Euler)
<br>
* Theory * Theory
1. [The partial differential system of equations](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Partial-Diff-Equ.md) 1. [The partial differential system of equations](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Partial-Diff-Equ.md)
2. [Spatial and temporal discretizations](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Discretization.md) 2. [Spatial and temporal discretizations](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Discretization.md)
3. [Numerical method for conservative and non-conservative fluxes](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Numerical-Fluxes.md) 3. [Numerical method for conservative and non-conservative fluxes](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/Numerical-Fluxes.md)
4. [WENO-type limiters](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/WENO-type-limiters.md) 4. [WENO-type limiters](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Installation/WENO-type-limiters.md)
<br>
* [Workbench: a GUI for Euler](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Workbench) * [Workbench: a GUI for Euler](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Workbench)
<br>
* [Examples](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Examples) * [Examples](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Examples)
1. [Linear advection equation](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Examples-for-linear-advection-equations) 1. [Linear advection equation](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Examples-for-linear-advection-equations)
2. [Burgers' equations](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Examples-for-Burger's-equations) 2. [Burgers' equations](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Examples-for-Burger's-equations)
...@@ -23,6 +31,8 @@ Outlines: ...@@ -23,6 +31,8 @@ Outlines:
4. Shallow water equations 4. Shallow water equations
5. Porous media model 5. Porous media model
<br>
* [Convergence](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Convergence) * [Convergence](https://code.ornl.gov/mxd/SEED-MFEM-2018/wikis/Convergence)
1. [Advection equation](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Convergence/Advection-equation) 1. [Advection equation](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Convergence/Advection-equation)
2. [Burger's equation](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Convergence/Burgers-equation) 2. [Burger's equation](https://code.ornl.gov/mxd/SEED-MFEM-2018/-/wikis/Convergence/Burgers-equation)
... ...
......