PSCF v1.1
Dimension.h
1#ifndef UTIL_DIMENSION_H
2#define UTIL_DIMENSION_H
3
4/*
5* Util Package - C++ Utilities for Scientific Computation
6*
7* Copyright 2010 - 2017, The Regents of the University of Minnesota
8* Distributed under the terms of the GNU General Public License.
9*/
10
11namespace Util
12{
13
19 const int Dimension = 3;
20
27
28}
29#endif
const int Dimension
Dimensionality of space.
Definition: Dimension.h:19
const int DimensionSq
Square of Dimensionality of space.
Definition: Dimension.h:26
Utility classes for scientific computation.
Definition: accumulators.mod:1