peclet-dem 0.4.0
Performance-portable XPBD Discrete Element Method (Kokkos + ArborX)
Loading...
Searching...
No Matches
peclet::dem::FusedLoopSpec Struct Reference

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
 

Detailed Description

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.

Member Data Documentation

◆ maxIters

int peclet::dem::FusedLoopSpec::maxIters

Definition at line 46 of file solver_fused.hpp.

◆ tol

float peclet::dem::FusedLoopSpec::tol

Definition at line 47 of file solver_fused.hpp.

◆ strictLess

bool peclet::dem::FusedLoopSpec::strictLess

Definition at line 48 of file solver_fused.hpp.


The documentation for this struct was generated from the following file: