Cal_AnalyticIntegration.h (getdp-3.4.0-source.tgz) | : | Cal_AnalyticIntegration.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_ANALYTIC_INTEGRATION_H | #ifndef CAL_ANALYTIC_INTEGRATION_H | |||
#define CAL_ANALYTIC_INTEGRATION_H | #define CAL_ANALYTIC_INTEGRATION_H | |||
#include "ProData.h" | #include "ProData.h" | |||
double Cal_AnalyticIntegration(struct Element * E, | double Cal_AnalyticIntegration(struct Element *E, void (*BFEqu)(), | |||
void (*BFEqu)(), void (*BFDof)(), | void (*BFDof)(), int i, int j, | |||
int i, int j, double (*Cal_Productx)()); | double (*Cal_Productx)()); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
4 lines changed or deleted | 4 lines changed or added |