STYLE: Documentation updates

This commit is contained in:
Andrew Heather
2016-10-20 11:08:50 +01:00
parent 95347013a8
commit fb0b764466
48 changed files with 93 additions and 59 deletions

View File

@ -30,18 +30,15 @@ Group
Description
Writes out the initial residual for specified fields.
Usage
Example of function object specification:
\verbatim
residuals
{
type residuals;
writeControl timeStep;
writeInterval 1;
fields
(
U
p
);
libs ("libutilityFunctionObjects.so");
...
fields (U p);
}
\endverbatim