EigenSolve.h (getdp-3.4.0-source.tgz) | : | EigenSolve.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 EIGEN_SOLVE_H | #ifndef EIGEN_SOLVE_H | |||
#define EIGEN_SOLVE_H | #define EIGEN_SOLVE_H | |||
#include "DofData.h" | #include "DofData.h" | |||
void EigenSolve(struct DofData * DofData_P, int NumEigenvalues, | void EigenSolve(struct DofData *DofData_P, int NumEigenvalues, double shift_r, | |||
double shift_r, double shift_i, int FilterExpressionIndex, | double shift_i, int FilterExpressionIndex, | |||
List_T *RationalCoefsNum, List_T *RationalCoefsDen, | List_T *RationalCoefsNum, List_T *RationalCoefsDen, | |||
List_T *ApplyResolventRealFreqs, struct DofData * DofData_P2); | List_T *ApplyResolventRealFreqs, struct DofData *DofData_P2); | |||
void EigenSolve_ARPACK(struct DofData * DofData_P, int NumEigenvalues, | void EigenSolve_ARPACK(struct DofData *DofData_P, int NumEigenvalues, | |||
double shift_r, double shift_i, int FilterExpressionIndex | double shift_r, double shift_i, | |||
); | int FilterExpressionIndex); | |||
void EigenSolve_SLEPC(struct DofData * DofData_P, int NumEigenvalues, | void EigenSolve_SLEPC(struct DofData *DofData_P, int NumEigenvalues, | |||
double shift_r, double shift_i, int FilterExpressionIndex, | double shift_r, double shift_i, int FilterExpressionIndex, | |||
List_T *RationalCoefsNum, List_T *RationalCoefsDen, | List_T *RationalCoefsNum, List_T *RationalCoefsDen, | |||
List_T *ApplyResolventRealFreqs, struct DofData * DofData_ | List_T *ApplyResolventRealFreqs, | |||
P2); | struct DofData *DofData_P2); | |||
#endif | #endif | |||
End of changes. 4 change blocks. | ||||
10 lines changed or deleted | 10 lines changed or added |