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/multigrid.hpp

    r66f24d rdfed1c  
    1313#include <vector>
    1414
    15 #include "grid/grid_indexing.hpp"
     15#include "base/object.hpp"
     16#include "grid/grid_properties.hpp"
    1617
    1718namespace VMG
     
    6162  int levelIndex, levelCurrent;
    6263  int numLevels;
    63 
    64 private:
    65   LocalIndices InitDirichlet(const GlobalIndices& global,
    66                                const SpatialExtent& extent,
    67                                const Index& pos,
    68                                const Index& procs);
    69 
    70   LocalIndices InitPeriodic(const GlobalIndices& global,
    71                               const SpatialExtent& extent,
    72                               const Index& pos,
    73                               const Index& procs);
    7464};
    7565
Note: See TracChangeset for help on using the changeset viewer.