#include <cassert>
#include "SPACE.H"
#include "WriteRectMDArray.H"
#include <math.h>
Go to the source code of this file.
Functions | |
template<class T, unsigned int C, typename Func> | |
void | forall (LevelData< T, C > &a_lhs, const LevelData< T, C > &a_rhs, const Func &F) |
template<class T, unsigned int C, typename Func> | |
void | forall (LevelData< T, C > &a_lhs, const LevelData< T, C > &a_rhs0, const LevelData< T, C > &a_rhs1, const Func &F) |
template<class T, unsigned int C, typename Func> | |
void | forall (LevelData< T, C > &a_lhs, const LevelData< T, C > &a_rhs0, const LevelData< T, C > &a_rhs1, const LevelData< T, C > &a_rhs2, const Func &F) |
void forall | ( | LevelData< T, C > & | a_lhs, | |
const LevelData< T, C > & | a_rhs, | |||
const Func & | F | |||
) | [inline] |
References LevelData< T, C, D, E >::getBoxLayout().
void forall | ( | LevelData< T, C > & | a_lhs, | |
const LevelData< T, C > & | a_rhs0, | |||
const LevelData< T, C > & | a_rhs1, | |||
const Func & | F | |||
) | [inline] |
References LevelData< T, C, D, E >::getBoxLayout().
void forall | ( | LevelData< T, C > & | a_lhs, | |
const LevelData< T, C > & | a_rhs0, | |||
const LevelData< T, C > & | a_rhs1, | |||
const LevelData< T, C > & | a_rhs2, | |||
const Func & | F | |||
) | [inline] |
References LevelData< T, C, D, E >::getBoxLayout().