Cal_IntegralQuantity.h (getdp-3.4.0-source.tgz) | : | Cal_IntegralQuantity.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 CAL_INTEGRAL_QUANTITY_H | #ifndef CAL_INTEGRAL_QUANTITY_H | |||
#define CAL_INTEGRAL_QUANTITY_H | #define CAL_INTEGRAL_QUANTITY_H | |||
#include "ProData.h" | #include "ProData.h" | |||
void Cal_InitIntegralQuantity(struct Element *Element, | void Cal_InitIntegralQuantity(struct Element *Element, | |||
struct IntegralQuantityActive *IQA, | struct IntegralQuantityActive *IQA, | |||
struct QuantityStorage *QuantityStorage_P); | struct QuantityStorage *QuantityStorage_P); | |||
void Cal_NumericalIntegralQuantity(struct Element *Element, | void Cal_NumericalIntegralQuantity(struct Element *Element, | |||
struct IntegralQuantityActive *IQA, | struct IntegralQuantityActive *IQA, | |||
struct QuantityStorage *QuantityStorag | struct QuantityStorage *QuantityStorage_P0, | |||
e_P0, | struct QuantityStorage *QuantityStorage_P, | |||
struct QuantityStorage *QuantityStorag | int Type_DefineQuantity, int Nbr_Dof, | |||
e_P, | void (*xFunctionBF[])(), | |||
int Type_DefineQua | struct Value vBFxDof[]); | |||
ntity, | ||||
int Nbr_Dof, | ||||
void (*xFunctionBF[]) | ||||
(), | ||||
struct Value vBFxDof[]); | ||||
void Cal_AnalyticIntegralQuantity(struct Element *Element, | void Cal_AnalyticIntegralQuantity(struct Element *Element, | |||
struct QuantityStorage *QuantityStorage_P, | struct QuantityStorage *QuantityStorage_P, | |||
int Nbr_Dof, | int Nbr_Dof, void (*xFunctionBF[])(), | |||
void (*xFunctionBF[])(), | struct Value vBFxDof[]); | |||
struct Value vBFxDof[]); | ||||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
21 lines changed or deleted | 15 lines changed or added |