parallel-cellular-automata
Framework for building parallel cellular automata.
Classes | Namespaces
parallel_automaton.hpp File Reference

This file contains the definition and implementation of the parallel version of the Cellular Automaton. More...

#include "cellular_automata.hpp"
#include <barrier.hpp>
#include <grid.hpp>
#include <stdexcept>
#include <thread>
#include <threadpool.hpp>
#include <vector>

Go to the source code of this file.

Classes

class  ca::par::CellularAutomaton< T >
 

Namespaces

 ca
 Namespace of the framework.
 
 ca::par
 Namespace containing the implementation of the parallel version of the cellular automaton.
 

Detailed Description

This file contains the definition and implementation of the parallel version of the Cellular Automaton.

Author
gerardo zinno (gerar.nosp@m.dozi.nosp@m.nno1@.nosp@m.gmai.nosp@m.l.com)
   This version is parallelized using standard c++
Version
0.1
Date
2021-12-12