#include "Utility/FieldDebug.cpp"
Include dependency graph for FieldDebug.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Functions | |
void | setInform (Inform &inform) |
void | setFormat (int ElementsPerLine, int DigitsPastDecimal, int WidthOfElements=0) |
template<class T> | |
void | fp1 (BareField< T, 1U > &field, bool docomm=true) |
template<class T> | |
void | fp2 (BareField< T, 2U > &field, bool docomm=true) |
template<class T> | |
void | fp3 (BareField< T, 3U > &field, bool docomm=true) |
template<class T> | |
void | ggfp1 (BareField< T, 1U > &field, bool docomm=true) |
template<class T> | |
void | ggfp2 (BareField< T, 2U > &field, bool docomm=true) |
template<class T> | |
void | ggfp3 (BareField< T, 3U > &field, bool docomm=true) |
template<class T> | |
void | agfp1 (BareField< T, 1U > &field) |
template<class T> | |
void | agfp2 (BareField< T, 2U > &field) |
template<class T> | |
void | agfp3 (BareField< T, 3U > &field) |
template<class T> | |
void | efp1 (BareField< T, 1U > &field, int i, bool docomm=true) |
template<class T> | |
void | efp2 (BareField< T, 2U > &field, int i, int j, bool docomm=true) |
template<class T> | |
void | efp3 (BareField< T, 3U > &field, int i, int j, int k, bool docomm=true) |
template<class T> | |
void | sfp1 (BareField< T, 1U > &field, int ibase, int ibound, int istride, bool docomm=true) |
template<class T> | |
void | sfp2 (BareField< T, 2U > &field, int ibase, int ibound, int istride, int jbase, int jbound, int jstride, bool docomm=true) |
template<class T> | |
void | sfp3 (BareField< T, 3U > &field, int ibase, int ibound, int istride, int jbase, int jbound, int jstride, int kbase, int kbound, int kstride, bool docomm=true) |
Variables | |
Inform * | FldDbgInform |
bool | FldDbgInformIsSet |
int | elementsPerLine |
int | digitsPastDecimal |
int | widthOfElements |
|
Definition at line 157 of file FieldDebug.cpp. References CT, FieldDebugWriteb(), FldDbgInformIsSet, IpplInfo::Info, setInform(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 167 of file FieldDebug.cpp. References CT, FieldDebugWriteb(), FldDbgInformIsSet, IpplInfo::Info, setInform(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 177 of file FieldDebug.cpp. References CT, FieldDebugWriteb(), FldDbgInformIsSet, IpplInfo::Info, setInform(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 187 of file FieldDebug.cpp. References CT, sfp1(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 196 of file FieldDebug.cpp. References CT, sfp2(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 205 of file FieldDebug.cpp. References CT, sfp3(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 49 of file FieldDebug.cpp. References CT, FldDbgInformIsSet, BareField< T, Dim >::getLayout(), IpplInfo::Info, setInform(), sfp1(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 62 of file FieldDebug.cpp. References CT, FldDbgInformIsSet, BareField< T, Dim >::getLayout(), IpplInfo::Info, setInform(), sfp2(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 78 of file FieldDebug.cpp. References CT, BareField< T, Dim >::getLayout(), sfp3(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 97 of file FieldDebug.cpp. References CT, FldDbgInformIsSet, BareField< T, Dim >::getLayout(), IpplInfo::Info, BareField< T, Dim >::leftGuard(), setInform(), sfp1(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 112 of file FieldDebug.cpp. References CT, FldDbgInformIsSet, BareField< T, Dim >::getLayout(), IpplInfo::Info, BareField< T, Dim >::leftGuard(), setInform(), sfp2(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 132 of file FieldDebug.cpp. References CT, BareField< T, Dim >::getLayout(), BareField< T, Dim >::leftGuard(), sfp3(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, and TAU_UTILITY. Here is the call graph for this function: ![]() |
|
Definition at line 53 of file FieldDebugFunctions.cpp. References digitsPastDecimal, elementsPerLine, TAU_PROFILE, TAU_UTILITY, and widthOfElements. |
|
Definition at line 38 of file FieldDebugFunctions.cpp. References FldDbgInform, FldDbgInformIsSet, TAU_PROFILE, and TAU_UTILITY. Referenced by agfp1(), agfp2(), agfp3(), fp1(), fp2(), ggfp1(), ggfp2(), sfp1(), sfp2(), and sfp3(). |
|
Definition at line 214 of file FieldDebug.cpp. References CT, digitsPastDecimal, elementsPerLine, endl(), FldDbgInform, FldDbgInformIsSet, BareField< T, Dim >::getDomain(), BareField< T, Dim >::getLayout(), IpplInfo::Info, BareField< T, Dim >::leftGuard(), FieldDebugPrint< T, Dim >::print(), setInform(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, TAU_UTILITY, and widthOfElements. Referenced by efp1(), fp1(), and ggfp1(). Here is the call graph for this function: ![]() |
|
Definition at line 267 of file FieldDebug.cpp. References CT, digitsPastDecimal, elementsPerLine, endl(), FldDbgInform, FldDbgInformIsSet, BareField< T, Dim >::getDomain(), BareField< T, Dim >::getLayout(), IpplInfo::Info, BareField< T, Dim >::leftGuard(), FieldDebugPrint< T, Dim >::print(), setInform(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, TAU_UTILITY, and widthOfElements. Referenced by efp2(), fp2(), and ggfp2(). Here is the call graph for this function: ![]() |
|
Definition at line 354 of file FieldDebug.cpp. References CT, digitsPastDecimal, elementsPerLine, endl(), FldDbgInform, FldDbgInformIsSet, BareField< T, Dim >::getDomain(), BareField< T, Dim >::getLayout(), IpplInfo::Info, BareField< T, Dim >::leftGuard(), FieldDebugPrint< T, Dim >::print(), setInform(), TAU_FIELD, TAU_IO, TAU_PROFILE, TAU_TYPE_STRING, TAU_UTILITY, and widthOfElements. Referenced by efp3(), fp3(), and ggfp3(). Here is the call graph for this function: ![]() |
|
Definition at line 51 of file FieldDebugFunctions.cpp. Referenced by FieldDebugWriteb(), setFormat(), sfp1(), sfp2(), and sfp3(). |
|
Definition at line 50 of file FieldDebugFunctions.cpp. Referenced by FieldDebugWriteb(), setFormat(), sfp1(), sfp2(), and sfp3(). |
|
Definition at line 30 of file FieldDebugFunctions.cpp. Referenced by epap(), FieldDebugWriteb(), pap(), setInform(), sfp1(), sfp2(), sfp3(), and spap(). |
|
Definition at line 37 of file FieldDebugFunctions.cpp. Referenced by agfp1(), agfp2(), agfp3(), epap(), fp1(), fp2(), ggfp1(), ggfp2(), pap(), setInform(), sfp1(), sfp2(), sfp3(), and spap(). |
|
Definition at line 52 of file FieldDebugFunctions.cpp. Referenced by FieldDebugWriteb(), setFormat(), sfp1(), sfp2(), and sfp3(). |