Ignore:
Timestamp:
Apr 24, 2012, 2:26:14 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
b51c3b
Parents:
e3dbbf
Message:

Fix energy calculation.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1729 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/grid/tempgrid.hpp

    re3dbbf r716da7  
    1616{
    1717
     18class Index;
     19class Vector;
     20
    1821class TempGrid : public Grid
    1922{
    2023public:
    2124  TempGrid();
     25  TempGrid(const Grid& rhs);
     26  TempGrid(const GlobalIndices& global, const LocalIndices& local, const SpatialExtent& extent);
     27  TempGrid(const Index& size, const Index& halo_size,
     28           const Vector& spatial_begin, const Vector& spatial_end);
    2229  virtual ~TempGrid();
    2330
    2431  void SetProperties(const Grid& rhs);
    2532  void SetProperties(const GlobalIndices& global, const LocalIndices& local, const SpatialExtent& extent);
     33  void SetProperties(const Index& size, const Index& halo_size,
     34                     const Vector& spatial_begin, const Vector& spatial_end);
    2635
    2736  void SetPropertiesToFiner(const Grid& grid, const Boundary& boundary);
Note: See TracChangeset for help on using the changeset viewer.