25static_assert(std::is_standard_layout_v<VectorizedArray<double>> &&
26 std::is_trivial_v<VectorizedArray<double>>,
27 "VectorizedArray<double> must be a POD type");
28static_assert(std::is_standard_layout_v<VectorizedArray<float>> &&
29 std::is_trivial_v<VectorizedArray<float>>,
30 "VectorizedArray<float> must be a POD type");
#define DEAL_II_NAMESPACE_OPEN
#define DEAL_II_NAMESPACE_CLOSE