Ignore:
Timestamp:
May 8, 2012, 2:54:17 PM (14 years ago)
Author:
Julian Iseringhausen <isering@…>
Children:
6f05224
Parents:
4e8206
Message:

Refactored vmg in order to separate the core library and the particle simulation part properly.

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

File:
1 moved

Legend:

Unmodified
Added
Removed
  • src/units/particle/interface_fcs.cpp

    r4e8206 rf003a9  
    2424#include "base/object.hpp"
    2525#include "base/timer.hpp"
    26 #include "comm/comm_mpi.hpp"
    2726#include "comm/domain_decomposition_mpi.hpp"
     27#ifdef DEBUG
    2828#include "comm/mpi/error_handler.hpp"
    29 #include "interface/interface_fcs.h"
    30 #include "interface/interface_particles.hpp"
     29#endif
    3130#include "level/level_operator_cs.hpp"
    3231#include "level/level_operator_fas.hpp"
     
    4443#include "solver/solver_regular.hpp"
    4544#include "solver/solver_singular.hpp"
     45#include "units/particle/comm_mpi_particle.hpp"
     46#include "units/particle/interface_fcs.h"
     47#include "units/particle/interface_particles.hpp"
     48
    4649
    4750using namespace VMG;
     
    97100   * Register communication class.
    98101   */
    99   Comm* comm = new CommMPI(boundary, new DomainDecompositionMPI());
     102  Comm* comm = new Particle::CommMPI(boundary, new DomainDecompositionMPI());
    100103  comm->Register("COMM");
    101104
Note: See TracChangeset for help on using the changeset viewer.