Geom< DataType, dim > Class Template Reference
Geometric operations for list of points needed for point-wise interpolation.
More...
#include <Geom.h>
List of all members.
Public Types |
typedef GridData< DataType, dim > | grid_data_type |
typedef Vector< DataType, dim > | point_type |
Public Member Functions |
| Geom () |
int | LocalList (GridHierarchy &GH, const BBox &bb, const int &nc, const point_type *xc, bool *lused) |
void | CellCoords (GridHierarchy &GH, const Coords &ss, const int &nc, const int *idx, point_type *xc) |
void | CellIndices (GridHierarchy &GH, const Coords &ss, const int &nc, const point_type *xc, int *idx) |
Detailed Description
template<class DataType, int dim>
class Geom< DataType, dim >
Geometric operations for list of points needed for point-wise interpolation.
- Author:
- Ralf Deiterding
- Version:
- 1.0
- Date:
- Jul-2004
Member Typedef Documentation
template<class DataType, int dim>
Reimplemented in AMRGFMInterpolation< VectorType, FixupType, FlagType, dim >, AMRInterpolation< VectorType, dim >, GFMBoundaryBase< VectorType, dim >, GFMBoundary< VectorType, 2 >, GFMBoundary< VectorType, 3 >, GFMBoundaryBase< VectorType, 2 >, and GFMBoundaryBase< VectorType, 3 >.
template<class DataType, int dim>
Reimplemented in AMRGFMInterpolation< VectorType, FixupType, FlagType, dim >, AMRInterpolation< VectorType, dim >, GFMBoundaryBase< VectorType, dim >, GFMBoundary< VectorType, 2 >, GFMBoundary< VectorType, 3 >, GFMBoundaryBase< VectorType, 2 >, and GFMBoundaryBase< VectorType, 3 >.
Constructor & Destructor Documentation
template<class DataType, int dim>
Member Function Documentation
template<class DataType, int dim>
template<class DataType, int dim>
template<class DataType, int dim>
The documentation for this class was generated from the following file: