![]() |
ESPResSo
Extensible Simulation Package for Research on Soft Matter Systems
|
| __global__ void walberla::lbm::accessor::Force::kernel_set | ( | gpu::FieldAccessor< double > | pdf, |
| gpu::FieldAccessor< double > | velocity, | ||
| gpu::FieldAccessor< double > | force, | ||
| double const *RESTRICT | f_in, | ||
| double const | density | ||
| ) |
Definition at line 1110 of file FieldAccessorsDoublePrecisionCUDA.cu.
References density, getLinearIndex(), stream, and velocity().
| __global__ void walberla::lbm::accessor::Force::kernel_set | ( | gpu::FieldAccessor< float > | pdf, |
| gpu::FieldAccessor< float > | velocity, | ||
| gpu::FieldAccessor< float > | force, | ||
| float const *RESTRICT | f_in, | ||
| float const | density | ||
| ) |
Definition at line 1110 of file FieldAccessorsSinglePrecisionCUDA.cu.
References density, getLinearIndex(), stream, and velocity().
|
inline |
Definition at line 1040 of file FieldAccessorsDoublePrecision.h.
|
inline |
Definition at line 989 of file FieldAccessorsDoublePrecision.h.
Referenced by walberla::LBWalberlaImpl< FloatType, Architecture >::set_node_last_applied_force(), and walberla::LBWalberlaImpl< FloatType, Architecture >::set_slice_last_applied_force().
|
inline |
Definition at line 1040 of file FieldAccessorsSinglePrecision.h.
|
inline |
Definition at line 989 of file FieldAccessorsSinglePrecision.h.
| void walberla::lbm::accessor::Force::set | ( | gpu::GPUField< double > const * | pdf_field, |
| gpu::GPUField< double > * | velocity_field, | ||
| gpu::GPUField< double > * | force_field, | ||
| std::vector< double > const & | values, | ||
| double const | density, | ||
| CellInterval const & | ci | ||
| ) |
Definition at line 1184 of file FieldAccessorsDoublePrecisionCUDA.cu.
References density, kernel_set(), and stream.
| void walberla::lbm::accessor::Force::set | ( | gpu::GPUField< double > const * | pdf_field, |
| gpu::GPUField< double > * | velocity_field, | ||
| gpu::GPUField< double > * | force_field, | ||
| Vector3< double > const & | u, | ||
| double const | density, | ||
| Cell const & | cell | ||
| ) |
Definition at line 1166 of file FieldAccessorsDoublePrecisionCUDA.cu.
References density, kernel_set(), and stream.
| void walberla::lbm::accessor::Force::set | ( | gpu::GPUField< float > const * | pdf_field, |
| gpu::GPUField< float > * | velocity_field, | ||
| gpu::GPUField< float > * | force_field, | ||
| std::vector< float > const & | values, | ||
| float const | density, | ||
| CellInterval const & | ci | ||
| ) |
Definition at line 1184 of file FieldAccessorsSinglePrecisionCUDA.cu.
References density, kernel_set(), and stream.
| void walberla::lbm::accessor::Force::set | ( | gpu::GPUField< float > const * | pdf_field, |
| gpu::GPUField< float > * | velocity_field, | ||
| gpu::GPUField< float > * | force_field, | ||
| Vector3< float > const & | u, | ||
| float const | density, | ||
| Cell const & | cell | ||
| ) |
Definition at line 1166 of file FieldAccessorsSinglePrecisionCUDA.cu.
References density, kernel_set(), and stream.