52template <
typename FT =
double, lbmpy::Arch AT = lbmpy::Arch::CPU>
55 using StreamCollisionModelThermalized =
56 pystencils::StreamCollideSweepThermalizedDoublePrecisionAVX;
57 using StreamCollisionModelLeesEdwards =
58 pystencils::StreamCollideSweepLeesEdwardsDoublePrecisionAVX;
60 using StreamCollisionModelThermalized =
61 pystencils::StreamCollideSweepThermalizedDoublePrecision;
62 using StreamCollisionModelLeesEdwards =
63 pystencils::StreamCollideSweepLeesEdwardsDoublePrecision;
65 using InitialPDFsSetter = pystencils::InitialPDFsSetterDoublePrecision;
66 using UpdateVelFromPDF = pystencils::UpdateVelFromPDFDoublePrecision;
67 using PackInfoPdf = pystencils::PackInfoPdfDoublePrecision;
68 using PackInfoVec = pystencils::PackInfoVecDoublePrecision;
69 using DynamicUBB = lbm::DynamicUBBDoublePrecision;
74 using StreamCollisionModelThermalized =
75 pystencils::StreamCollideSweepThermalizedSinglePrecisionAVX;
76 using StreamCollisionModelLeesEdwards =
77 pystencils::StreamCollideSweepLeesEdwardsSinglePrecisionAVX;
79 using StreamCollisionModelThermalized =
80 pystencils::StreamCollideSweepThermalizedSinglePrecision;
81 using StreamCollisionModelLeesEdwards =
82 pystencils::StreamCollideSweepLeesEdwardsSinglePrecision;
84 using InitialPDFsSetter = pystencils::InitialPDFsSetterSinglePrecision;
85 using UpdateVelFromPDF = pystencils::UpdateVelFromPDFSinglePrecision;
86 using PackInfoPdf = pystencils::PackInfoPdfSinglePrecision;
87 using PackInfoVec = pystencils::PackInfoVecSinglePrecision;
88 using DynamicUBB = lbm::DynamicUBBSinglePrecision;
\file PackInfoPdfDoublePrecision.cpp \author pystencils