File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -99,7 +99,7 @@ class CSinglezoneDriver : public CDriver {
9999 bool Monitor (unsigned long TimeIter) override ;
100100
101101 /* !
102- * \brief Returns wheter all specified windowed-time-averaged ouputs have been converged
102+ * \brief Returns whether all specified windowed-time-averaged ouputs have been converged
103103 * \return Boolean indicating whether the problem is converged.
104104 */
105105 inline virtual bool GetTimeConvergence () const {
Original file line number Diff line number Diff line change @@ -101,7 +101,15 @@ class CIteration {
101101
102102 /* !
103103 * \brief A virtual member.
104- * \param[in] ??? - Description here.
104+ * \param[in] output - Pointer to the COutput class.
105+ * \param[in] integration - Container vector with all the integration methods.
106+ * \param[in] geometry - Geometrical definition of the problem.
107+ * \param[in] solver - Container vector with all the solutions.
108+ * \param[in] numerics - Description of the numerical method (the way in which the equations are solved).
109+ * \param[in] config - Definition of the particular problem.
110+ * \param[in] surface_movement - Surface movement classes of the problem.
111+ * \param[in] grid_movement - Volume grid movement classes of the problem.
112+ * \param[in] FFDBox - FFD FFDBoxes of the problem.
105113 */
106114 virtual void Preprocess (COutput *output,
107115 CIntegration ****integration,
You can’t perform that action at this time.
0 commit comments