40 {
41auto x5 = cell.template getFieldComponent<descriptors::VELOCITY>(0);
42auto x6 = cell.template getFieldComponent<descriptors::VELOCITY>(1);
43auto x8 = parameters.template get<descriptors::OMEGA>();
44auto x7 = cell.template getFieldComponent<momenta::FixedDensity::RHO>(0);
45auto x9 = V{3}*x5;
46auto x10 = x9 + V{-1};
47auto x11 = V{0.0555555555555556}*x7;
48auto x12 = V{3}*x6;
49auto x13 = x12 + V{-1};
50auto x14 = x9 + V{1};
51auto x15 = x12 + V{1};
52auto x16 = x8 + V{-1};
53auto x17 = V{0.0277777777777778}*x7;
54auto x18 = -x10*x17 + x11 - x13*x17 + x14*x17 + x15*x17 + V{1.85037170770859e-17};
55auto x19 = x14*x18;
56auto x20 = x10*x18;
57auto x21 = V{0.0833333333333333}*x7;
58auto x22 = x16*(V{1}*cell[1] + x10*x21 - x14*x21 + V{0.5}*x19 + V{0.5}*x20 + V{0.166666666666667});
59auto x23 = x13*x18;
60auto x24 = x15*x18;
61auto x25 = V{0.5}*x16*(cell[2] - cell[4] + x23 + x24);
62auto x26 = V{0.166666666666667}*x7;
63cell[0] = -x10*x11 - x11*x13 + V{0.0555555555555556}*x14*x7 + V{0.0555555555555556}*x15*x7 + V{0.111111111111111}*x7 + V{-0.333333333333333};
64cell[1] = -x20 - x22 + V{-0.166666666666667};
65cell[2] = -x23 - x25 + V{-0.166666666666667};
66cell[3] = x19 + x22 + V{-0.166666666666667};
67cell[4] = x24 + x25 + V{-0.166666666666667};
68return { -x10*x26 - x13*x26 + x14*x26 + x15*x26 + V{0.333333333333333}*x7 + V{1.11022302462516e-16}, x5*x5 + x6*x6 };
69}