Ignore:
Timestamp:
Apr 10, 2012, 1:55:49 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
a40eea
Parents:
d24c2f
Message:

Merge recent changes of the vmg library into ScaFaCos.

Includes a fix for the communication problems on Jugene.

git-svn-id: https://svn.version.fz-juelich.de/scafacos/trunk@1666 5161e1c8-67bf-11de-9fd5-51895aff932f

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_particles.hpp

    rd24c2f rac6d04  
    3131  InterfaceParticles(const Boundary& boundary, const int& levelMin, const int& levelMax,
    3232                     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),
    3536    HasRequestVec(),
    3637    spl((near_field_cells+0.5)*Extent(MaxLevel()).MeshWidth().Max())
Note: See TracChangeset for help on using the changeset viewer.