|
peclet-dem 0.4.0
Performance-portable XPBD Discrete Element Method (Kokkos + ArborX)
|
Device-side iteration loop: run up to maxIters sweeps of the colour classes inside ONE kernel, evaluating the adaptive stop on-device (the same residual the host loop read back between launches — the readback round trip and the CUDA-graph capture disappear entirely). More...
#include <solver_fused.hpp>
Public Attributes | |
| int | maxIters |
| float | tol |
| bool | strictLess |
Device-side iteration loop: run up to maxIters sweeps of the colour classes inside ONE kernel, evaluating the adaptive stop on-device (the same residual the host loop read back between launches — the readback round trip and the CUDA-graph capture disappear entirely).
Definition at line 45 of file solver_fused.hpp.
| int peclet::dem::FusedLoopSpec::maxIters |
Definition at line 46 of file solver_fused.hpp.
| float peclet::dem::FusedLoopSpec::tol |
Definition at line 47 of file solver_fused.hpp.
| bool peclet::dem::FusedLoopSpec::strictLess |
Definition at line 48 of file solver_fused.hpp.