Skip to content
Snippets Groups Projects
Commit 4666fb37 authored by Cristian Lalescu's avatar Cristian Lalescu
Browse files

adds documentation element

parent c9a5344f
No related branches found
No related tags found
No related merge requests found
Pipeline #175067 passed
......@@ -55,6 +55,11 @@ class direct_numerical_simulation: public code_base
virtual int read_parameters(void);
virtual int write_checkpoint(void) = 0;
/** \brief Initialize DNS
*
* Must assign :code:`this->stat_file`.
*/
virtual int initialize(void) = 0;
virtual int step(void) = 0;
virtual int do_stats(void) = 0;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment