Ignore:
Timestamp:
Apr 24, 2012, 2:26:14 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
b51c3b
Parents:
e3dbbf
Message:

Fix energy calculation.

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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/interface/interface_fcs.cpp

    re3dbbf r716da7  
    151151   */
    152152  if (singular)
    153     Techniques::SetCorrectionSchemePeriodic(interface->MinLevel(), interface->MaxLevel(), gamma);
     153    Techniques::SetCorrectionSchemePeriodicParticle(interface->MinLevel(), interface->MaxLevel(), gamma);
    154154  else
    155155    Techniques::SetFullApproximationSchemeDirichlet(interface->MinLevel(), interface->MaxLevel(), gamma);
     
    224224  new ObjectStorage<vmg_float*>("PARTICLE_CHARGE_ARRAY", q);
    225225  new ObjectStorage<vmg_float*>("PARTICLE_POTENTIAL_ARRAY", p);
    226   new ObjectStorage<vmg_float*>("PARTICLE_FORCE_ARRAY", f);
     226  new ObjectStorage<vmg_float*>("PARTICLE_FIELD_ARRAY", f);
    227227  new ObjectStorage<vmg_int>("PARTICLE_NUM_LOCAL", num_particles_local);
    228228
Note: See TracChangeset for help on using the changeset viewer.