Skip to content
Snippets Groups Projects
Commit 2c49dce5 authored by Dmitri Naumov's avatar Dmitri Naumov
Browse files

[T] Add comment for empty assemble()

parent 95eb5be1
No related branches found
No related tags found
No related merge requests found
...@@ -42,7 +42,11 @@ public: ...@@ -42,7 +42,11 @@ public:
} }
void assemble(std::size_t const rows, std::size_t const columns) 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 LocalMatrixType const& getLocalMatrix() const
{ {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment