#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.
Defines | |
#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 CH_IGNORE_MAX 100000 |
Referenced by operator>>().
ostream& operator<< | ( | ostream & | a_os, | |
const IndexTM< T, N > & | a_p | |||
) | [inline] |
References MayDay::Abort(), and N.
References MayDay::Abort(), CH_IGNORE_MAX, and N.
static bool abscompare | ( | const T & | a_a, | |
const T & | a_b | |||
) | [inline, static] |
References Abs().
static T ourmin | ( | T | a_a, | |
T | a_b | |||
) | [inline, static] |
static T ourmax | ( | T | a_a, | |
T | a_b | |||
) | [inline, static] |
Referenced by grow().
IndexTM<T,N> min | ( | const IndexTM< T, N > & | a_p1, | |
const IndexTM< T, N > & | a_p2 | |||
) | [inline] |
References IndexTM< T, N >::min().
Referenced by RootSolver::Brent(), and CoefficientInterpolator< LevelData_, SolutionLevelData_ >::NewtonRaphson().
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.
IndexTM<T,N> reflect | ( | const IndexTM< T, N > & | a_a, | |
T | a_refIx, | |||
int | a_idir | |||
) | [inline] |
References IndexTM< T, N >::reflect().
static T ourcoarsen | ( | T | a_a, | |
T | a_b | |||
) | [inline, static] |
References Abs().
IndexTM<T,N> coarsen | ( | const IndexTM< T, N > & | a_p1, | |
const IndexTM< T, N > & | a_p2 | |||
) | [inline] |
References IndexTM< T, N >::coarsen().