Discontinuous Galerkin Library
#include "dg/algorithm.h"
Loading...
Searching...
No Matches
dg::blas2::detail Namespace Reference

Functions

template<class Stencil , class ContainerType , class ... ContainerTypes>
void doParallelFor (SharedVectorTag, Stencil f, unsigned N, ContainerType &&x, ContainerTypes &&... xs)
 

Function Documentation

◆ doParallelFor()

template<class Stencil , class ContainerType , class ... ContainerTypes>
void dg::blas2::detail::doParallelFor ( SharedVectorTag ,
Stencil f,
unsigned N,
ContainerType && x,
ContainerTypes &&... xs )