]> https://gitweb.dealii.org/ - dealii.git/commitdiff
Introduce backward compatibility layer
authorMartin Kronbichler <martin.kronbichler@it.uu.se>
Mon, 13 Dec 2021 13:00:33 +0000 (14:00 +0100)
committerMartin Kronbichler <martin.kronbichler@it.uu.se>
Mon, 13 Dec 2021 13:00:33 +0000 (14:00 +0100)
include/deal.II/matrix_free/fe_evaluation_data.h

index 436288bd906460e0470230388b4dbcabcb1ee5f9..32e84a9514e08ff4cec9507bf4aa7a85d0be1ac2 100644 (file)
@@ -904,6 +904,17 @@ protected:
 };
 
 
+/**
+ * This class is equivalent to FEEvaluationData and exists merely for backward
+ * compatibility.
+ */
+template <int dim,
+          typename Number,
+          bool is_face,
+          typename VectorizedArrayType = VectorizedArray<Number>>
+using FEEvaluationBaseData =
+  FEEvaluationData<dim, VectorizedArrayType, is_face>;
+
 
 /*----------------------- Inline functions ----------------------------------*/
 

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.