From 2c49dce5259b0e340ede8cedd09a9fbc09b40a36 Mon Sep 17 00:00:00 2001 From: Dmitri Naumov <dmitri.naumov@ufz.de> Date: Thu, 25 Sep 2014 13:36:06 +0200 Subject: [PATCH] [T] Add comment for empty assemble() --- Tests/AssemblerLib/SteadyDiffusion2DExample1.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/Tests/AssemblerLib/SteadyDiffusion2DExample1.h b/Tests/AssemblerLib/SteadyDiffusion2DExample1.h index 931bbb506bf..5e69d1b646b 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 { -- GitLab