Skip to content

Commit 0c035c4

Browse files
committed
revert singlezone.hpp
1 parent 748dd9f commit 0c035c4

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

SU2_CFD/include/drivers/CSinglezoneDriver.hpp

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -46,19 +46,6 @@ class CSinglezoneDriver : public CDriver {
4646
* \return Boolean indicating whether the problem is converged.
4747
*/
4848
virtual bool GetTimeConvergence() const;
49-
su2matrix<passivedouble> v_estimate;
50-
51-
/*!
52-
* \brief Seed derivatives for all solvers in the zone.
53-
* \param[in] derivatives - Matrix of derivative values
54-
*/
55-
void SeedAllDerivatives(const su2matrix<passivedouble>& derivatives, CGeometry *geometry);
56-
57-
/*!
58-
* \brief Extract derivatives from all solvers in the zone.
59-
* \param[out] derivatives - Matrix to store derivative values
60-
*/
61-
void GetAllDerivatives(su2matrix<passivedouble>& derivatives, CGeometry *geometry);
6249

6350
public:
6451

@@ -123,10 +110,4 @@ class CSinglezoneDriver : public CDriver {
123110
*/
124111
bool Monitor(unsigned long TimeIter) override;
125112

126-
/*!
127-
* \brief Calculate the spectral radius using power iteration method.
128-
*/
129-
void PreRunSpectralRadius();
130-
131-
void PostRunSpectralRadius();
132113
};

0 commit comments

Comments
 (0)