BornAgain  1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
MPISimulation.h
Go to the documentation of this file.
1 // ************************************************************************** //
2 //
3 // BornAgain: simulate and fit scattering at grazing incidence
4 //
5 //! @file Core/Simulation/MPISimulation.h
6 //! @brief Defines class MPISimulation.
7 //!
8 //! @homepage http://www.bornagainproject.org
9 //! @license GNU General Public License v3 or higher (see COPYING)
10 //! @copyright Forschungszentrum Jülich GmbH 2015
11 //! @authors Scientific Computing Group at MLZ Garching
12 //! @authors C. Durniak, M. Ganeva, G. Pospelov, W. Van Herck, J. Wuttke
13 //
14 // ************************************************************************** //
15 
16 #ifndef BORNAGAIN_CORE_SIMULATION_MPISIMULATION_H
17 #define BORNAGAIN_CORE_SIMULATION_MPISIMULATION_H
18 
19 class Simulation;
20 
22 {
23 public:
24  void runSimulation(Simulation* simulation);
25 };
26 
27 #endif // BORNAGAIN_CORE_SIMULATION_MPISIMULATION_H
void runSimulation(Simulation *simulation)
Pure virtual base class of OffSpecularSimulation, GISASSimulation and SpecularSimulation.
Definition: Simulation.h:38