Pos_Format.h (getdp-3.4.0-source.tgz) | : | Pos_Format.h (getdp-3.5.0-source.tgz) | ||
---|---|---|---|---|
// GetDP - Copyright (C) 1997-2021 P. Dular and C. Geuzaine, University of Liege | // GetDP - Copyright (C) 1997-2022 P. Dular and C. Geuzaine, University of Liege | |||
// | // | |||
// See the LICENSE.txt file for license information. Please report all | // See the LICENSE.txt file for license information. Please report all | |||
// issues on https://gitlab.onelab.info/getdp/getdp/issues. | // issues on https://gitlab.onelab.info/getdp/getdp/issues. | |||
#ifndef POS_FORMAT_H | #ifndef POS_FORMAT_H | |||
#define POS_FORMAT_H | #define POS_FORMAT_H | |||
#include "ProData.h" | #include "ProData.h" | |||
#include "ListUtils.h" | #include "ListUtils.h" | |||
void Format_PostFormat(struct PostSubOperation * PSO_P) ; | void Format_PostFormat(struct PostSubOperation *PSO_P); | |||
void Format_PostHeader(struct PostSubOperation * PSO_P, int NbTimeStep, | void Format_PostHeader(struct PostSubOperation *PSO_P, int NbTimeStep, | |||
int Order, char *Name1, char *Name2) ; | int Order, char *Name1, char *Name2); | |||
void Format_PostFooter(struct PostSubOperation * PSO_P, int Store, | void Format_PostFooter(struct PostSubOperation *PSO_P, int Store, | |||
bool SendToServer = true) ; | bool SendToServer = true); | |||
void Format_PostElement(struct PostSubOperation * PSO_P, int Contour, int Store | void Format_PostElement(struct PostSubOperation *PSO_P, int Contour, int Store, | |||
, | double Time, int TimeStep, int NbTimeStep, | |||
double Time, int TimeStep, int NbTimeStep, | int NbrHarmonics, int HarmonicToTime, double *Dummy, | |||
int NbrHarmonics, int HarmonicToTime, | struct PostElement *PE); | |||
double *Dummy, struct PostElement *PE); | ||||
void Format_PostValue(struct PostQuantity *PQ_P, struct PostSubOperation *PSO_P, | ||||
void Format_PostValue(struct PostQuantity *PQ_P, | int Format, char *Comma, int Group_FunctionType, | |||
struct PostSubOperation *PSO_P, | int iTime, double Time, int NbrTimeStep, int iRegion, | |||
int Format, char * Comma, int Group_FunctionType, | int numRegion, int NbrRegion, int NbrHarmonics, | |||
int iTime, double Time, int NbrTimeStep, | int HarmonicToTime, int FourierTransform, | |||
int iRegion, int numRegion, int NbrRegion, | int Flag_NoNewLine, struct Value *Value); | |||
int NbrHarmonics, int HarmonicToTime, int FourierTransform | ||||
, | void Pos_FourierTransform(int NbrTimeStep, int NbrRegion, double *Times, | |||
int Flag_NoNewLine, | struct Value *TmpValues, int Size, int TypeOutput, | |||
struct Value * Value) ; | int Nb_Freq_Select_0, int *NbrFreq, | |||
double **Frequencies, struct Value **OutValues); | ||||
void Pos_FourierTransform(int NbrTimeStep, int NbrRegion, | ||||
double *Times, struct Value *TmpValues, int Size, | ||||
int TypeOutput, int Nb_Freq_Select_0, | ||||
int *NbrFreq, double **Frequencies, struct Value **Out | ||||
Values); | ||||
#endif | #endif | |||
End of changes. 5 change blocks. | ||||
27 lines changed or deleted | 22 lines changed or added |