From 9e6c387e4de62717ddc187c764087b52ee6eca1e Mon Sep 17 00:00:00 2001 From: Katherine Cosburn Date: Thu, 8 Aug 2019 16:21:49 -0600 Subject: [PATCH] add explanation for fix in step-2 --- doc/news/changes/minor/20190808KatherineCosburn | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 doc/news/changes/minor/20190808KatherineCosburn diff --git a/doc/news/changes/minor/20190808KatherineCosburn b/doc/news/changes/minor/20190808KatherineCosburn new file mode 100644 index 0000000000..836fd865be --- /dev/null +++ b/doc/news/changes/minor/20190808KatherineCosburn @@ -0,0 +1,7 @@ +The original documentation in step-2 under "possible extensions" states in the second paragraph: "Or, you could see how the sparsity pattern changes with more refinements." + +I found this to be redundant and confusing given that, in the paragraph before it, we are asked to explore how the sparsity pattern changes when we use higher order elements in the distribute_dofs function (ie. p-refinement). + +I assumed that what was meant in this second paragraph was to explore how the pattern changes when we refine the mesh (ie. h-refinement) so I edited to make this more clear. + +(Katherine Cosburn, 2019/08/08) -- 2.39.5