Changeset e85cfd for src/units/particle/interface_particles.hpp
- Timestamp:
- Apr 9, 2013, 9:45:13 AM (13 years ago)
- Children:
- 0bd47e
- Parents:
- 4a709e
- File:
-
- 1 edited
-
src/units/particle/interface_particles.hpp (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
src/units/particle/interface_particles.hpp
r4a709e re85cfd 49 49 const Vector& box_offset, const vmg_float& box_size, 50 50 const int& near_field_cells, 51 const int& coarsening_steps, const vmg_float& alpha) :52 Interface(boundary, levelMin, levelMax, box_offset, box_size, coarsening_steps, alpha),51 const int& max_boundary_nodes = 9, const vmg_float& alpha = 1.6) : 52 Interface(boundary, levelMin, levelMax, box_offset, box_size, max_boundary_nodes, alpha), 53 53 spl(near_field_cells, Extent(MaxLevel()).MeshWidth().Max()) 54 54 {}
Note:
See TracChangeset
for help on using the changeset viewer.
