Pos_FemInterpolation.h (getdp-3.4.0-source.tgz) | : | Pos_FemInterpolation.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_FEM_INTERPOLATION_H | #ifndef POS_FEM_INTERPOLATION_H | |||
#define POS_FEM_INTERPOLATION_H | #define POS_FEM_INTERPOLATION_H | |||
#include "ProData.h" | #include "ProData.h" | |||
void Pos_FemInterpolation(struct Element * Element, | void Pos_FemInterpolation(struct Element *Element, | |||
struct QuantityStorage * QuantityStorage_P0, | struct QuantityStorage *QuantityStorage_P0, | |||
struct QuantityStorage * QuantityStorage_P, | struct QuantityStorage *QuantityStorage_P, | |||
int Type_Quantity, int Type_Operator, | int Type_Quantity, int Type_Operator, | |||
int Type_Dimension, int UseXYZ, | int Type_Dimension, int UseXYZ, double u, double v, | |||
double u, double v, double w, | double w, double x, double y, double z, double Val[], | |||
double x, double y, double z, | int *Type_Value, int Flag_ChangeOfCoordinates); | |||
double Val[], int * Type_Value, | ||||
int Flag_ChangeOfCoordinates); | ||||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
10 lines changed or deleted | 8 lines changed or added |