HPC_Voxel_Engine 0.2.0
High-Performance C++ Voxel Engine
Loading...
Searching...
No Matches
Classes
ThermalSystem.h File Reference

Defines the ThermalSystem class for multi-threaded, SIMD-accelerated heat diffusion. More...

#include <atomic>
#include <barrier>
#include <memory>
#include <thread>
#include <vector>
Include dependency graph for ThermalSystem.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ThermalSystem
 Manages a thread pool to compute 3D explicit thermal diffusion across voxel chunks. More...
 

Detailed Description

Defines the ThermalSystem class for multi-threaded, SIMD-accelerated heat diffusion.