Changeset f003a9 for src/mg.cpp


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 edited

Legend:

Unmodified
Added
Removed
  • src/mg.cpp

    r4e8206 rf003a9  
    3636#include "base/discretization.hpp"
    3737#include "base/factory.hpp"
     38#include "base/interface.hpp"
    3839#include "base/timer.hpp"
    3940#include "comm/comm.hpp"
    4041#include "grid/grid.hpp"
    4142#include "grid/tempgrid.hpp"
    42 #include "interface/interface.hpp"
    43 #include "interface/interface_particles_cf.hpp"
    4443#include "level/level_operator.hpp"
    4544#include "smoother/smoother.hpp"
     
    125124}
    126125
    127 void MG::InitializeFromParticleConfigFile(const char* filename)
    128 {
    129   InterfaceParticlesCF interface_particles(filename);
    130 }
    131 
    132126/*
    133127 * Post init communication class
Note: See TracChangeset for help on using the changeset viewer.