Ignore:
Timestamp:
Nov 22, 2011, 9:22:10 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
facba0
Parents:
66f24d
Message:

Major vmg update.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/grid/tempgrid.hpp

    r66f24d rdfed1c  
    1919{
    2020public:
     21  TempGrid();
    2122  virtual ~TempGrid();
    2223
    2324  void SetProperties(const Grid& rhs);
    2425  void SetProperties(const GlobalIndices& global, const LocalIndices& local, const SpatialExtent& extent);
    25   void ImportFromResidual(const Grid& sol, const Grid& rhs);
     26
     27  void SetPropertiesToGlobalCoarseGrid();
     28
     29  void SetPropertiesToFiner(const Grid& grid, const Boundary& boundary);
     30  void SetPropertiesToCoarser(const Grid& grid, const Boundary& boundary);
     31
     32  void ImportFromResidual(Grid& sol, Grid& rhs);
     33
     34private:
     35  void Allocate();
     36
     37  int size_max;
    2638};
    2739
Note: See TracChangeset for help on using the changeset viewer.