diff --git a/Tests/AssemblerLib/SteadyDiffusion2DExample1.h b/Tests/AssemblerLib/SteadyDiffusion2DExample1.h index 931bbb506bf3f9c453c6989c0d45ddb24a94416d..5e69d1b646bbe3c3b80c962ae597e4718260b383 100644 --- a/Tests/AssemblerLib/SteadyDiffusion2DExample1.h +++ b/Tests/AssemblerLib/SteadyDiffusion2DExample1.h @@ -42,7 +42,11 @@ public: } void assemble(std::size_t const rows, std::size_t const columns) - { } + { + // The local contributions are computed here, usually, but for this + // particular test all contributions are equal for all elements and are + // already stored in the _localA matrix. + } LocalMatrixType const& getLocalMatrix() const {