Cal_GalerkinTermOfFemEquation.h (getdp-3.4.0-source.tgz) | : | Cal_GalerkinTermOfFemEquation.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_GALERKIN_TERM_OF_FEM_EQUATION_H | #ifndef CAL_GALERKIN_TERM_OF_FEM_EQUATION_H | |||
#define CAL_GALERKIN_TERM_OF_FEM_EQUATION_H | #define CAL_GALERKIN_TERM_OF_FEM_EQUATION_H | |||
#include "ProData.h" | #include "ProData.h" | |||
void Cal_InitGalerkinTermOfFemEquation(struct EquationTerm * EquationTerm_P, | void Cal_InitGalerkinTermOfFemEquation( | |||
struct QuantityStorage * QuantityStorage_ | struct EquationTerm *EquationTerm_P, | |||
P0, | struct QuantityStorage *QuantityStorage_P0, | |||
struct QuantityStorage * QuantityStorageN | struct QuantityStorage *QuantityStorageNoDof, struct Dof *DofForNoDof_P); | |||
oDof, | ||||
struct Dof * DofForNoDof_P); | void Cal_GalerkinTermOfFemEquation(struct Element *Element, | |||
struct EquationTerm *EquationTerm_P, | ||||
void Cal_GalerkinTermOfFemEquation(struct Element * Element, | struct QuantityStorage *QuantityStorage_P0); | |||
struct EquationTerm * EquationTerm_P, | ||||
struct QuantityStorage * QuantityStorage_P0) | ||||
; | ||||
void Cal_EndGalerkinTermOfFemEquation(); | void Cal_EndGalerkinTermOfFemEquation(); | |||
/* In F_MultiHar */ | /* In F_MultiHar */ | |||
void Cal_InitGalerkinTermOfFemEquation_MHBilinear(struct EquationTerm * Equation | void Cal_InitGalerkinTermOfFemEquation_MHBilinear( | |||
Term_P); | struct EquationTerm *EquationTerm_P); | |||
void Cal_GalerkinTermOfFemEquation_MHBilinear(struct Element * Element, | void Cal_GalerkinTermOfFemEquation_MHBilinear( | |||
struct EquationTerm * EquationTerm | struct Element *Element, struct EquationTerm *EquationTerm_P, | |||
_P, | struct QuantityStorage *QuantityStorage_P0); | |||
struct QuantityStorage *QuantitySt | ||||
orage_P0); | ||||
#endif | #endif | |||
End of changes. 3 change blocks. | ||||
19 lines changed or deleted | 14 lines changed or added |