Hipace
Classes | Functions
hpmg Namespace Reference

Classes

class  MultiGrid
 Multigrid solver. More...
 

Functions

template<typename T , typename F >
void ParallelFor (T n, F &&f) noexcept
 
template<typename F >
void ParallelFor (amrex::Box const &box, F &&f) noexcept
 
template<typename F >
void ParallelFor (amrex::Box const &box, int ncomp, F &&f) noexcept
 

Detailed Description

brief namespace for Hipace Multigrid

Function Documentation

◆ ParallelFor() [1/3]

template<typename F >
void hpmg::ParallelFor ( amrex::Box const &  box,
F &&  f 
)
noexcept

◆ ParallelFor() [2/3]

template<typename F >
void hpmg::ParallelFor ( amrex::Box const &  box,
int  ncomp,
F &&  f 
)
noexcept

◆ ParallelFor() [3/3]

template<typename T , typename F >
void hpmg::ParallelFor ( n,
F &&  f 
)
noexcept