Skip to content
Snippets Groups Projects
Commit 57499519 authored by Stéphane Del Pino's avatar Stéphane Del Pino
Browse files

Rework reductions

- define min, max and sum functions for generic array types. These are
  local (i.e. non-parallel) reductions
- define min, max and sum functions for item value types. These are
  parallel reductions

Parallel versions are not finished since
- ghost items need to be ignored
- mpi sum reduction needs to take into account non scalar
types (i.e. TinyVector's and TinyMatrix's for instance)
parent 5ba73bfb
No related branches found
No related tags found
1 merge request!11Feature/mpi
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment