Changeset ac6d04 for src/interface/interface_particles.hpp
- Timestamp:
- Apr 10, 2012, 1:55:49 PM (14 years ago)
- Children:
- a40eea
- Parents:
- d24c2f
- File:
-
- 1 edited
-
src/interface/interface_particles.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_particles.hpp
rd24c2f rac6d04 31 31 InterfaceParticles(const Boundary& boundary, const int& levelMin, const int& levelMax, 32 32 const Vector& box_offset, const vmg_float& box_size, 33 const int& near_field_cells) : 34 Interface(boundary, levelMin, levelMax, box_offset, box_size, 0, 1.0), 33 const int& near_field_cells, 34 const int& coarsening_steps, const vmg_float& alpha) : 35 Interface(boundary, levelMin, levelMax, box_offset, box_size, coarsening_steps, alpha), 35 36 HasRequestVec(), 36 37 spl((near_field_cells+0.5)*Extent(MaxLevel()).MeshWidth().Max())
Note:
See TracChangeset
for help on using the changeset viewer.
