From cb42dc0d8d0539a3de41ea2f1c19ea31b2a065db Mon Sep 17 00:00:00 2001 From: Matthias Maier Date: Fri, 15 Jun 2018 18:18:37 -0500 Subject: [PATCH] step-5: remove TODO --- examples/step-5/TODO | 1 - examples/step-5/step-5.cc | 6 ------ 2 files changed, 7 deletions(-) delete mode 100644 examples/step-5/TODO diff --git a/examples/step-5/TODO b/examples/step-5/TODO deleted file mode 100644 index 09b0612560..0000000000 --- a/examples/step-5/TODO +++ /dev/null @@ -1 +0,0 @@ -Text following 414 is wrong diff --git a/examples/step-5/step-5.cc b/examples/step-5/step-5.cc index 1e939eb357..102c04906a 100644 --- a/examples/step-5/step-5.cc +++ b/examples/step-5/step-5.cc @@ -158,12 +158,6 @@ void Step5::setup_system() // side can take a comparable time, and you should think about using one or // two optimizations at some places. // -// What we will show here is how we can avoid calls to the shape_value, -// shape_grad, and quadrature_point functions of the FEValues object. The way -// to do so will be explained in the following, while those parts of this -// function that are not changed with respect to the previous example are not -// commented on. -// // The first parts of the function are completely unchanged from before: template void Step5::assemble_system() -- 2.39.5