48 static std::shared_ptr<PhiTestLogFileInformation>
getNewInstance(std::shared_ptr<PhiTestParameterStruct>
testPara);
51 void addTestGroup(std::vector<std::shared_ptr<PhiTest> > tests);
57 void fillMyData(std::vector<std::shared_ptr<PhiTest> >
testGroup);
59 std::vector<std::vector<std::shared_ptr<PhiTest> > > testGroups;
60 unsigned int startTimeStepCalculation, endTimeStepCalculation;
62 std::vector<int> lxForErase;
63 std::vector<double> phiDiff;
64 std::vector<double> orderOfAccuracy;
65 std::vector<std::string> dataToCalc;
66 std::vector<TestStatus> status;