Home
last modified time | relevance | path

Searched refs:PostOperation_P (Results 1 – 8 of 8) sorted by relevance

/dports/science/getdp/getdp-3.4.0-source/Kernel/
H A DOperation_PostOperation.cpp39 PostOperation *PostOperation_P; in Operation_PostOperation() local
53 PostOperation_P = (struct PostOperation*) in Operation_PostOperation()
56 List_Pointer(Problem_S.PostProcessing, PostOperation_P->PostProcessingIndex) ; in Operation_PostOperation()
60 GeoData_P0, PostProcessing_P, PostOperation_P) ; in Operation_PostOperation()
116 PostOpSolutions_S.PostOperation_P = (struct PostOperation*) in InitLEPostOperation()
119 PostSubOperation_L = PostOpSolutions_S.PostOperation_P->PostSubOperation; in InitLEPostOperation()
H A DSolvingAnalyse.cpp147 struct PostOperation * PostOperation_P) in Treatment_PostOperation() argument
218 if (PostOperation_P->ResampleTime) { in Treatment_PostOperation()
221 Pos_ResampleTime(PostOperation_P); in Treatment_PostOperation()
224 Nbr_PostSubOperation = List_Nbr(PostOperation_P->PostSubOperation) ; in Treatment_PostOperation()
227 List_Pointer(PostOperation_P->PostSubOperation, i_POP) ; in Treatment_PostOperation()
228 Message::Info("PostOperation '%s' %d/%d", PostOperation_P->Name, i_POP+1, in Treatment_PostOperation()
233 if (PostOperation_P->ResampleTime) { in Treatment_PostOperation()
395 struct PostOperation * PostOperation_P[NBR_MAX_POS] ; in SolvingAnalyse() local
624 PostOperation_P[i] = (struct PostOperation*) in SolvingAnalyse()
627 List_Pointer(Problem_S.PostProcessing, PostOperation_P[i]->PostProcessingIndex) ; in SolvingAnalyse()
[all …]
H A DPos_Formulation.cpp242 void Pos_ResampleTime(struct PostOperation *PostOperation_P) in Pos_ResampleTime() argument
249 void Pos_ResampleTime(struct PostOperation *PostOperation_P) in Pos_ResampleTime() argument
258 ResampleTimeStart = PostOperation_P->ResampleTimeStart; in Pos_ResampleTime()
259 ResampleTimeStop = PostOperation_P->ResampleTimeStop; in Pos_ResampleTime()
260 ResampleTimeStep = PostOperation_P->ResampleTimeStep; in Pos_ResampleTime()
H A DPos_Formulation.h24 void Pos_ResampleTime(struct PostOperation *PostOperation_P);
H A DSolvingAnalyse.h28 struct PostOperation * PostOperation_P);
H A DOperation_TimeLoopAdaptive.cpp366 PostOpSolutions_P->PostOperation_P->Name); in Predictor()
395 PostOpSolutions_P->PostOperation_P->Name); in Predictor()
404 PostOpSolutions_P->PostOperation_P->Name); in Predictor()
499 PostOpSolutions_P->PostOperation_P->Name); in CalcMaxLTEratio()
532 PostOpSolutions_P->PostOperation_P->Name, ErrorRatio); in CalcMaxLTEratio()
H A DOperation_IterativeLoopN.cpp251 PostOpSolutions_P->PostOperation_P->Name); in Operation_IterativeLoopN()
/dports/science/getdp/getdp-3.4.0-source/Interface/
H A DProData.h1510 PostOperation *PostOperation_P; member