SolvingAnalyse.h (getdp-3.4.0-source.tgz) | : | SolvingAnalyse.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 SOLVING_ANALYSE_H | #ifndef SOLVING_ANALYSE_H | |||
#define SOLVING_ANALYSE_H | #define SOLVING_ANALYSE_H | |||
#include "ProData.h" | #include "ProData.h" | |||
void Init_DofDataInFunctionSpace(int Nbr_DefineSystem, | void Init_DofDataInFunctionSpace(int Nbr_DefineSystem, | |||
struct DofData *DofData_P0); | struct DofData *DofData_P0); | |||
void Init_DofDataInDefineQuantity(struct DefineSystem *DefineSystem_P, | void Init_DofDataInDefineQuantity(struct DefineSystem *DefineSystem_P, | |||
struct DofData *DofData_P0, | struct DofData *DofData_P0, | |||
struct Formulation *Formulation_P); | struct Formulation *Formulation_P); | |||
double * Get_TimeFunctionValues(struct DofData * DofData_P); | double *Get_TimeFunctionValues(struct DofData *DofData_P); | |||
void Init_HarInDofData(struct DefineSystem * DefineSystem_P, | void Init_HarInDofData(struct DefineSystem *DefineSystem_P, | |||
struct DofData * DofData_P); | struct DofData *DofData_P); | |||
void Treatment_PostOperation(struct Resolution * Resolution_P, | void Treatment_PostOperation(struct Resolution *Resolution_P, | |||
struct DofData * DofData_P0, | struct DofData *DofData_P0, | |||
struct DefineSystem * DefineSystem_P0, | struct DefineSystem *DefineSystem_P0, | |||
struct GeoData * GeoData_P0, | struct GeoData *GeoData_P0, | |||
struct PostProcessing * PostProcessing_P, | struct PostProcessing *PostProcessing_P, | |||
struct PostOperation * PostOperation_P); | struct PostOperation *PostOperation_P); | |||
void SolvingAnalyse(); | void SolvingAnalyse(); | |||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
18 lines changed or deleted | 18 lines changed or added |