IntVect.H File Reference

#include <cstddef>
#include <cstdlib>
#include <cstring>
#include <iostream>
#include "SPACE.H"
#include "Vector.H"
#include "Misc.H"
#include "NamespaceHeader.H"
#include "NamespaceFooter.H"

Include dependency graph for IntVect.H:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  BLfacade

Classes

class  IntVect
 An integer Vector in SpaceDim-dimensional space. More...

Functions

IntVect operator+ (int s, const IntVect &p)
IntVect operator- (int s, const IntVect &p)
IntVect operator* (int s, const IntVect &p)
IntVect scale (const IntVect &p, int s)
IntVect diagShift (const IntVect &p, int s)
IntVect min (const IntVect &p1, const IntVect &p2)
IntVect max (const IntVect &p1, const IntVect &p2)

Variables

static int s_dummyForIntVectH = IntVect::InitStatics()


Function Documentation

IntVect operator+ ( int  s,
const IntVect p 
) [inline]

Returns an IntVect that is an IntVect p with a scalar s added to each component.

References IntVect::IntVect().

IntVect operator- ( int  s,
const IntVect p 
) [inline]

Returns s - p.

References IntVect::IntVect().

IntVect operator* ( int  s,
const IntVect p 
) [inline]

Returns an IntVect that is an IntVect p with each component multiplied by a scalar s.

References IntVect::IntVect().

IntVect scale ( const IntVect p,
int  s 
) [inline]

Returns an IntVect obtained by multiplying each of the components of the given IntVect by a scalar.

References IntVect::IntVect().

IntVect diagShift ( const IntVect p,
int  s 
) [inline]

Returns IntVect obtained by adding a scalar to each of the components of the given IntVect.

References IntVect::IntVect().

IntVect min ( const IntVect p1,
const IntVect p2 
) [inline]

Returns the IntVect that is the component-wise minimum of two argument IntVects.

References IntVect::min(), and IntVect::p().

IntVect max ( const IntVect p1,
const IntVect p2 
) [inline]

Returns the IntVect that is the component-wise maximum of two argument IntVects.

References IntVect::max(), and IntVect::p().


Variable Documentation

int s_dummyForIntVectH = IntVect::InitStatics() [static]


Generated on Tue Apr 14 14:21:47 2009 for Chombo + EB by  doxygen 1.5.5