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

This file contains the definition and implementation of the Cellular Automaton parallelized using OpenMP. More...

#include <cstddef>
#include <functional>
#include <grid.hpp>
#include <iostream>
#include <tuple>

Go to the source code of this file.

Classes

class  ca::omp::CellularAutomaton< T >
 Parallel Cellular Automaton using OpenMP. More...
 

Namespaces

 ca
 Namespace of the framework.
 
 ca::omp
 Namespace containing the implementation of the parallelized version using OpenMP.
 

Detailed Description

This file contains the definition and implementation of the Cellular Automaton parallelized using OpenMP.

Author
gerardo zinno (gerar.nosp@m.dozi.nosp@m.nno1@.nosp@m.gmai.nosp@m.l.com)
Version
0.1
Date
2021-12-12