Changeset b57b9b for src/smoother/gs.hpp
- Timestamp:
- Sep 20, 2012, 1:54:01 PM (13 years ago)
- Children:
- c3acbb
- Parents:
- 2d3854
- File:
-
- 1 edited
-
src/smoother/gs.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/smoother/gs.hpp
r2d3854 rb57b9b 36 36 class GaussSeidel : public Smoother 37 37 { 38 public: 39 GaussSeidel(bool register_ = true) : 40 Smoother(register_) 41 {} 42 43 virtual ~GaussSeidel() {} 44 38 45 private: 39 46 void Compute(Grid& sol, Grid& rhs);
Note:
See TracChangeset
for help on using the changeset viewer.
