**process checksum#
Description#
This post-processing computes the sum of a given variable over the whole space in order to check a total field value.
Syntax#
***global_post_processing
\(~\,~\,~\,\) …
\(~\,\) **process checksum
\(~\,~\,\) *variable var_name
\(~\,\) [ *screen_output ]
\(~\,\) [ *file_output ]
\(~\,\) [ *format format]
*variablevar_namename of the variable whose values are summed over nodes.
*screen_outputto print directly in the screen
*file_outputto output in the
.postfile. By default, the result is printed in.postfile.*formatoutput format, By defualt
% -12.8e(scientific notation with 8 digits after the decimal, left-aligned in a 12-character field)
Example#
****post_processing
***global_post_processing
**file node
**process checksum
*variable sig11 sig22
*format %-5.3e
****return
The result is printed in .post file:
+++++ CHECKSUM ANALYSIS sig11 +++++
1 1.011e+04