BornAgain
1.19.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 reflection and scattering
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
#ifdef SWIG
17
#error no need to expose this header to Swig
18
#endif
19
20
#ifndef USER_API
21
#ifndef BORNAGAIN_CORE_SIMULATION_MPISIMULATION_H
22
#define BORNAGAIN_CORE_SIMULATION_MPISIMULATION_H
23
24
class
ISimulation
;
25
26
class
MPISimulation
{
27
public
:
28
void
runSimulation
(
ISimulation
* simulation);
29
};
30
31
#endif
// BORNAGAIN_CORE_SIMULATION_MPISIMULATION_H
32
#endif
// USER_API
ISimulation
Abstract base class of OffSpecularSimulation, GISASSimulation and SpecularSimulation.
Definition:
ISimulation.h:38
MPISimulation
Definition:
MPISimulation.h:26
MPISimulation::runSimulation
void runSimulation(ISimulation *simulation)
Definition:
MPISimulation.cpp:75
Core
Simulation
MPISimulation.h
Generated by
1.9.1