BornAgain
1.18.0
Simulate and fit neutron and x-ray scattering at grazing incidence
|
Functions | |
bool | detHasSameDimensions (const IDetector &detector, const OutputData< double > &data) |
size_t | getIndexStep (size_t total_size, size_t n_handlers) |
size_t | getStartIndex (size_t n_handlers, size_t current_handler, size_t n_elements) |
size_t | getNumberOfElements (size_t n_handlers, size_t current_handler, size_t n_elements) |
void | runComputations (std::vector< std::unique_ptr< IComputation >> computations) |
bool anonymous_namespace{Simulation.cpp}::detHasSameDimensions | ( | const IDetector & | detector, |
const OutputData< double > & | data | ||
) |
Definition at line 33 of file Simulation.cpp.
References IDetector::dimension(), IDetector::getAxis(), OutputData< T >::getAxis(), OutputData< T >::getRank(), and IAxis::size().
Referenced by Simulation::convertData().
size_t anonymous_namespace{Simulation.cpp}::getIndexStep | ( | size_t | total_size, |
size_t | n_handlers | ||
) |
Definition at line 45 of file Simulation.cpp.
References ASSERT.
Referenced by getNumberOfElements(), and getStartIndex().
size_t anonymous_namespace{Simulation.cpp}::getStartIndex | ( | size_t | n_handlers, |
size_t | current_handler, | ||
size_t | n_elements | ||
) |
Definition at line 53 of file Simulation.cpp.
References getIndexStep().
Referenced by Simulation::runSimulation(), and Simulation::runSingleSimulation().
size_t anonymous_namespace{Simulation.cpp}::getNumberOfElements | ( | size_t | n_handlers, |
size_t | current_handler, | ||
size_t | n_elements | ||
) |
Definition at line 62 of file Simulation.cpp.
References getIndexStep().
Referenced by Simulation::runSimulation(), and Simulation::runSingleSimulation().
void anonymous_namespace{Simulation.cpp}::runComputations | ( | std::vector< std::unique_ptr< IComputation >> | computations | ) |
Definition at line 71 of file Simulation.cpp.
References ASSERT, and StringUtils::join().
Referenced by Simulation::runSingleSimulation().