Cal_GlobalTermOfFemEquation.h (getdp-3.4.0-source.tgz) | : | Cal_GlobalTermOfFemEquation.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_GLOBAL_TERM_OF_FEM_EQUATION_H | #ifndef CAL_GLOBAL_TERM_OF_FEM_EQUATION_H | |||
#define CAL_GLOBAL_TERM_OF_FEM_EQUATION_H | #define CAL_GLOBAL_TERM_OF_FEM_EQUATION_H | |||
#include "ProData.h" | #include "ProData.h" | |||
void Cal_GlobalTermOfFemEquation(int Num_Region, | void Cal_GlobalTermOfFemEquation(int Num_Region, | |||
struct EquationTerm * EquationTerm_P, | struct EquationTerm *EquationTerm_P, | |||
struct QuantityStorage * QuantityStorage_P0, | struct QuantityStorage *QuantityStorage_P0, | |||
struct QuantityStorage * QuantityStorageNoDof, | struct QuantityStorage *QuantityStorageNoDof, | |||
struct Dof * DofForNoDof_P); | struct Dof *DofForNoDof_P); | |||
#endif | #endif | |||
End of changes. 2 change blocks. | ||||
6 lines changed or deleted | 6 lines changed or added |