Dmytro Sashko

Results 7 issues of Dmytro Sashko

When running some automatically generated from Rtemplate case files I frequently have something like ``. This is fine, sometimes I really want to have it. My expectations for this kind...

bug

During using Sampler I realised that added points are not cleared on finalising. This means next time `Sampler` is used (e.g. if used inside two successive `Solve` handlers) previous points...

I ran profiling for the TCLB. Special interest is LatticeAccess.cpp.Rt parsing time. Full report for d2q9 and d3q27 models: https://gist.github.com/shkodm/607d98a0dfe3c244a1197016f4b125d7 Top list of compilation-time eaters for d3q27. Top of d2q9...

enhancement

On `develop` branch, now at least due to the `std::exclusive_scan` / `std::inclusive_scan`, with `gcc` versions prior to 11.1 (tested on Compiler Explorer), and `icc` version below 2021.7 TCLB compilation fails,...

I fixed building TCLB on macOS. Main issues are related to `sed`, and `find` being non compatible between macOS and Linux's, so some options had to be adjusted. The error...

In VTK export [we have ](https://github.com/CFD-GO/TCLB/blob/4e28d4ebd719b6e58eb97ce12ff4181ecd1f3f38/src/vtkLattice.cpp#L33C5-L33C5), when assigning numerical values for the `BOUNDARY` export: ``` for (size_t i=0;i> it.shift; } ``` So the minimum value would be 0. Meawhile in...

Synchronising various fixes I did to the phase-field mode over the past months: - Split initialisation of wall normals in 2 parts, so it is possible to supply user defined...