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

updates documentation

parent 00ade412
Branches
Tags
No related merge requests found
Pipeline #94386 passed
......@@ -34,6 +34,11 @@
#include "vorticity_equation.hpp"
#include "full_code/direct_numerical_simulation.hpp"
/**
* Allocates 1 vorticity equation and 1 vector field.
*/
template <typename rnumber>
class NSVE: public direct_numerical_simulation
{
......
......@@ -36,10 +36,13 @@
extern int myrank, nprocs;
/* container for field descriptor, fields themselves, parameters, etc
/** container for field descriptor, fields themselves, parameters, etc
*
* This particular class is only meant as a stepping stone to a proper solver
* that only uses the field class (and related layout and kspace classes), and
* HDF5 for I/O.
*
* Allocates 5 vector fields, and 1 kspace object.
* */
template <typename rnumber,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment