OPAL (Object Oriented Parallel Accelerator Library)
2021.1.99
OPAL
|
The global OPAL structure. More...
#include <OpalData.h>
Classes | |
struct | ClearReference |
Clear Reference. More... | |
Public Types | |
enum class | OPENMODE { WRITE , APPEND , UNDEFINED } |
Enum for writing to files. More... | |
Public Member Functions | |
~OpalData () | |
void | reset () |
reset object for consecutive runs More... | |
void | apply (const ObjectFunction &) |
Apply a function to all objects. More... | |
void | create (Object *newObject) |
Create new object. More... | |
void | define (Object *newObject) |
Define a new object. More... | |
void | erase (const std::string &name) |
Delete existing entry. More... | |
Object * | find (const std::string &name) |
Find entry. More... | |
double | getP0 () const |
Return value of global reference momentum. More... | |
void | makeDirty (Object *object) |
Invalidate expressions. More... | |
void | printNames (std::ostream &stream, const std::string &pattern) |
Print all objects. More... | |
void | registerTable (Table *t) |
Register table. More... | |
void | unregisterTable (Table *t) |
Unregister table. More... | |
void | registerExpression (AttributeBase *) |
Register expression. More... | |
void | unregisterExpression (AttributeBase *) |
Unregister expression. More... | |
void | setP0 (ValueDefinition *p0) |
Set the global momentum. More... | |
void | storeTitle (const std::string &) |
Store the page title. More... | |
void | printTitle (std::ostream &) |
Print the page title. More... | |
std::string | getTitle () |
Get the title string. More... | |
void | update () |
Update all objects. More... | |
std::map< std::string, std::string > | getVariableData () |
std::vector< std::string > | getVariableNames () |
bool | isInOPALCyclMode () |
bool | isInOPALTMode () |
bool | isOptimizerRun () |
void | setInOPALCyclMode () |
void | setInOPALTMode () |
void | setOptimizerFlag () |
bool | isInPrepState () |
void | setInPrepState (bool state) |
bool | hasPriorTrack () |
true if in follow-up track More... | |
void | setPriorTrack (const bool &value=true) |
true if in follow-up track More... | |
bool | inRestartRun () |
true if we do a restart run More... | |
void | setRestartRun (const bool &value=true) |
set OPAL in restart mode More... | |
void | setRestartStep (int s) |
store the location where to restart More... | |
int | getRestartStep () |
get the step where to restart More... | |
std::string | getAuxiliaryOutputDirectory () const |
get the name of the the additional data directory More... | |
std::string | getInputFn () |
get opals input filename More... | |
std::string | getInputBasename () |
get input file name without extension More... | |
void | storeInputFn (const std::string &fn) |
store opals input filename More... | |
void | checkAndAddOutputFileName (const std::string &outfn) |
checks the output file names of all items to avoid duplicates More... | |
std::string | getRestartFileName () |
get opals restart h5 format filename More... | |
void | setRestartFileName (std::string s) |
store opals restart h5 format filename More... | |
bool | hasRestartFile () |
true if we do a restart from specified h5 file More... | |
void | setRestartDumpFreq (const int &N) |
set the dump frequency as found in restart file More... | |
int | getRestartDumpFreq () const |
get the dump frequency as found in restart file More... | |
void | setOpenMode (OPENMODE openMode) |
OPENMODE | getOpenMode () const |
void | setLastStep (const int &step) |
set the last step in a run for possible follow-up run More... | |
int | getLastStep () const |
get the last step from a possible previous run More... | |
bool | hasBunchAllocated () |
true if we already allocated a ParticleBunch object More... | |
void | bunchIsAllocated () |
PartBunchBase< double, 3 > * | getPartBunch () |
void | setPartBunch (PartBunchBase< double, 3 > *p) |
bool | hasDataSinkAllocated () |
true if we already allocated a DataSink object More... | |
DataSink * | getDataSink () |
void | setDataSink (DataSink *s) |
void | setGlobalPhaseShift (double shift) |
units: (sec) More... | |
double | getGlobalPhaseShift () |
units: (sec) More... | |
void | setGlobalGeometry (BoundaryGeometry *bg) |
BoundaryGeometry * | getGlobalGeometry () |
bool | hasGlobalGeometry () |
void | setMaxPhase (std::string elName, double phi) |
std::vector< MaxPhasesT >::iterator | getFirstMaxPhases () |
std::vector< MaxPhasesT >::iterator | getLastMaxPhases () |
int | getNumberOfMaxPhases () |
void | addEnergyData (double spos, double ekin) |
energyEvolution_t::iterator | getFirstEnergyData () |
energyEvolution_t::iterator | getLastEnergyData () |
unsigned long long | getMaxTrackSteps () |
void | setMaxTrackSteps (unsigned long long s) |
void | incMaxTrackSteps (unsigned long long s) |
void | addProblemCharacteristicValue (const std::string &name, unsigned int value) |
const std::map< std::string, unsigned int > & | getProblemCharacteristicValues () const |
void | storeArguments (int argc, char *argv[]) |
std::vector< std::string > | getArguments () |
Static Public Member Functions | |
static OpalData * | getInstance () |
static void | deleteInstance () |
static void | stashInstance () |
static OpalData * | popInstance () |
Private Member Functions | |
OpalData () | |
OpalData (const OpalData &) | |
void | operator= (const OpalData &) |
Private Attributes | |
struct OpalDataImpl * | p |
Static Private Attributes | |
static bool | isInstantiated = false |
static OpalData * | instance = nullptr |
static std::stack< OpalData * > | stashedInstances |
The global OPAL structure.
Definition at line 49 of file OpalData.h.
|
strong |
Enum for writing to files.
Enumerator | |
---|---|
WRITE | |
APPEND | |
UNDEFINED |
Definition at line 64 of file OpalData.h.
OpalData::~OpalData | ( | ) |
Definition at line 251 of file OpalData.cpp.
References p.
|
private |
|
private |
void OpalData::addEnergyData | ( | double | spos, |
double | ekin | ||
) |
Definition at line 409 of file OpalData.cpp.
References OpalDataImpl::energyEvolution_m, and p.
void OpalData::addProblemCharacteristicValue | ( | const std::string & | name, |
unsigned int | value | ||
) |
Definition at line 740 of file OpalData.cpp.
References name, p, and OpalDataImpl::problemSize_m.
Referenced by Distribution::createOpalCycl(), Distribution::createOpalT(), Distribution::doRestartOpalCycl(), Distribution::doRestartOpalT(), and TrackRun::setupFieldsolver().
void OpalData::apply | ( | const ObjectFunction & | fun | ) |
Apply a function to all objects.
Definition at line 468 of file OpalData.cpp.
References Directory::begin(), Directory::end(), OpalDataImpl::mainDirectory, and p.
Referenced by Sequence::storeLine().
void OpalData::bunchIsAllocated | ( | ) |
Definition at line 368 of file OpalData.cpp.
References OpalDataImpl::hasBunchAllocated_m, and p.
Referenced by TrackRun::execute().
void OpalData::checkAndAddOutputFileName | ( | const std::string & | outfn | ) |
checks the output file names of all items to avoid duplicates
Definition at line 664 of file OpalData.cpp.
References hasBunchAllocated(), OpalDataImpl::outFiles_m, and p.
Referenced by LossDataSink::LossDataSink(), and PeakFinder::save().
void OpalData::create | ( | Object * | newObject | ) |
Create new object.
Definition at line 475 of file OpalData.cpp.
References Directory::find(), Object::getOpalName(), Directory::insert(), OpalDataImpl::mainDirectory, name, and p.
Referenced by OpalMarker::OpalMarker(), RealConstant::RealConstant(), RealVariable::RealVariable(), and StringConstant::StringConstant().
void OpalData::define | ( | Object * | newObject | ) |
Define a new object.
Definition at line 488 of file OpalData.cpp.
References Directory::begin(), Object::canReplaceBy(), Directory::end(), endl(), erase(), Directory::find(), Object::getOpalName(), Options::info, INFOMSG, Directory::insert(), Object::isBuiltin(), Table::isDependent(), OpalDataImpl::mainDirectory, OpalDataImpl::modified, name, p, Object::setDirty(), setP0(), and OpalDataImpl::tableDirectory.
Referenced by Beam::Beam(), BoundaryGeometry::BoundaryGeometry(), Distribution::Distribution(), OpalFilter::OpalFilter(), OpalTrimCoil::OpalTrimCoil(), OpalWake::OpalWake(), OpalParser::parseAssign(), OpalParser::parseDefine(), OpalParser::parseMacro(), SequenceParser::parseMember(), and ParticleMatterInteraction::ParticleMatterInteraction().
|
static |
Definition at line 205 of file OpalData.cpp.
References instance, and isInstantiated.
Referenced by main(), popInstance(), and run_opal().
void OpalData::erase | ( | const std::string & | name | ) |
Delete existing entry.
Definition at line 548 of file OpalData.cpp.
References Directory::begin(), Directory::end(), Directory::erase(), Directory::find(), Object::getParent(), OpalDataImpl::mainDirectory, name, p, and Object::setParent().
Referenced by define().
Object * OpalData::find | ( | const std::string & | name | ) |
Find entry.
Definition at line 565 of file OpalData.cpp.
References Directory::find(), OpalDataImpl::mainDirectory, name, and p.
Referenced by Option::execute(), Expressions::ARefExpr< T >::fill(), Expressions::SRefAttr< T >::fill(), Expressions::SRefExpr< T >::fill(), OpalParser::find(), BeamSequence::find(), Element::find(), Table::find(), OpalTrimCoil::find(), Distribution::find(), OpalSample::find(), Beam::find(), BoundaryGeometry::find(), FieldSolver::find(), OpalWake::find(), ParticleMatterInteraction::find(), OpalFilter::find(), getVariableData(), getVariableNames(), SequenceTemplate::makeInstance(), LineTemplate::makeInstance(), OpalParser::parseAssign(), Line::parseList(), Expressions::parseRelation(), Expressions::parseStringValue(), ParallelTTracker::setOptionalVariables(), and Sequence::updateList().
std::vector< std::string > OpalData::getArguments | ( | ) |
Definition at line 759 of file OpalData.cpp.
References OpalDataImpl::arguments_m, and p.
std::string OpalData::getAuxiliaryOutputDirectory | ( | ) | const |
get the name of the the additional data directory
Definition at line 650 of file OpalData.cpp.
Referenced by AmrYtWriter::AmrYtWriter(), CSRIGFWakeFunction::apply(), CSRWakeFunction::apply(), Bend2D::calculateRefTrajectory(), BoundaryGeometry::computeMeshVoxelization(), FieldWriter::dumpField(), ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbit(), Bend2D::getOutline(), SigmaGenerator::initialize(), Fieldmap::lowResolutionWarning(), main(), SigmaGenerator::match(), LaserProfile::sampleDist(), OpalBeamline::save3DInput(), OpalBeamline::save3DLattice(), LaserProfile::saveData(), LaserProfile::saveHistogram(), IndexMap::saveSDDS(), RBend3D::trackRefParticleThrough(), SigmaGenerator::updateInitialSigma(), SigmaGenerator::updateSigma(), MeshGenerator::write(), Fieldmap::write3DField(), DumpEMFields::writeFieldThis(), DumpFields::writeFieldThis(), FlexibleCollimator::writeHolesAndQuadtree(), SigmaGenerator::writeOrbitOutput_m(), Distribution::writeOutFileEmission(), Distribution::writeOutFileHeader(), Distribution::writeOutFileInjection(), and Cyclotron::writeOutputFieldFiles().
DataSink * OpalData::getDataSink | ( | ) |
Definition at line 389 of file OpalData.cpp.
References OpalDataImpl::dataSink_m, and p.
Referenced by TrackRun::initDataSink(), and P3MPoissonSolver::test().
energyEvolution_t::iterator OpalData::getFirstEnergyData | ( | ) |
Definition at line 413 of file OpalData.cpp.
References OpalDataImpl::energyEvolution_m, and p.
std::vector< MaxPhasesT >::iterator OpalData::getFirstMaxPhases | ( | ) |
Definition at line 397 of file OpalData.cpp.
References OpalDataImpl::maxPhases_m, and p.
Referenced by ParallelTTracker::restoreCavityPhases(), and H5PartWrapper::storeCavityInformation().
BoundaryGeometry * OpalData::getGlobalGeometry | ( | ) |
Definition at line 460 of file OpalData.cpp.
References OpalDataImpl::bg_m, and p.
Referenced by ParallelCyclotronTracker::execute(), and FieldSolver::initSolver().
double OpalData::getGlobalPhaseShift | ( | ) |
units: (sec)
units: (sec)
Definition at line 451 of file OpalData.cpp.
References OpalDataImpl::gPhaseShift_m, and p.
Referenced by Distribution::doRestartOpalT(), ParallelTTracker::execute(), and H5PartWrapperForPT::writeHeader().
std::string OpalData::getInputBasename | ( | ) |
get input file name without extension
Definition at line 658 of file OpalData.cpp.
References OpalDataImpl::inputFn_m, and p.
Referenced by ThickTracker::advanceDispersion_m(), AmrYtWriter::AmrYtWriter(), Bend2D::calculateRefTrajectory(), FieldWriter::dumpField(), ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbit(), Bend2D::getOutline(), DataSink::init(), ParallelCyclotronTracker::initializeTracking_m(), DataSink::initMultiBunchDump(), ParallelCyclotronTracker::initTrackOrbitFile(), main(), OpalBeamline::save3DInput(), OpalBeamline::save3DLattice(), IndexMap::saveSDDS(), TrackRun::setupCyclotronTracker(), TrackRun::setupThickTracker(), TrackRun::setupTTracker(), RBend3D::trackRefParticleThrough(), ThickTracker::write_m(), Distribution::writeOutFileEmission(), Distribution::writeOutFileHeader(), Distribution::writeOutFileInjection(), and Monitor::writeStatistics().
std::string OpalData::getInputFn | ( | ) |
get opals input filename
Definition at line 654 of file OpalData.cpp.
References OpalDataImpl::inputFn_m, and p.
Referenced by MemoryWriter::fillHeader(), MultiBunchDump::fillHeader(), StatWriter::fillHeader(), GridLBalWriter::fillHeader(), LBalWriter::fillHeader(), MemoryProfiler::header(), and AmrMultiGrid::writeSDDSHeader_m().
|
static |
Definition at line 195 of file OpalData.cpp.
References instance, isInstantiated, and OpalData().
Referenced by Expressions::AAutomatic< T >::AAutomatic(), SDDSWriter::addDefaultParameters(), Distribution::adjustPhaseSpace(), ThickTracker::advanceDispersion_m(), AmrYtWriter::AmrYtWriter(), CSRIGFWakeFunction::apply(), CSRWakeFunction::apply(), Monitor::applyToReferenceParticle(), Beam::Beam(), BoundaryGeometry::BoundaryGeometry(), MultiBunchHandler::calcBunchBeamParameters(), Bend2D::calculateRefTrajectory(), Fieldmap::checkMap(), BoundaryGeometry::computeMeshVoxelization(), Distribution::createOpalCycl(), Distribution::createOpalT(), Distribution::Distribution(), Distribution::doRestartOpalCycl(), Distribution::doRestartOpalT(), FieldWriter::dumpField(), ParallelCyclotronTracker::execute(), ParallelTTracker::execute(), ThickTracker::execute(), Help::execute(), Option::execute(), Select::execute(), Title::execute(), OptimizeCmd::execute(), SampleCmd::execute(), IfStatement::execute(), WhileStatement::execute(), OpalParser::execute(), Expressions::ARefExpr< T >::fill(), Expressions::SRefAttr< T >::fill(), Expressions::SRefExpr< T >::fill(), ElementPositionWriter::fillHeader(), MemoryWriter::fillHeader(), MultiBunchDump::fillHeader(), StatWriter::fillHeader(), GridLBalWriter::fillHeader(), LBalWriter::fillHeader(), OpalParser::find(), BeamSequence::find(), Element::find(), Table::find(), OpalTrimCoil::find(), Distribution::find(), OpalSample::find(), Beam::find(), BoundaryGeometry::find(), FieldSolver::find(), OpalWake::find(), ParticleMatterInteraction::find(), OpalFilter::find(), ClosedOrbitFinder< Value_type, Size_type, Stepper >::findOrbit(), Expressions::getEkin(), FM3DDynamic::getOnaxisEz(), Bend2D::getOutline(), CavityAutophaser::getPhaseAtMaxEnergy(), Attributes::getString(), Attributes::getStringArray(), getVariableData(), getVariableNames(), H5PartWrapperForPT::H5PartWrapperForPT(), MemoryProfiler::header(), DataSink::init(), ParallelCyclotronTracker::initDistInGlobalFrame(), Monitor::initialise(), SigmaGenerator::initialize(), ParallelCyclotronTracker::initializeTracking_m(), DataSink::initMultiBunchDump(), FieldSolver::initSolver(), ParallelCyclotronTracker::initTrackOrbitFile(), OrbitThreader::integrate(), DistributionMoments::isParticleExcluded(), LossDataSink::LossDataSink(), Fieldmap::lowResolutionWarning(), main(), SequenceTemplate::makeInstance(), LineTemplate::makeInstance(), SigmaGenerator::match(), MultiBunchHandler::MultiBunchHandler(), OpalFilter::OpalFilter(), OpalMarker::OpalMarker(), OpalTrimCoil::OpalTrimCoil(), OpalWake::OpalWake(), OrbitThreader::OrbitThreader(), SequenceParser::parse(), OpalParser::parse(), OpalParser::parseAssign(), OpalParser::parseDefine(), Line::parseList(), OpalParser::parseMacro(), SequenceParser::parseMember(), Expressions::parseRelation(), Expressions::parseStringValue(), ParticleMatterInteraction::ParticleMatterInteraction(), Distribution::printInfo(), H5PartWrapperForPC::readHeader(), H5PartWrapperForPT::readHeader(), RealConstant::RealConstant(), RealVariable::RealVariable(), ParallelTTracker::restoreCavityPhases(), OptimizeCmd::run(), run_opal(), LaserProfile::sampleDist(), Expressions::SAutomatic< T >::SAutomatic(), PluginElement::save(), PeakFinder::save(), LossDataSink::save(), OpalBeamline::save3DInput(), OpalBeamline::save3DLattice(), LaserProfile::saveData(), LaserProfile::saveHistogram(), IndexMap::saveSDDS(), ParallelTTracker::setOptionalVariables(), MultiBunchHandler::setRadiusTurns(), PartBunchBase< T, Dim >::setSolver(), TrackRun::setupCyclotronTracker(), TrackRun::setupFieldsolver(), OpalSimulation::setupSimulation(), TrackRun::setupThickTracker(), TrackRun::setupTTracker(), H5PartWrapper::storeCavityInformation(), Sequence::storeLine(), StringConstant::StringConstant(), Table::Table(), P3MPoissonSolver::test(), Track::Track(), RBend3D::trackRefParticleThrough(), TrackRun::TrackRun(), OpalHKicker::update(), OpalKicker::update(), OpalMultipole::update(), OpalOctupole::update(), OpalQuadrupole::update(), OpalRBend::update(), OpalSBend::update(), OpalSextupole::update(), OpalSolenoid::update(), OpalVKicker::update(), SigmaGenerator::updateInitialSigma(), Sequence::updateList(), AmrPartBunch::updateLorentzFactor(), SigmaGenerator::updateSigma(), ParallelCyclotronTracker::visitCyclotron(), StatWriter::write(), MeshGenerator::write(), Fieldmap::write3DField(), ThickTracker::write_m(), DumpEMFields::writeFieldThis(), DumpFields::writeFieldThis(), H5PartWrapperForPT::writeHeader(), FlexibleCollimator::writeHolesAndQuadtree(), SigmaGenerator::writeOrbitOutput_m(), Distribution::writeOutFileEmission(), Distribution::writeOutFileHeader(), Distribution::writeOutFileInjection(), Cyclotron::writeOutputFieldFiles(), AmrYtWriter::writeParticles_m(), AmrMultiGrid::writeSDDSHeader_m(), Monitor::writeStatistics(), Expressions::AAutomatic< T >::~AAutomatic(), Expressions::SAutomatic< T >::~SAutomatic(), and Table::~Table().
energyEvolution_t::iterator OpalData::getLastEnergyData | ( | ) |
Definition at line 417 of file OpalData.cpp.
References OpalDataImpl::energyEvolution_m, and p.
std::vector< MaxPhasesT >::iterator OpalData::getLastMaxPhases | ( | ) |
Definition at line 401 of file OpalData.cpp.
References OpalDataImpl::maxPhases_m, and p.
Referenced by ParallelTTracker::restoreCavityPhases(), and H5PartWrapper::storeCavityInformation().
int OpalData::getLastStep | ( | ) | const |
get the last step from a possible previous run
Definition at line 360 of file OpalData.cpp.
References OpalDataImpl::last_step_m, and p.
unsigned long long OpalData::getMaxTrackSteps | ( | ) |
Definition at line 235 of file OpalData.cpp.
References OpalDataImpl::maxTrackSteps_m, and p.
int OpalData::getNumberOfMaxPhases | ( | ) |
Definition at line 405 of file OpalData.cpp.
References OpalDataImpl::maxPhases_m, and p.
Referenced by H5PartWrapper::storeCavityInformation().
OpalData::OPENMODE OpalData::getOpenMode | ( | ) | const |
Definition at line 352 of file OpalData.cpp.
References OpalDataImpl::openMode_m, and p.
Referenced by Monitor::applyToReferenceParticle(), PluginElement::save(), LossDataSink::save(), and OpalBeamline::save3DLattice().
double OpalData::getP0 | ( | ) | const |
Return value of global reference momentum.
Definition at line 569 of file OpalData.cpp.
References ValueDefinition::getReal(), p, and OpalDataImpl::referenceMomentum.
Referenced by OpalHKicker::update(), OpalKicker::update(), OpalMultipole::update(), OpalOctupole::update(), OpalQuadrupole::update(), OpalRBend::update(), OpalSBend::update(), OpalSextupole::update(), OpalSolenoid::update(), and OpalVKicker::update().
PartBunchBase< double, 3 > * OpalData::getPartBunch | ( | ) |
Definition at line 376 of file OpalData.cpp.
References OpalDataImpl::bunch_m, and p.
Referenced by Expressions::getEkin(), and Track::Track().
const std::map< std::string, unsigned int > & OpalData::getProblemCharacteristicValues | ( | ) | const |
Definition at line 748 of file OpalData.cpp.
References p, and OpalDataImpl::problemSize_m.
int OpalData::getRestartDumpFreq | ( | ) | const |
get the dump frequency as found in restart file
Definition at line 344 of file OpalData.cpp.
References p, and OpalDataImpl::restart_dump_freq_m.
std::string OpalData::getRestartFileName | ( | ) |
get opals restart h5 format filename
Definition at line 327 of file OpalData.cpp.
References p, and OpalDataImpl::restartFn_m.
Referenced by TrackRun::setupCyclotronTracker(), TrackRun::setupThickTracker(), and TrackRun::setupTTracker().
int OpalData::getRestartStep | ( | ) |
get the step where to restart
Definition at line 323 of file OpalData.cpp.
References p, and OpalDataImpl::restartStep_m.
Referenced by TrackRun::setDistributionParallelT(), TrackRun::setupCyclotronTracker(), TrackRun::setupThickTracker(), and TrackRun::setupTTracker().
std::string OpalData::getTitle | ( | ) |
Get the title string.
Definition at line 646 of file OpalData.cpp.
References OpalDataImpl::itsTitle_m, and p.
std::map< std::string, std::string > OpalData::getVariableData | ( | ) |
Definition at line 700 of file OpalData.cpp.
References find(), getInstance(), RealVariable::getReal(), StringConstant::getString(), and getVariableNames().
Referenced by OptimizeCmd::run().
std::vector< std::string > OpalData::getVariableNames | ( | ) |
Definition at line 720 of file OpalData.cpp.
References Directory::begin(), Directory::end(), find(), Object::getCategory(), getInstance(), Object::isBuiltin(), OpalDataImpl::mainDirectory, and p.
Referenced by getVariableData().
bool OpalData::hasBunchAllocated | ( | ) |
true if we already allocated a ParticleBunch object
Definition at line 364 of file OpalData.cpp.
References OpalDataImpl::hasBunchAllocated_m, and p.
Referenced by checkAndAddOutputFileName(), TrackRun::setDistributionParallelT(), TrackRun::setupCyclotronTracker(), TrackRun::setupThickTracker(), and TrackRun::setupTTracker().
bool OpalData::hasDataSinkAllocated | ( | ) |
true if we already allocated a DataSink object
Definition at line 380 of file OpalData.cpp.
References OpalDataImpl::hasDataSinkAllocated_m, and p.
Referenced by TrackRun::initDataSink().
bool OpalData::hasGlobalGeometry | ( | ) |
Definition at line 464 of file OpalData.cpp.
References OpalDataImpl::bg_m, and p.
bool OpalData::hasPriorTrack | ( | ) |
true if in follow-up track
Definition at line 303 of file OpalData.cpp.
References OpalDataImpl::hasPriorRun_m, and p.
bool OpalData::hasRestartFile | ( | ) |
true if we do a restart from specified h5 file
Definition at line 336 of file OpalData.cpp.
References OpalDataImpl::hasRestartFile_m, and p.
void OpalData::incMaxTrackSteps | ( | unsigned long long | s | ) |
Definition at line 243 of file OpalData.cpp.
References OpalDataImpl::maxTrackSteps_m, and p.
bool OpalData::inRestartRun | ( | ) |
true if we do a restart run
Definition at line 311 of file OpalData.cpp.
References OpalDataImpl::isRestart_m, and p.
Referenced by TrackRun::initDataSink(), DataSink::initMultiBunchDump(), main(), TrackRun::setDistributionParallelT(), TrackRun::setupCyclotronTracker(), TrackRun::setupFieldsolver(), TrackRun::setupThickTracker(), TrackRun::setupTTracker(), and ParallelCyclotronTracker::visitCyclotron().
bool OpalData::isInOPALCyclMode | ( | ) |
Definition at line 271 of file OpalData.cpp.
References OpalDataImpl::isInOPALCyclMode_m, and p.
Referenced by DistributionMoments::isParticleExcluded(), and AmrMultiGrid::writeSDDSHeader_m().
bool OpalData::isInOPALTMode | ( | ) |
Definition at line 275 of file OpalData.cpp.
References OpalDataImpl::isInOPALTMode_m, and p.
Referenced by AmrMultiGrid::writeSDDSHeader_m().
bool OpalData::isInPrepState | ( | ) |
Definition at line 295 of file OpalData.cpp.
References OpalDataImpl::isInPrepState_m, and p.
bool OpalData::isOptimizerRun | ( | ) |
Definition at line 279 of file OpalData.cpp.
References OpalDataImpl::isOptimizerFlag_m, and p.
void OpalData::makeDirty | ( | Object * | object | ) |
Invalidate expressions.
Definition at line 574 of file OpalData.cpp.
References OpalDataImpl::modified, p, and Object::setDirty().
Referenced by SequenceParser::parse(), and OpalParser::parseAssign().
|
private |
|
static |
Definition at line 222 of file OpalData.cpp.
References deleteInstance(), instance, isInstantiated, and stashedInstances.
Referenced by OptimizeCmd::popEnvironment(), and SampleCmd::popEnvironment().
void OpalData::printNames | ( | std::ostream & | stream, |
const std::string & | pattern | ||
) |
Print all objects.
Definition at line 579 of file OpalData.cpp.
References Directory::begin(), Directory::end(), endl(), OpalDataImpl::mainDirectory, RegularExpression::match(), name, and p.
void OpalData::printTitle | ( | std::ostream & | os | ) |
Print the page title.
Definition at line 642 of file OpalData.cpp.
References OpalDataImpl::itsTitle_m, and p.
void OpalData::registerExpression | ( | AttributeBase * | expr | ) |
Register expression.
Definition at line 622 of file OpalData.cpp.
References OpalDataImpl::exprDirectory, and p.
Referenced by Expressions::AAutomatic< T >::AAutomatic(), and Expressions::SAutomatic< T >::SAutomatic().
void OpalData::registerTable | ( | Table * | t | ) |
Register table.
Definition at line 610 of file OpalData.cpp.
References p, and OpalDataImpl::tableDirectory.
Referenced by Table::Table().
void OpalData::reset | ( | ) |
reset object for consecutive runs
Definition at line 255 of file OpalData.cpp.
References OpalDataImpl::gPhaseShift_m, OpalDataImpl::hasBunchAllocated_m, OpalDataImpl::hasDataSinkAllocated_m, OpalDataImpl::hasPriorRun_m, OpalDataImpl::hasRestartFile_m, OpalDataImpl::isInOPALCyclMode_m, OpalDataImpl::isInOPALTMode_m, OpalDataImpl::isInPrepState_m, OpalDataImpl::isOptimizerFlag_m, OpalDataImpl::isRestart_m, OpalDataImpl::maxPhases_m, and p.
void OpalData::setDataSink | ( | DataSink * | s | ) |
Definition at line 384 of file OpalData.cpp.
References OpalDataImpl::dataSink_m, OpalDataImpl::hasDataSinkAllocated_m, and p.
Referenced by TrackRun::initDataSink().
void OpalData::setGlobalGeometry | ( | BoundaryGeometry * | bg | ) |
Definition at line 456 of file OpalData.cpp.
References OpalDataImpl::bg_m, and p.
Referenced by TrackRun::setupCyclotronTracker(), TrackRun::setupThickTracker(), and TrackRun::setupTTracker().
void OpalData::setGlobalPhaseShift | ( | double | shift | ) |
units: (sec)
units: (sec)
Definition at line 446 of file OpalData.cpp.
References OpalDataImpl::gPhaseShift_m, and p.
Referenced by ParallelTTracker::execute(), ThickTracker::execute(), H5PartWrapperForPT::readHeader(), and TrackRun::setDistributionParallelT().
void OpalData::setInOPALCyclMode | ( | ) |
Definition at line 283 of file OpalData.cpp.
References OpalDataImpl::isInOPALCyclMode_m, and p.
Referenced by TrackRun::setupCyclotronTracker().
void OpalData::setInOPALTMode | ( | ) |
Definition at line 287 of file OpalData.cpp.
References OpalDataImpl::isInOPALTMode_m, and p.
Referenced by TrackRun::setupTTracker().
void OpalData::setInPrepState | ( | bool | state | ) |
Definition at line 299 of file OpalData.cpp.
References OpalDataImpl::isInPrepState_m, and p.
Referenced by ParallelTTracker::execute(), and ThickTracker::execute().
void OpalData::setLastStep | ( | const int & | step | ) |
set the last step in a run for possible follow-up run
Definition at line 356 of file OpalData.cpp.
References OpalDataImpl::last_step_m, and p.
void OpalData::setMaxPhase | ( | std::string | elName, |
double | phi | ||
) |
Definition at line 393 of file OpalData.cpp.
References OpalDataImpl::maxPhases_m, and p.
Referenced by CavityAutophaser::getPhaseAtMaxEnergy().
void OpalData::setMaxTrackSteps | ( | unsigned long long | s | ) |
Definition at line 239 of file OpalData.cpp.
References OpalDataImpl::maxTrackSteps_m, and p.
void OpalData::setOpenMode | ( | OPENMODE | openMode | ) |
Definition at line 348 of file OpalData.cpp.
References OpalDataImpl::openMode_m, and p.
Referenced by ParallelCyclotronTracker::execute(), ParallelTTracker::execute(), ThickTracker::execute(), and LossDataSink::LossDataSink().
void OpalData::setOptimizerFlag | ( | ) |
Definition at line 291 of file OpalData.cpp.
References OpalDataImpl::isOptimizerFlag_m, and p.
Referenced by OpalSimulation::setupSimulation().
void OpalData::setP0 | ( | ValueDefinition * | p0 | ) |
Set the global momentum.
Definition at line 630 of file OpalData.cpp.
References p, and OpalDataImpl::referenceMomentum.
Referenced by define(), and RealVariable::RealVariable().
void OpalData::setPartBunch | ( | PartBunchBase< double, 3 > * | p | ) |
Definition at line 372 of file OpalData.cpp.
References OpalDataImpl::bunch_m, and p.
Referenced by Track::Track().
void OpalData::setPriorTrack | ( | const bool & | value = true | ) |
true if in follow-up track
Definition at line 307 of file OpalData.cpp.
References OpalDataImpl::hasPriorRun_m, and p.
Referenced by ParallelTTracker::execute().
void OpalData::setRestartDumpFreq | ( | const int & | N | ) |
set the dump frequency as found in restart file
Definition at line 340 of file OpalData.cpp.
References p, and OpalDataImpl::restart_dump_freq_m.
Referenced by H5PartWrapperForPC::readHeader(), and H5PartWrapperForPT::readHeader().
void OpalData::setRestartFileName | ( | std::string | s | ) |
store opals restart h5 format filename
Definition at line 331 of file OpalData.cpp.
References OpalDataImpl::hasRestartFile_m, p, and OpalDataImpl::restartFn_m.
Referenced by main(), and run_opal().
void OpalData::setRestartRun | ( | const bool & | value = true | ) |
set OPAL in restart mode
Definition at line 315 of file OpalData.cpp.
References OpalDataImpl::isRestart_m, and p.
Referenced by TrackRun::execute(), main(), and run_opal().
void OpalData::setRestartStep | ( | int | s | ) |
store the location where to restart
Definition at line 319 of file OpalData.cpp.
References p, and OpalDataImpl::restartStep_m.
Referenced by H5PartWrapperForPT::H5PartWrapperForPT(), main(), and run_opal().
|
static |
Definition at line 211 of file OpalData.cpp.
References instance, isInstantiated, MAX_NUM_INSTANCES, and stashedInstances.
Referenced by OptimizeCmd::stashEnvironment(), and SampleCmd::stashEnvironment().
void OpalData::storeArguments | ( | int | argc, |
char * | argv[] | ||
) |
Definition at line 752 of file OpalData.cpp.
References OpalDataImpl::arguments_m, and p.
Referenced by main().
void OpalData::storeInputFn | ( | const std::string & | fn | ) |
store opals input filename
Definition at line 638 of file OpalData.cpp.
References OpalDataImpl::inputFn_m, and p.
Referenced by main(), and run_opal().
void OpalData::storeTitle | ( | const std::string & | title | ) |
Store the page title.
Definition at line 634 of file OpalData.cpp.
References OpalDataImpl::itsTitle_m, and p.
Referenced by Title::execute().
void OpalData::unregisterExpression | ( | AttributeBase * | expr | ) |
Unregister expression.
Definition at line 626 of file OpalData.cpp.
References OpalDataImpl::exprDirectory, and p.
Referenced by Expressions::AAutomatic< T >::~AAutomatic(), and Expressions::SAutomatic< T >::~SAutomatic().
void OpalData::unregisterTable | ( | Table * | t | ) |
Unregister table.
Definition at line 614 of file OpalData.cpp.
References p, and OpalDataImpl::tableDirectory.
Referenced by Table::~Table().
void OpalData::update | ( | ) |
Update all objects.
Definition at line 674 of file OpalData.cpp.
References Directory::begin(), Directory::end(), OpalDataImpl::exprDirectory, OpalDataImpl::mainDirectory, OpalDataImpl::modified, p, and OpalDataImpl::tableDirectory.
Referenced by IfStatement::execute(), WhileStatement::execute(), and OpalParser::execute().
|
staticprivate |
Definition at line 271 of file OpalData.h.
Referenced by deleteInstance(), getInstance(), popInstance(), and stashInstance().
|
staticprivate |
Definition at line 270 of file OpalData.h.
Referenced by deleteInstance(), getInstance(), popInstance(), and stashInstance().
|
private |
Definition at line 281 of file OpalData.h.
Referenced by addEnergyData(), addProblemCharacteristicValue(), apply(), bunchIsAllocated(), checkAndAddOutputFileName(), create(), define(), erase(), find(), getArguments(), getDataSink(), getFirstEnergyData(), getFirstMaxPhases(), getGlobalGeometry(), getGlobalPhaseShift(), getInputBasename(), getInputFn(), getLastEnergyData(), getLastMaxPhases(), getLastStep(), getMaxTrackSteps(), getNumberOfMaxPhases(), getOpenMode(), getP0(), getPartBunch(), getProblemCharacteristicValues(), getRestartDumpFreq(), getRestartFileName(), getRestartStep(), getTitle(), getVariableNames(), hasBunchAllocated(), hasDataSinkAllocated(), hasGlobalGeometry(), hasPriorTrack(), hasRestartFile(), incMaxTrackSteps(), inRestartRun(), isInOPALCyclMode(), isInOPALTMode(), isInPrepState(), isOptimizerRun(), makeDirty(), OpalData(), printNames(), printTitle(), registerExpression(), registerTable(), reset(), setDataSink(), setGlobalGeometry(), setGlobalPhaseShift(), setInOPALCyclMode(), setInOPALTMode(), setInPrepState(), setLastStep(), setMaxPhase(), setMaxTrackSteps(), setOpenMode(), setOptimizerFlag(), setP0(), setPartBunch(), setPriorTrack(), setRestartDumpFreq(), setRestartFileName(), setRestartRun(), setRestartStep(), storeArguments(), storeInputFn(), storeTitle(), unregisterExpression(), unregisterTable(), update(), and ~OpalData().
|
staticprivate |
Definition at line 272 of file OpalData.h.
Referenced by popInstance(), and stashInstance().