The original rendering eats the leading spaces, see
https://www.dealii.org/developer/doxygen/deal.II/step_42.html#PlasticityContactProblemmake_grid
The patch adds something at the front that ensures that this doesn't
happen. It's not pretty, but it works.
// Alternatively, create a hypercube mesh. After creating it,
// assign boundary indicators as follows:
// @code
- // _______
- // / 1 /|
- // /______ / |
- // | | 8|
- // | 8 | /
- // |_______|/
- // 6
+ // > _______
+ // > / 1 /|
+ // > /______ / |
+ // > | | 8|
+ // > | 8 | /
+ // > |_______|/
+ // > 6
// @endcode
// In other words, the boundary indicators of the sides of the cube are 8.
// The boundary indicator of the bottom is 6 and the top has indicator 1.
In the beginning the Universe was created. This has made a lot of
people very angry and has been widely regarded as a bad move.
Douglas Adams