Chombo + EB + MF
3.2
|
#include <iostream>
#include "MayDay.H"
#include "Misc.H"
#include "IndexTM.H"
#include "parstream.H"
#include <cmath>
#include <algorithm>
#include <functional>
#include <numeric>
#include "Metaprograms.H"
#include "BaseNamespaceHeader.H"
#include "BaseNamespaceFooter.H"
Go to the source code of this file.
Macros | |
#define | _INDEXTMI_H_ |
#define | CH_IGNORE_MAX 100000 |
Functions | |
template<typename T , int N> | |
ostream & | operator<< (ostream &a_os, const IndexTM< T, N > &a_p) |
template<typename T , int N> | |
istream & | operator>> (istream &a_is, IndexTM< T, N > &a_p) |
template<typename T > | |
static bool | abscompare (const T &a_a, const T &a_b) |
template<typename T > | |
static T | ourmin (T a_a, T a_b) |
template<typename T > | |
static T | ourmax (T a_a, T a_b) |
template<typename T , int N> | |
IndexTM< T, N > | scale (const IndexTM< T, N > &a_p, T a_s) |
template<typename T , int N> | |
IndexTM< T, N > | diagShift (const IndexTM< T, N > &a_p, T a_s) |
template<typename T , int N> | |
IndexTM< T, N > | min (const IndexTM< T, N > &a_p1, const IndexTM< T, N > &a_p2) |
template<typename T , int N> | |
IndexTM< T, N > | max (const IndexTM< T, N > &a_p1, const IndexTM< T, N > &a_p2) |
template<typename T , int N> | |
IndexTM< T, N > | BASISV_TM (int a_dir) |
template<typename T , int N> | |
IndexTM< T, N > | reflect (const IndexTM< T, N > &a_a, T a_refIx, int a_idir) |
template<typename T > | |
static T | ourcoarsen (T a_a, T a_b) |
template<typename T , int N> | |
IndexTM< T, N > | coarsen (const IndexTM< T, N > &a_p, T a_s) |
template<typename T , int N> | |
IndexTM< T, N > | coarsen (const IndexTM< T, N > &a_p1, const IndexTM< T, N > &a_p2) |
#define _INDEXTMI_H_ |
#define CH_IGNORE_MAX 100000 |
Referenced by operator>>().
References MayDay::Abort(), and N.
References MayDay::Abort(), CH_IGNORE_MAX, and N.
|
static |
References Abs().
|
static |
|
static |
Referenced by MultilevelLinearOp< T >::dotProduct().
Referenced by grow().
Returns a basis vector in the given coordinate direction.
In 3-D: BASISV(0) == (1,0,0); BASISV(1) == (0,1,0); BASISV(2) == (0,0,1).
In 2-D: BASISV(0) == (1,0); BASISV(1) == (0,1).
Note that the coordinate directions are based at zero.
References CH_assert, IndexTM< T, N >::dataPtr(), and N.
|
inline |
References IndexTM< T, N >::reflect().
|
static |
References Abs().
References IndexTM< T, N >::coarsen().
Referenced by coarsen_bl(), collectValidParticles(), BoxLayout::compatible(), ProblemDomain::contains_box(), Copier::Copier(), ParticleData< P >::enforcePeriodic(), ParticleData< P >::fillGhosts(), ParticleData< P >::remapOutcast(), and StdSetIVS::~StdSetIVS().