]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Make LA::d::BlockVector::communication_block_size public.
authorMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 24 May 2018 11:09:35 +0000 (13:09 +0200)
committerMartin Kronbichler <kronbichler@lnm.mw.tum.de>
Thu, 24 May 2018 11:09:35 +0000 (13:09 +0200)
include/deal.II/lac/la_parallel_block_vector.h

index 3a46a9fe458689d227f1ef6fb35998609803d8ef..bc19ef9e5b822a494883053749d49110cce85067 100644 (file)
@@ -81,6 +81,7 @@ namespace LinearAlgebra
     class BlockVector : public BlockVectorBase<Vector<Number> >,
       public VectorSpaceVector<Number>
     {
+    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.

In the beginning the Universe was created. This has made a lot of people very angry and has been widely regarded as a bad move.

Douglas Adams


Typeset in Trocchi and Trocchi Bold Sans Serif.