|
| int | main (int argc, char **argv) |
| |
| template<typename T > |
| bool | AlmostEquals (T first, T second) |
| |
| static std::shared_ptr< ShearWaveLogFileDataImp > | ShearWaveLogFileDataImp::getNewInstance () |
| |
| std::vector< int > | ShearWaveLogFileDataImp::getL0 () |
| |
| std::vector< double > | ShearWaveLogFileDataImp::getUx () |
| |
| std::vector< double > | ShearWaveLogFileDataImp::getUz () |
| |
| void | ShearWaveLogFileDataImp::setL0 (std::vector< int > l0) |
| |
| void | ShearWaveLogFileDataImp::setUx (std::vector< double > ux) |
| |
| void | ShearWaveLogFileDataImp::setUz (std::vector< double > amp) |
| |
| | ShearWaveLogFileDataImp::~ShearWaveLogFileDataImp () |
| |
| static std::shared_ptr< LogFileDataAssistantStrategy > | ShearWaveLogFileDataAssistantStrategy::getNewInstance () |
| |
| std::string | ShearWaveLogFileDataAssistantStrategy::getSimulationName () |
| |
| bool | ShearWaveLogFileDataAssistantStrategy::checkSimulationParameter (std::shared_ptr< LogFileData > logFileData1, std::shared_ptr< LogFileData > logFileData2) |
| |
| static std::shared_ptr< TaylorGreenVortexUxLogFileDataImp > | TaylorGreenVortexUxLogFileDataImp::getNewInstance () |
| |
| std::vector< int > | TaylorGreenVortexUxLogFileDataImp::getL0 () |
| |
| std::vector< double > | TaylorGreenVortexUxLogFileDataImp::getUx () |
| |
| std::vector< double > | TaylorGreenVortexUxLogFileDataImp::getAmplitude () |
| |
| void | TaylorGreenVortexUxLogFileDataImp::setL0 (std::vector< int > l0) |
| |
| void | TaylorGreenVortexUxLogFileDataImp::setUx (std::vector< double > ux) |
| |
| void | TaylorGreenVortexUxLogFileDataImp::setAmplitude (std::vector< double > amp) |
| |
| | TaylorGreenVortexUxLogFileDataImp::~TaylorGreenVortexUxLogFileDataImp () |
| |
| static std::shared_ptr< LogFileDataAssistantStrategy > | TaylorGreenVortexUxLogFileDataAssistantStrategy::getNewInstance () |
| |
| std::string | TaylorGreenVortexUxLogFileDataAssistantStrategy::getSimulationName () |
| |
| bool | TaylorGreenVortexUxLogFileDataAssistantStrategy::checkSimulationParameter (std::shared_ptr< LogFileData > logFileData1, std::shared_ptr< LogFileData > logFileData2) |
| |
| static std::shared_ptr< TaylorGreenVortexUzLogFileDataImp > | TaylorGreenVortexUzLogFileDataImp::getNewInstance () |
| |
| std::vector< int > | TaylorGreenVortexUzLogFileDataImp::getL0 () |
| |
| std::vector< double > | TaylorGreenVortexUzLogFileDataImp::getUz () |
| |
| std::vector< double > | TaylorGreenVortexUzLogFileDataImp::getAmplitude () |
| |
| void | TaylorGreenVortexUzLogFileDataImp::setL0 (std::vector< int > l0) |
| |
| void | TaylorGreenVortexUzLogFileDataImp::setUz (std::vector< double > ux) |
| |
| void | TaylorGreenVortexUzLogFileDataImp::setAmplitude (std::vector< double > amp) |
| |
| | TaylorGreenVortexUzLogFileDataImp::~TaylorGreenVortexUzLogFileDataImp () |
| |
| static std::shared_ptr< LogFileDataAssistantStrategy > | TaylorGreenVortexUzLogFileDataAssistantStrategy::getNewInstance () |
| |
| std::string | TaylorGreenVortexUzLogFileDataAssistantStrategy::getSimulationName () |
| |
| bool | TaylorGreenVortexUzLogFileDataAssistantStrategy::checkSimulationParameter (std::shared_ptr< LogFileData > logFileData1, std::shared_ptr< LogFileData > logFileData2) |
| |
| static std::shared_ptr< L2NormLogFileDataImp > | L2NormLogFileDataImp::getNewInstance () |
| |
| std::vector< double > | L2NormLogFileDataImp::getBasicGridLengths () |
| |
| std::string | L2NormLogFileDataImp::getDataToCalc () |
| |
| std::string | L2NormLogFileDataImp::getNormalizeData () |
| |
| int | L2NormLogFileDataImp::getBasicTimeStep () |
| |
| int | L2NormLogFileDataImp::getDivergentTimeStep () |
| |
| std::vector< double > | L2NormLogFileDataImp::getL2NormForBasicTimeStep () |
| |
| std::vector< double > | L2NormLogFileDataImp::getL2NormForDivergentTimeStep () |
| |
| std::vector< double > | L2NormLogFileDataImp::getL2NormDiff () |
| |
| void | L2NormLogFileDataImp::setBasicGridLengths (std::vector< double > basicGridLengths) |
| |
| void | L2NormLogFileDataImp::setDataToCalc (std::string dataToCalc) |
| |
| void | L2NormLogFileDataImp::setNormalizeData (std::string normalizeData) |
| |
| void | L2NormLogFileDataImp::setBasicTimeStep (int basicTimeStep) |
| |
| void | L2NormLogFileDataImp::setDivergentTimeStep (int divergentTimeStep) |
| |
| void | L2NormLogFileDataImp::setL2NormForBasicTimeStep (std::vector< double > l2NormForBasicTimeStep) |
| |
| void | L2NormLogFileDataImp::setL2NormForDivergentTimeStep (std::vector< double > l2NormForDivergentTimeStep) |
| |
| void | L2NormLogFileDataImp::setL2NormDiff (std::vector< double > l2NormDiff) |
| |
| | L2NormLogFileDataImp::~L2NormLogFileDataImp () |
| |
| static std::shared_ptr< L2NormMathematicaAssistant > | L2NormMathematicaAssistant::getNewInstance (std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| void | L2NormMathematicaAssistant::makeMathematicaOutput (std::shared_ptr< LogFileDataGroup > logFileData, std::shared_ptr< MathematicaFile > aMathmaticaFile) |
| |
| static std::shared_ptr< L2NormBetweenKernelsLogFileDataImp > | L2NormBetweenKernelsLogFileDataImp::getNewInstance () |
| |
| std::vector< double > | L2NormBetweenKernelsLogFileDataImp::getBasicGridLengths () |
| |
| std::string | L2NormBetweenKernelsLogFileDataImp::getBasicKernel () |
| |
| std::string | L2NormBetweenKernelsLogFileDataImp::getDivergentKernel () |
| |
| std::string | L2NormBetweenKernelsLogFileDataImp::getDataToCalculate () |
| |
| int | L2NormBetweenKernelsLogFileDataImp::getTimeStep () |
| |
| std::vector< double > | L2NormBetweenKernelsLogFileDataImp::getL2NormForBasicKernel () |
| |
| std::vector< double > | L2NormBetweenKernelsLogFileDataImp::getL2NormForDivergentKernel () |
| |
| std::vector< double > | L2NormBetweenKernelsLogFileDataImp::getL2NormBetweenKernels () |
| |
| std::string | L2NormBetweenKernelsLogFileDataImp::getNormalizeData () |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setBasicGridLengths (std::vector< double > basicGridLengths) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setBasicKernel (std::string basicKernel) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setDivergentKernel (std::string divergentKernel) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setDataToCalculate (std::string dataToCalc) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setTimeStep (int timeStep) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setL2NormForBasicKernel (std::vector< double > l2Norm) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setL2NormForDivergentKernel (std::vector< double > l2Norm) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setL2NormBetweenKernels (std::vector< double > l2Norm) |
| |
| void | L2NormBetweenKernelsLogFileDataImp::setNormalizeData (std::string normalizeData) |
| |
| | L2NormBetweenKernelsLogFileDataImp::~L2NormBetweenKernelsLogFileDataImp () |
| |
| static std::shared_ptr< L2NormBetweenKernelsMathematicaAssistant > | L2NormBetweenKernelsMathematicaAssistant::getNewInstance (std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| void | L2NormBetweenKernelsMathematicaAssistant::makeMathematicaOutput (std::shared_ptr< LogFileDataGroup > logFileData, std::shared_ptr< MathematicaFile > aMathmaticaFile) |
| |
| static std::shared_ptr< NyLogFileDataImp > | NyLogFileDataImp::getNewInstance () |
| |
| std::vector< double > | NyLogFileDataImp::getBasicGridLengths () |
| |
| int | NyLogFileDataImp::getStartTimeStepCalculation () |
| |
| int | NyLogFileDataImp::getEndTimeStepCalculation () |
| |
| std::string | NyLogFileDataImp::getDataToCalc () |
| |
| std::vector< double > | NyLogFileDataImp::getNy () |
| |
| std::vector< double > | NyLogFileDataImp::getNyDiff () |
| |
| std::vector< std::vector< double > > | NyLogFileDataImp::getOrderOfAccuracy () |
| |
| void | NyLogFileDataImp::setBasicGridLengths (std::vector< double > basicGridLengths) |
| |
| void | NyLogFileDataImp::setStartTimeStepCalculation (int startTimeStepCalculation) |
| |
| void | NyLogFileDataImp::setEndTimeStepCalculation (int endTimeStepCalculation) |
| |
| void | NyLogFileDataImp::setDataToCalc (std::string dataToCalcPhiAndNu) |
| |
| void | NyLogFileDataImp::setNy (std::vector< double > ny) |
| |
| void | NyLogFileDataImp::setNyDiff (std::vector< double > nyDiff) |
| |
| void | NyLogFileDataImp::setOrderOfAccuracy (std::vector< std::vector< double > > orderOfAccuracy) |
| |
| static std::shared_ptr< NyMathematicaAssistant > | NyMathematicaAssistant::getNewInstance (std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| void | NyMathematicaAssistant::makeMathematicaOutput (std::shared_ptr< LogFileDataGroup > logFileData, std::shared_ptr< MathematicaFile > aMathmaticaFile) |
| |
| static std::shared_ptr< PhiLogFileDataImp > | PhiLogFileDataImp::getNewInstance () |
| |
| std::vector< double > | PhiLogFileDataImp::getBasicGridLengths () |
| |
| int | PhiLogFileDataImp::getStartTimeStepCalculation () |
| |
| int | PhiLogFileDataImp::getEndTimeStepCalculation () |
| |
| std::string | PhiLogFileDataImp::getDataToCalc () |
| |
| std::vector< double > | PhiLogFileDataImp::getPhiDiff () |
| |
| std::vector< std::vector< double > > | PhiLogFileDataImp::getOrderOfAccuracy () |
| |
| void | PhiLogFileDataImp::setBasicGridLengths (std::vector< double > basicGridLengths) |
| |
| void | PhiLogFileDataImp::setStartTimeStepCalculation (int startTimeStepCalculation) |
| |
| void | PhiLogFileDataImp::setEndTimeStepCalculation (int endTimeStepCalculation) |
| |
| void | PhiLogFileDataImp::setDataToCalc (std::string dataToCalcPhiAndNu) |
| |
| void | PhiLogFileDataImp::setPhiDiff (std::vector< double > phiDiff) |
| |
| void | PhiLogFileDataImp::setOrderOfAccuracy (std::vector< std::vector< double > > orderOfAccuracy) |
| |
| static std::shared_ptr< PhiMathematicaAssistant > | PhiMathematicaAssistant::getNewInstance (std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| void | PhiMathematicaAssistant::makeMathematicaOutput (std::shared_ptr< LogFileDataGroup > logFileData, std::shared_ptr< MathematicaFile > aMathmaticaFile) |
| |
| static std::shared_ptr< DataPoint > | DataPoint::getNewInstance (double x, double y) |
| |
| double | DataPoint::getX () |
| |
| double | DataPoint::getY () |
| |
| static std::shared_ptr< LogFileDataGroupImp > | LogFileDataGroupImp::getNewInstance () |
| |
| std::shared_ptr< LogFileData > | LogFileDataGroupImp::getLogFileData (int number) |
| |
| int | LogFileDataGroupImp::getGroupSize () |
| |
| void | LogFileDataGroupImp::addLogFileData (std::shared_ptr< LogFileData > logFileData) |
| |
| static std::shared_ptr< LogFileDataImp > | LogFileDataImp::getNewInstance () |
| |
| void | LogFileDataImp::setBasisTimeStepLength (int basisTimeStepLength) |
| |
| void | LogFileDataImp::setAnalyticalVTKWritingTime (std::vector< int > analyticalVTKWritingTime) |
| |
| void | LogFileDataImp::setBasicGridLengths (std::vector< double > basicGridLenghts) |
| |
| void | LogFileDataImp::setDate (std::string date) |
| |
| void | LogFileDataImp::setGpuDevices (std::vector< std::string > gpuDevices) |
| |
| void | LogFileDataImp::setSimName (std::string simName) |
| |
| void | LogFileDataImp::setSimTime (std::vector< int > simTime) |
| |
| void | LogFileDataImp::setTestTime (std::vector< double > testTime) |
| |
| void | LogFileDataImp::setTime (std::string time) |
| |
| void | LogFileDataImp::setKernel (std::string kernelName) |
| |
| void | LogFileDataImp::setL2NormTestRun (bool l2NormTestRun) |
| |
| void | LogFileDataImp::setL2NormTestBetweenKernelRun (bool l2NormTestBetweenKernelRun) |
| |
| void | LogFileDataImp::setNumberOfTimeSteps (int numberOfTimeSteps) |
| |
| void | LogFileDataImp::setPhiTestRun (bool phiTestRun) |
| |
| void | LogFileDataImp::setNyTestRun (bool nyTestRun) |
| |
| void | LogFileDataImp::setResultCheckTime (std::vector< double > resultsCheckTime) |
| |
| void | LogFileDataImp::setViscosity (double viscosity) |
| |
| void | LogFileDataImp::setVTKFileWriting (bool vtkFileWriting) |
| |
| void | LogFileDataImp::setFilePath (std::string filePath) |
| |
| void | LogFileDataImp::setSimulationSigniture (std::string simulationSigniture) |
| |
| void | LogFileDataImp::setL2NormLogFileData (std::vector< std::shared_ptr< L2NormLogFileData > > data) |
| |
| void | LogFileDataImp::setL2NormBetweenKernelsLogFileData (std::vector< std::shared_ptr< L2NormBetweenKernelsLogFileData > > data) |
| |
| void | LogFileDataImp::setNyLogFileData (std::vector< std::shared_ptr< NyLogFileData > > data) |
| |
| void | LogFileDataImp::setPhiLogFileData (std::vector< std::shared_ptr< PhiLogFileData > > data) |
| |
| void | LogFileDataImp::setTaylorGreenVortexUxLogFileData (std::shared_ptr< TaylorGreenVortexUxLogFileData > data) |
| |
| void | LogFileDataImp::setTaylorGreenVortexUzLogFileData (std::shared_ptr< TaylorGreenVortexUzLogFileData > data) |
| |
| void | LogFileDataImp::setShearWaveLogFileData (std::shared_ptr< ShearWaveLogFileData > data) |
| |
| void | LogFileDataImp::setBasicSimulation (BasicSimulation sim) |
| |
| | LogFileDataImp::~LogFileDataImp () |
| |
| int | LogFileDataImp::getBasisTimeStepLength () |
| |
| std::vector< int > | LogFileDataImp::getAnalyticalVTKWritingTime () |
| |
| std::vector< double > | LogFileDataImp::getBasicGridLengths () |
| |
| std::string | LogFileDataImp::getDate () |
| |
| std::vector< std::string > | LogFileDataImp::getGpuDevices () |
| |
| std::string | LogFileDataImp::getKernel () |
| |
| bool | LogFileDataImp::getL2NormTestRun () |
| |
| bool | LogFileDataImp::getL2NormTestBetweenKernelRun () |
| |
| int | LogFileDataImp::getNumberOfTimeSteps () |
| |
| bool | LogFileDataImp::getNyTestRun () |
| |
| bool | LogFileDataImp::getPhiTestRun () |
| |
| std::vector< double > | LogFileDataImp::getResultCheckTime () |
| |
| std::string | LogFileDataImp::getSimName () |
| |
| std::vector< int > | LogFileDataImp::getSimTime () |
| |
| std::vector< double > | LogFileDataImp::getTestTime () |
| |
| std::string | LogFileDataImp::getTime () |
| |
| double | LogFileDataImp::getViscosity () |
| |
| bool | LogFileDataImp::getVTKFileWriting () |
| |
| std::string | LogFileDataImp::getFilePath () |
| |
| std::string | LogFileDataImp::getSimulationSigniture () |
| |
| std::vector< std::shared_ptr< L2NormLogFileData > > | LogFileDataImp::getL2NormLogFileData () |
| |
| std::vector< std::shared_ptr< L2NormBetweenKernelsLogFileData > > | LogFileDataImp::getL2NormBetweenKernelsLogFileData () |
| |
| std::vector< std::shared_ptr< PhiLogFileData > > | LogFileDataImp::getPhiLogFileData () |
| |
| std::vector< std::shared_ptr< NyLogFileData > > | LogFileDataImp::getNyLogFileData () |
| |
| std::shared_ptr< TaylorGreenVortexUxLogFileData > | LogFileDataImp::getTaylorGreenVortexUxLogFileData () |
| |
| std::shared_ptr< TaylorGreenVortexUzLogFileData > | LogFileDataImp::getTaylorGreenVortexUzLogFileData () |
| |
| std::shared_ptr< ShearWaveLogFileData > | LogFileDataImp::getShearWaveLogFileData () |
| |
| BasicSimulation | LogFileDataImp::getBasicSimulation () |
| |
| std::vector< std::vector< std::shared_ptr< LogFileData > > > | LogFileDataAssistantImp::sortLogFileDataAfterKernels (std::vector< std::shared_ptr< LogFileData > > logFileData) |
| |
| bool | LogFileDataAssistantImp::checkEqualSimulationData (std::shared_ptr< LogFileData > logFileData1, std::shared_ptr< LogFileData > logFileData2) |
| |
| bool | LogFileDataAssistantImp::checkEqualViscosity (std::shared_ptr< LogFileData > logFileData1, std::shared_ptr< LogFileData > logFileData2) |
| |
| bool | LogFileDataAssistantImp::checkEqualKernel (std::shared_ptr< LogFileData > logFileData1, std::shared_ptr< LogFileData > logFileData2) |
| |
| bool | LogFileDataAssistantImp::checkBasicSimulationIsInLogFiles (std::vector< std::shared_ptr< LogFileData > > allLogFileData, std::string simName) |
| |
| std::vector< std::shared_ptr< LogFileDataGroup > > | LogFileDataAssistantImp::castToLogFileDataGroup (std::vector< std::shared_ptr< LogFileDataGroupImp > > data) |
| |
| bool | LogFileDataAssistantImp::equalDouble (double num1, double num2) |
| |
| std::vector< std::shared_ptr< LogFileData > > | LogFileDataAssistantImp::getSimulationGroupLogFileData (std::string simName, std::vector< std::shared_ptr< LogFileData > > allLogFileData) |
| |
| static std::shared_ptr< LogFileDataAssistant > | LogFileDataAssistantImp::getNewInstance () |
| |
| std::vector< std::shared_ptr< LogFileDataGroup > > | LogFileDataAssistantImp::findDataCombination (std::vector< std::shared_ptr< LogFileData > > allLogFileData, std::shared_ptr< LogFileDataAssistantStrategy > strategy, DataCombination combination) |
| |
| std::vector< std::shared_ptr< LogFileDataGroup > > | LogFileDataAssistantImp::findEqualSimulationsForDifferentKernels (std::vector< std::shared_ptr< LogFileData > > allLogFileData, std::shared_ptr< LogFileDataAssistantStrategy > strategy) |
| |
| std::vector< std::shared_ptr< LogFileDataGroup > > | LogFileDataAssistantImp::findEqualKernelSimulationsForDifferentViscosities (std::vector< std::shared_ptr< LogFileData > > allLogFileData, std::shared_ptr< LogFileDataAssistantStrategy > strategy) |
| |
| | LogFileDataAssistantImp::LogFileDataAssistantImp () |
| |
| static std::shared_ptr< LogFileDataAssistantStrategyFactory > | LogFileDataAssistantStrategyFactoryImp::getNewInstance () |
| |
| std::shared_ptr< LogFileDataAssistantStrategy > | LogFileDataAssistantStrategyFactoryImp::makeLogFileDataAssistantStrategy (BasicSimulation sim) |
| |
| bool | LogFileDataAssistantStrategyImp::equalDouble (double num1, double num2) |
| |
| static std::shared_ptr< LogFileReader > | LogFileReader::getInstance () |
| |
| std::shared_ptr< LogFileData > | LogFileReader::readLogFileToLogFileData (std::string filePath) |
| |
| std::vector< std::shared_ptr< LogFileData > > | LogFileReader::readLogFilesInDirectoryToLogFileData (std::string directory) |
| |
| static std::shared_ptr< MathematicaAssistantFactory > | MathematicaAssistantFactoryImp::getNewInstance () |
| |
| std::vector< std::shared_ptr< MathematicaAssistant > > | MathematicaAssistantFactoryImp::makeMathematicaAssistants (std::vector< Assistant > types, std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| | MathematicaAssistantImp::MathematicaAssistantImp () |
| |
| | MathematicaAssistantImp::MathematicaAssistantImp (std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| std::vector< std::string > | MathematicaAssistantImp::finalizeListNames (std::vector< std::string > basicListNames, std::string testName, std::string dataToCalc) |
| |
| std::vector< std::string > | MathematicaAssistantImp::finalizeListNames (std::vector< std::string > basicListNames, std::string testName, std::string dataToCalc, std::string normalizeData) |
| |
| std::vector< std::string > | MathematicaAssistantImp::finalizeListNames (std::vector< std::string > basicListNames, std::string testName, std::string dataToCalc, std::string normalizeData, std::string timeStep) |
| |
| std::vector< std::string > | MathematicaAssistantImp::finalizeListNames (std::vector< std::string > basicListNames, std::string testName, std::string dataToCalc, std::string normalizeData, std::vector< std::string > timeSteps) |
| |
| std::vector< std::string > | MathematicaAssistantImp::finalizeListNames (std::vector< std::string > basicListNames, std::string testName, std::string dataToCalc, std::string normalizeData, std::vector< std::string > timeSteps, std::vector< std::string > basicKernels) |
| |
| std::string | MathematicaAssistantImp::finalizeListName (std::string basicListName, std::string testName, std::string dataToCalc) |
| |
| void | MathematicaAssistantImp::addListLogLogPlotToMathematicaFile (std::shared_ptr< MathematicaFile > aMathmaticaFile, std::vector< std::string > listNames, std::vector< std::vector< double > > xAxesData, std::vector< std::vector< double > > yAxesData, std::string labelXAxes, std::string labelYAxes) |
| |
| void | MathematicaAssistantImp::addListOfListsToMathematicaFile (std::shared_ptr< MathematicaFile > aMathmaticaFile, std::string listName, std::vector< std::vector< double > > listOfLists) |
| |
| void | MathematicaAssistantImp::addSecondOrderOfAccuracyRef (std::vector< std::vector< double > > &xAxesData, std::vector< std::vector< double > > &yAxesData, std::vector< std::string > &listNames) |
| |
| void | MathematicaAssistantImp::addFourthOrderOfAccuracyRef (std::vector< std::vector< double > > &xAxesData, std::vector< std::vector< double > > &yAxesData, std::vector< std::string > &listNames) |
| |
| static std::shared_ptr< TimeMathematicaAssistant > | TimeMathematicaAssistant::getNewInstance (std::shared_ptr< MathematicaFunctionFactory > functionFactory) |
| |
| void | TimeMathematicaAssistant::makeMathematicaOutput (std::shared_ptr< LogFileDataGroup > logFileData, std::shared_ptr< MathematicaFile > aMathmaticaFile) |
| |
| static std::shared_ptr< MathematicaFile > | MathematicaFile::getNewInstance (std::string filePath) |
| |
| void | MathematicaFile::addMathematicaFunction (std::shared_ptr< MathematicaFunction > aMathFunc) |
| |
| void | MathematicaFile::finishFile () |
| |
| static std::shared_ptr< MathematicaListPlot > | MathematicaListPlotImp::getNewInstance (std::vector< std::shared_ptr< MathematicaPointList > > pointList, std::string plotType, std::string xAxes, std::string yAxes) |
| |
| static std::shared_ptr< MathematicaListOfLists > | MathematicaListOfListsImp::getNewInstance (std::string listName, std::vector< std::vector< double > > listOfLists) |
| |
| std::string | MathematicaListOfListsImp::getListName () |
| |
| std::string | MathematicaFunctionImp::getFunction () |
| |
| | MathematicaFunctionImp::MathematicaFunctionImp () |
| |
| static std::shared_ptr< MathematicaPointList > | MathematicaPointListImp::getNewInstance (std::string listName, std::vector< std::shared_ptr< DataPoint > > plotData) |
| |
| std::string | MathematicaPointListImp::getListName () |
| |
| static std::shared_ptr< MathematicaFunctionFactory > | MathematicaFunctionFactoryImp::getNewInstance () |
| |
| std::shared_ptr< MathematicaPointList > | MathematicaFunctionFactoryImp::makeMathematicaPointList (std::shared_ptr< MathematicaFile > file, std::string listName, std::vector< std::shared_ptr< DataPoint > > plotData) |
| |
| std::shared_ptr< MathematicaListPlot > | MathematicaFunctionFactoryImp::makeMathematicaListPlot (std::shared_ptr< MathematicaFile > file, std::vector< std::shared_ptr< MathematicaPointList > > pointList, std::string plotType, std::string xAxes, std::string yAxes) |
| |
| std::shared_ptr< MathematicaListOfLists > | MathematicaFunctionFactoryImp::makeMathematicaListOfLists (std::shared_ptr< MathematicaFile > file, std::string listName, std::vector< std::vector< double > > listOfLists) |
| |
| static std::shared_ptr< MathematicaListLinePlot > | MathematicaListLinePlot::getNewInstance (std::vector< std::shared_ptr< DataPoint > > plotData) |
| |
| static std::shared_ptr< MathematicaPointList > | MathematicaPointList::getNewInstance (std::string listName, std::vector< std::shared_ptr< DataPoint > > plotData) |
| |
| virtual std::string | MathematicaPointList::getListName ()=0 |
| |
| static std::shared_ptr< PostProcessingConfigDataImp > | PostProcessingConfigDataImp::getNewInstance () |
| |
| std::vector< BasicSimulation > | PostProcessingConfigDataImp::getSimulations () |
| |
| std::vector< Assistant > | PostProcessingConfigDataImp::getAssistants () |
| |
| std::vector< DataCombination > | PostProcessingConfigDataImp::getDataCombinations () |
| |
| std::string | PostProcessingConfigDataImp::getMathematicaFilePath () |
| |
| std::string | PostProcessingConfigDataImp::getLogFilesPath () |
| |
| void | PostProcessingConfigDataImp::setSimulations (std::vector< BasicSimulation > simulations) |
| |
| void | PostProcessingConfigDataImp::setAssistants (std::vector< Assistant > assis) |
| |
| void | PostProcessingConfigDataImp::setDataCombinations (std::vector< DataCombination > dataComb) |
| |
| void | PostProcessingConfigDataImp::setMathematicaFilePath (std::string mathematicaFilePath) |
| |
| void | PostProcessingConfigDataImp::setLogFilesPath (std::string logFilesPath) |
| |
| static std::shared_ptr< PostProcessingConfigFileReader > | PostProcessingConfigFileReaderImp::getNewInstance () |
| |
| std::shared_ptr< PostProcessingConfigData > | PostProcessingConfigFileReaderImp::readConfigFile (std::string filePath) override |
| |