|
Scine::Swoose
2.0.0
This is the SCINE module Swoose.
|
This class provides functionalities for the re-parametrization of a system, which has only slightly been modified. The most of the parameters can be re-used without new reference data generation or parameter optimization. More...
#include <ReparametrizationHelper.h>

Public Member Functions | |
| ReparametrizationHelper (ParametrizationData &data, Core::Log &log) | |
| Constructor. | |
| void | parseProvidedParameters (const std::string ¶meterFile) |
| Parses already provided parameters and stores them into the ParametrizationData object. More... | |
| void | manipulateTopology () |
| Removes all of the topological elements from the topology in the ParametrizationData object, of which the parameters are already covered by the provided ones. | |
| bool | isRelevantFragment (int fragmentIndex) const |
| Returns whether reference data has to be calculated for a fragment with the given fragment index in the case of a model re-parametrization. More... | |
This class provides functionalities for the re-parametrization of a system, which has only slightly been modified. The most of the parameters can be re-used without new reference data generation or parameter optimization.
| bool Scine::MMParametrization::ReparametrizationHelper::isRelevantFragment | ( | int | fragmentIndex | ) | const |
Returns whether reference data has to be calculated for a fragment with the given fragment index in the case of a model re-parametrization.
| fragmentIndex | Index of a fragment. |
| void Scine::MMParametrization::ReparametrizationHelper::parseProvidedParameters | ( | const std::string & | parameterFile | ) |
Parses already provided parameters and stores them into the ParametrizationData object.
| parameterFile | The path to the parameter file of the provided parameters. |