- Timestamp:
- Dec 8, 2011, 12:53:51 PM (14 years ago)
- Children:
- 2112b1
- Parents:
- ab63b6
- File:
-
- 1 edited
-
src/interface/interface_particles.cpp (modified) (2 diffs)
Legend:
- Unmodified
- Added
- Removed
-
src/interface/interface_particles.cpp
rab63b6 r138f86 39 39 Index index_global, index_local, index; 40 40 Vector pos_rel, pos_abs, grid_val; 41 vmg_float length;42 41 43 42 Factory& factory = MG::GetFactory(); … … 48 47 Grid& grid = multigrid(multigrid.GlobalMaxLevel()); 49 48 LocalIndices local = grid.Local(); 50 51 //TODO This has to be replaced for a VMG::Vector for different mesh widths on the axis52 const vmg_float r_cut = (near_field_cells+0.5) * grid.Extent().MeshWidth().Max();53 49 54 50 // We don't need a boundary on this grid
Note:
See TracChangeset
for help on using the changeset viewer.
