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

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

#include <ff/ff.hpp>
#include <ff/parallel_for.hpp>
#include <iostream>
#include <thread>

Go to the source code of this file.

Classes

class  ca::ffl::CellularAutomaton< T >
 

Namespaces

 ca
 Namespace of the framework.
 
 ca::ffl
 Namespace containing the implementation of the parallel version of the cellular automaton using fastflow.
 

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 the fastflow framework.
Version
0.1
Date
2021-12-22