Changeset dfed1c for src/grid/tempgrid.hpp
- Timestamp:
- Nov 22, 2011, 9:22:10 PM (14 years ago)
- Children:
- facba0
- Parents:
- 66f24d
- File:
-
- 1 edited
-
src/grid/tempgrid.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/grid/tempgrid.hpp
r66f24d rdfed1c 19 19 { 20 20 public: 21 TempGrid(); 21 22 virtual ~TempGrid(); 22 23 23 24 void SetProperties(const Grid& rhs); 24 25 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 34 private: 35 void Allocate(); 36 37 int size_max; 26 38 }; 27 39
Note:
See TracChangeset
for help on using the changeset viewer.
