Ignore:
Timestamp:
Apr 9, 2013, 9:45:13 AM (13 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
0bd47e
Parents:
4a709e
Message:

Work.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/base/interface.hpp

    r4a709e re85cfd  
    4545  Interface(const Boundary& boundary, const int& levelMin, const int& levelMax,
    4646            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,
    4848            bool register_ = true) :
    4949    Object("INTERFACE", register_),
     
    5252    levelMax(levelMax)
    5353  {
    54     InitInterface(box_offset, box_size, coarseningSteps, alpha);
     54    InitInterface(box_offset, box_size, max_boundary_nodes, alpha);
    5555  }
    5656
     
    8080private:
    8181  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);
    8383
    8484  std::vector<GlobalIndices> global;
Note: See TracChangeset for help on using the changeset viewer.