|
OPALX (Object Oriented Parallel Accelerator Library for Exascal) master (dc2a29eed580)
OPALX
|

Public Types | |
| typedef std::list< Table * >::iterator | tableIterator |
| typedef std::set< AttributeBase * >::iterator | exprIterator |
Public Member Functions | |
| OpalDataImpl () | |
| ~OpalDataImpl () | |
Public Attributes | |
| Directory | mainDirectory |
| ValueDefinition * | referenceMomentum |
| bool | modified |
| std::list< Table * > | tableDirectory |
| std::set< AttributeBase * > | exprDirectory |
| std::string | itsTitle_m |
| bool | hasPriorRun_m |
| bool | isRestart_m |
| int | restartStep_m |
| std::string | restartFn_m |
| bool | hasRestartFile_m |
| int | restart_dump_freq_m |
| std::string | inputFn_m |
| std::set< std::string > | outFiles_m |
| OpalData::OpenMode | openMode_m = OpalData::OpenMode::WRITE |
| Mode for writing files. | |
| int | last_step_m |
| bool | hasBunchAllocated_m |
| PartBunch_t * | bunch_m |
| bool | hasDataSinkAllocated_m |
| DataSink * | dataSink_m |
| double | gPhaseShift_m |
| BoundaryGeometry * | bg_m |
| std::vector< MaxPhasesT > | maxPhases_m |
| energyEvolution_t | energyEvolution_m |
| Mesh_t< 3 > * | mesh_m |
| FieldLayout_t< 3 > * | FL_m |
| PLayout_t< double, 3 > * | PL_m |
| unsigned long long | maxTrackSteps_m |
| bool | isInOPALCyclMode_m |
| bool | isInOPALTMode_m |
| bool | isOptimizerFlag_m |
| bool | isInPrepState_m |
| std::map< std::string, unsigned int > | problemSize_m |
| std::vector< std::string > | arguments_m |
Definition at line 56 of file OpalData.cpp.
| typedef std::set<AttributeBase*>::iterator OpalDataImpl::exprIterator |
Definition at line 75 of file OpalData.cpp.
| typedef std::list<Table*>::iterator OpalDataImpl::tableIterator |
Definition at line 71 of file OpalData.cpp.
| OpalDataImpl::OpalDataImpl | ( | ) |
Definition at line 146 of file OpalData.cpp.
References bg_m, bunch_m, dataSink_m, FL_m, mesh_m, and PL_m.
| OpalDataImpl::~OpalDataImpl | ( | ) |
Definition at line 173 of file OpalData.cpp.
References bg_m, bunch_m, dataSink_m, Directory::erase(), exprDirectory, FL_m, mainDirectory, mesh_m, and tableDirectory.

| std::vector<std::string> OpalDataImpl::arguments_m |
Definition at line 143 of file OpalData.cpp.
Referenced by OpalData::getArguments(), and OpalData::storeArguments().
| BoundaryGeometry* OpalDataImpl::bg_m |
Definition at line 119 of file OpalData.cpp.
Referenced by OpalData::getGlobalGeometry(), OpalData::hasGlobalGeometry(), OpalDataImpl(), OpalData::setGlobalGeometry(), and ~OpalDataImpl().
| PartBunch_t* OpalDataImpl::bunch_m |
Definition at line 110 of file OpalData.cpp.
Referenced by OpalData::getPartBunch(), OpalDataImpl(), OpalData::setPartBunch(), and ~OpalDataImpl().
| DataSink* OpalDataImpl::dataSink_m |
Definition at line 114 of file OpalData.cpp.
Referenced by OpalData::getDataSink(), OpalDataImpl(), OpalData::setDataSink(), and ~OpalDataImpl().
| energyEvolution_t OpalDataImpl::energyEvolution_m |
Definition at line 122 of file OpalData.cpp.
Referenced by OpalData::addEnergyData(), OpalData::getFirstEnergyData(), and OpalData::getLastEnergyData().
| std::set<AttributeBase*> OpalDataImpl::exprDirectory |
Definition at line 74 of file OpalData.cpp.
Referenced by OpalData::registerExpression(), OpalData::unregisterExpression(), OpalData::update(), and ~OpalDataImpl().
| FieldLayout_t<3>* OpalDataImpl::FL_m |
Definition at line 128 of file OpalData.cpp.
Referenced by OpalDataImpl(), and ~OpalDataImpl().
| double OpalDataImpl::gPhaseShift_m |
Definition at line 117 of file OpalData.cpp.
Referenced by OpalData::getGlobalPhaseShift(), OpalData::reset(), and OpalData::setGlobalPhaseShift().
| bool OpalDataImpl::hasBunchAllocated_m |
Definition at line 108 of file OpalData.cpp.
Referenced by OpalData::bunchIsAllocated(), OpalData::hasBunchAllocated(), and OpalData::reset().
| bool OpalDataImpl::hasDataSinkAllocated_m |
Definition at line 112 of file OpalData.cpp.
Referenced by OpalData::hasDataSinkAllocated(), OpalData::reset(), and OpalData::setDataSink().
| bool OpalDataImpl::hasPriorRun_m |
Definition at line 80 of file OpalData.cpp.
Referenced by OpalData::hasPriorTrack(), OpalData::reset(), and OpalData::setPriorTrack().
| bool OpalDataImpl::hasRestartFile_m |
Definition at line 92 of file OpalData.cpp.
Referenced by OpalData::hasRestartFile(), OpalData::reset(), and OpalData::setRestartFileName().
| std::string OpalDataImpl::inputFn_m |
Definition at line 98 of file OpalData.cpp.
Referenced by OpalData::getInputBasename(), OpalData::getInputFn(), and OpalData::storeInputFn().
| bool OpalDataImpl::isInOPALCyclMode_m |
Definition at line 136 of file OpalData.cpp.
Referenced by OpalData::isInOPALCyclMode(), OpalData::reset(), and OpalData::setInOPALCyclMode().
| bool OpalDataImpl::isInOPALTMode_m |
Definition at line 137 of file OpalData.cpp.
Referenced by OpalData::isInOPALTMode(), OpalData::reset(), and OpalData::setInOPALTMode().
| bool OpalDataImpl::isInPrepState_m |
Definition at line 139 of file OpalData.cpp.
Referenced by OpalData::isInPrepState(), OpalData::reset(), and OpalData::setInPrepState().
| bool OpalDataImpl::isOptimizerFlag_m |
Definition at line 138 of file OpalData.cpp.
Referenced by OpalData::isOptimizerRun(), OpalData::reset(), and OpalData::setOptimizerFlag().
| bool OpalDataImpl::isRestart_m |
Definition at line 83 of file OpalData.cpp.
Referenced by OpalData::inRestartRun(), OpalData::reset(), and OpalData::setRestartRun().
| std::string OpalDataImpl::itsTitle_m |
Definition at line 78 of file OpalData.cpp.
Referenced by OpalData::getTitle(), OpalData::printTitle(), and OpalData::storeTitle().
| int OpalDataImpl::last_step_m |
Definition at line 106 of file OpalData.cpp.
Referenced by OpalData::getLastStep(), and OpalData::setLastStep().
| Directory OpalDataImpl::mainDirectory |
Definition at line 61 of file OpalData.cpp.
Referenced by OpalData::apply(), OpalData::create(), OpalData::define(), OpalData::erase(), OpalData::find(), OpalData::getVariableNames(), OpalData::printAllNames(), OpalData::printNames(), OpalData::update(), and ~OpalDataImpl().
| std::vector<MaxPhasesT> OpalDataImpl::maxPhases_m |
Definition at line 121 of file OpalData.cpp.
Referenced by OpalData::getFirstMaxPhases(), OpalData::getLastMaxPhases(), OpalData::getNumberOfMaxPhases(), OpalData::reset(), and OpalData::setMaxPhase().
| unsigned long long OpalDataImpl::maxTrackSteps_m |
Definition at line 134 of file OpalData.cpp.
Referenced by OpalData::getMaxTrackSteps(), OpalData::incMaxTrackSteps(), and OpalData::setMaxTrackSteps().
| Mesh_t<3>* OpalDataImpl::mesh_m |
Definition at line 125 of file OpalData.cpp.
Referenced by OpalDataImpl(), and ~OpalDataImpl().
| bool OpalDataImpl::modified |
Definition at line 67 of file OpalData.cpp.
Referenced by OpalData::define(), OpalData::makeDirty(), and OpalData::update().
| OpalData::OpenMode OpalDataImpl::openMode_m = OpalData::OpenMode::WRITE |
Mode for writing files.
Definition at line 103 of file OpalData.cpp.
Referenced by OpalData::getOpenMode(), and OpalData::setOpenMode().
| std::set<std::string> OpalDataImpl::outFiles_m |
Definition at line 100 of file OpalData.cpp.
Referenced by OpalData::checkAndAddOutputFileName().
| PLayout_t<double, 3>* OpalDataImpl::PL_m |
Definition at line 131 of file OpalData.cpp.
Referenced by OpalDataImpl().
| std::map<std::string, unsigned int> OpalDataImpl::problemSize_m |
Definition at line 141 of file OpalData.cpp.
Referenced by OpalData::addProblemCharacteristicValue(), and OpalData::getProblemCharacteristicValues().
| ValueDefinition* OpalDataImpl::referenceMomentum |
Definition at line 64 of file OpalData.cpp.
Referenced by OpalData::getP0(), and OpalData::setP0().
| int OpalDataImpl::restart_dump_freq_m |
Definition at line 95 of file OpalData.cpp.
Referenced by OpalData::getRestartDumpFreq(), and OpalData::setRestartDumpFreq().
| std::string OpalDataImpl::restartFn_m |
Definition at line 89 of file OpalData.cpp.
Referenced by OpalData::getRestartFileName(), and OpalData::setRestartFileName().
| int OpalDataImpl::restartStep_m |
Definition at line 86 of file OpalData.cpp.
Referenced by OpalData::getRestartStep(), and OpalData::setRestartStep().
| std::list<Table*> OpalDataImpl::tableDirectory |
Definition at line 70 of file OpalData.cpp.
Referenced by OpalData::define(), OpalData::registerTable(), OpalData::unregisterTable(), OpalData::update(), and ~OpalDataImpl().