]> https://gitweb.dealii.org/ - dealii.git/commitdiff
add size_type to MGInterfaceOperator 5204/head
authorDenis Davydov <davydden@gmail.com>
Fri, 6 Oct 2017 16:55:45 +0000 (18:55 +0200)
committerDenis Davydov <davydden@gmail.com>
Fri, 6 Oct 2017 16:55:45 +0000 (18:55 +0200)
This might be needed when one uses a single wrapper class
to define level block operators based on non-block versions.

include/deal.II/matrix_free/operators.h

index 91a5967ef01c5231591bf06d197c62c5987553bb..a121357186c0f2eabd188d927f704616ad409883 100644 (file)
@@ -482,6 +482,11 @@ namespace MatrixFreeOperators
      */
     typedef typename OperatorType::value_type value_type;
 
+    /**
+     * Size type.
+     */
+    typedef typename OperatorType::size_type size_type;
+
     /**
      * Default constructor.
      */

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.