#include "Pooma/Pooma.h"
#include "Utilities/PAssert.h"
#include <iomanip>
Classes | |
struct | PerformPrintField< Dim > |
PerformPrintField struct: a simple wrapper around the templated 'print' method of PrintField. More... | |
struct | PerformPrintField< 1 > |
class | PrintField |
PrintField is a utility program for ConstField and Field object, used to print (nicely) the contents of an field to a provided stream. More... |
The user can select how many elements to print per line, the precision, format, etc. This is done by constructing an PrintField, and calling the 'print' method with the stream to print to and the field to print.