From: Martin Kronbichler Date: Thu, 24 May 2018 11:09:35 +0000 (+0200) Subject: Make LA::d::BlockVector::communication_block_size public. X-Git-Tag: v9.1.0-rc1~1101^2~4 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=445b5fc99711529a38731028e6c7084cbb919b06;p=dealii.git Make LA::d::BlockVector::communication_block_size public. --- diff --git a/include/deal.II/lac/la_parallel_block_vector.h b/include/deal.II/lac/la_parallel_block_vector.h index 3a46a9fe45..bc19ef9e5b 100644 --- a/include/deal.II/lac/la_parallel_block_vector.h +++ b/include/deal.II/lac/la_parallel_block_vector.h @@ -81,6 +81,7 @@ namespace LinearAlgebra class BlockVector : public BlockVectorBase >, public VectorSpaceVector { + public: /** * The chunks size to split communication in update_ghost_values() * and compress() calls. @@ -93,7 +94,6 @@ namespace LinearAlgebra * so we should arrive at the bandwidth dominated regime then which is good enough. */ static constexpr unsigned int communication_block_size = 20; - public: /** * Typedef the base class for simpler access to its own typedefs.