File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed
Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff 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
6350public:
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};
You can’t perform that action at this time.
0 commit comments