dealii / dealii

The development repository for the deal.II finite element library
https://www.dealii.org
Other
1.38k stars 745 forks source link

Convert tutorial tables to a nicer-looking format #8131

Open bangerth opened 5 years ago

bangerth commented 5 years ago

8129 converts one table into a much nicer looking way. It now has the same style as this one:

https://www.dealii.org/developer/doxygen/deal.II/step_61.html#Convergencetable But there are plenty of ugly-looking tables left. For example, here is one: https://www.dealii.org/developer/doxygen/deal.II/step_48.html#Results

Converting the ones that still look ugly might make for a nice starter project!

bangerth commented 5 years ago

See also 63530d5 from #8146.