Changeset e85cfd for src/base/interface.hpp
- Timestamp:
- Apr 9, 2013, 9:45:13 AM (13 years ago)
- Children:
- 0bd47e
- Parents:
- 4a709e
- File:
-
- 1 edited
-
src/base/interface.hpp (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/base/interface.hpp
r4a709e re85cfd 45 45 Interface(const Boundary& boundary, const int& levelMin, const int& levelMax, 46 46 const Vector& box_offset, const vmg_float box_size, 47 int coarseningSteps=0, vmg_float alpha=1.6,47 int max_boundary_nodes=9, vmg_float alpha=1.6, 48 48 bool register_ = true) : 49 49 Object("INTERFACE", register_), … … 52 52 levelMax(levelMax) 53 53 { 54 InitInterface(box_offset, box_size, coarseningSteps, alpha);54 InitInterface(box_offset, box_size, max_boundary_nodes, alpha); 55 55 } 56 56 … … 80 80 private: 81 81 void InitInterface(const Vector& box_offset, const vmg_float& box_end, 82 const int& coarseningSteps, const vmg_float& alpha);82 const int& max_boundary_nodes, const vmg_float& alpha); 83 83 84 84 std::vector<GlobalIndices> global;
Note:
See TracChangeset
for help on using the changeset viewer.
