3.5-git
DUNE for Multi-{Phase, Component, Scale, Physics, ...} flow and transport in porous media
Loading...
Searching...
No Matches
coloring.hh File Reference

Coloring schemes for shared-memory-parallel assembly. More...

#include <vector>
#include <deque>
#include <iostream>
#include <tuple>
#include <dune/common/timer.hh>
#include <dune/common/exceptions.hh>
#include <dumux/io/format.hh>
#include <dumux/discretization/method.hh>

Go to the source code of this file.

Description

Coloring schemes for shared-memory-parallel assembly.

Classes

struct  Dumux::SupportsColoring< DiscretizationMethod >
 Traits specifying if a given discretization tag supports coloring. More...
struct  Dumux::SupportsColoring< DiscretizationMethods::CCTpfa >
struct  Dumux::SupportsColoring< DiscretizationMethods::Box >

Namespaces

namespace  Dumux

Functions

template<class GridGeometry>
auto Dumux::computeColoring (const GridGeometry &gg, int verbosity=1)
 Compute iterable lists of element seeds partitioned by color.