|
OPAL (Object Oriented Parallel Accelerator Library) 2024.2
OPAL
|
#include <FieldPrint.h>
Public Member Functions | |
| FieldPrint (BareField< T, Dim > &f, unsigned parent=0, int indexWidth=3, int dataWidth=8, int dataPrecision=4, int carReturn=-1, bool scientific=false) | |
| ~FieldPrint () | |
| void | print (NDIndex< Dim > &view) |
| void | set_IndexWidth (unsigned in) |
| void | set_DataWidth (unsigned in) |
| void | set_DataPrecision (unsigned in) |
| void | set_CarReturn (int in) |
| void | set_Scientific (bool in) |
Private Attributes | |
| BareField< T, Dim > & | MyField |
| unsigned | Parent |
| unsigned | IndexWidth |
| unsigned | DataWidth |
| unsigned | DataPrecision |
| int | CarReturn |
| bool | Scientific |
Definition at line 21 of file FieldPrint.h.
|
inline |
Definition at line 26 of file FieldPrint.h.
References CarReturn, DataPrecision, DataWidth, IndexWidth, MyField, Parent, and Scientific.
|
inline |
Definition at line 33 of file FieldPrint.h.
| void FieldPrint< T, Dim >::print | ( | NDIndex< Dim > & | view | ) |
Definition at line 39 of file FieldPrint.hpp.
References BrickExpression< Dim, LHS, RHS, OP >::apply(), LField< T, Dim >::begin(), CarReturn, IpplInfo::Comm, COMM_ANY_NODE, NDIndex< Dim >::contains(), DataPrecision, DataWidth, Dim, endl(), ERRORMSG, FP_GATHER_TAG, FP_TAG_CYCLE, getMessage(), NDIndex< Dim >::getMessage(), IpplInfo::getNodes(), LField< T, Dim >::getOwned(), IndexWidth, NDIndex< Dim >::intersect(), MyField, Parent, PAssert, NDIndex< Dim >::putMessage(), putMessage(), Scientific, Inform::setf(), NDIndex< Dim >::touches(), CompressedBrickIterator< T, Dim >::TryCompress(), and LField< T, Dim >::Uncompress().
|
inline |
Definition at line 40 of file FieldPrint.h.
References CarReturn.
|
inline |
Definition at line 39 of file FieldPrint.h.
References DataPrecision.
|
inline |
Definition at line 38 of file FieldPrint.h.
References DataWidth.
|
inline |
Definition at line 37 of file FieldPrint.h.
References IndexWidth.
|
inline |
Definition at line 41 of file FieldPrint.h.
References Scientific.
|
private |
Definition at line 52 of file FieldPrint.h.
Referenced by FieldPrint(), print(), and set_CarReturn().
|
private |
Definition at line 51 of file FieldPrint.h.
Referenced by FieldPrint(), print(), and set_DataPrecision().
|
private |
Definition at line 50 of file FieldPrint.h.
Referenced by FieldPrint(), print(), and set_DataWidth().
|
private |
Definition at line 49 of file FieldPrint.h.
Referenced by FieldPrint(), print(), and set_IndexWidth().
|
private |
Definition at line 44 of file FieldPrint.h.
Referenced by FieldPrint(), and print().
|
private |
Definition at line 46 of file FieldPrint.h.
Referenced by FieldPrint(), and print().
|
private |
Definition at line 53 of file FieldPrint.h.
Referenced by FieldPrint(), print(), and set_Scientific().