ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
Functions | |
std::tuple< double, Vector3< double > > | get (gpu::GPUField< double > const *pdf_field, gpu::GPUField< double > const *force_field, Cell const &cell) |
void | set (gpu::GPUField< double > *pdf_field, gpu::GPUField< double > *force_field, Vector3< double > const &u, double const rho, Cell const &cell) |
std::tuple< float, Vector3< float > > | get (gpu::GPUField< float > const *pdf_field, gpu::GPUField< float > const *force_field, Cell const &cell) |
void | set (gpu::GPUField< float > *pdf_field, gpu::GPUField< float > *force_field, Vector3< float > const &u, float const rho, Cell const &cell) |
std::tuple< double, Vector3< double > > walberla::lbm::accessor::DensityAndVelocity::get | ( | gpu::GPUField< double > const * | pdf_field, |
gpu::GPUField< double > const * | force_field, | ||
Cell const & | cell | ||
) |
std::tuple< float, Vector3< float > > walberla::lbm::accessor::DensityAndVelocity::get | ( | gpu::GPUField< float > const * | pdf_field, |
gpu::GPUField< float > const * | force_field, | ||
Cell const & | cell | ||
) |
void walberla::lbm::accessor::DensityAndVelocity::set | ( | gpu::GPUField< double > * | pdf_field, |
gpu::GPUField< double > * | force_field, | ||
Vector3< double > const & | u, | ||
double const | rho, | ||
Cell const & | cell | ||
) |
void walberla::lbm::accessor::DensityAndVelocity::set | ( | gpu::GPUField< float > * | pdf_field, |
gpu::GPUField< float > * | force_field, | ||
Vector3< float > const & | u, | ||
float const | rho, | ||
Cell const & | cell | ||
) |