src/Field/LField.cpp File Reference

#include "Field/LField.h"
#include "Profile/Profiler.h"
#include "Utility/PAssert.h"
#include "Utility/IpplStats.h"
#include "Utility/Unique.h"
#include <stdlib.h>

Include dependency graph for LField.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

struct  LFieldInitializer< T >

Defines

#define IPPL_CACHE_LINE_SIZE   32
#define IPPL_OFFSET_BLOCKS   16
#define LFIELDMSG(x)
#define MAKE_INITIALIZER(T)


Define Documentation

#define IPPL_CACHE_LINE_SIZE   32
 

Definition at line 37 of file LField.cpp.

#define IPPL_OFFSET_BLOCKS   16
 

Definition at line 46 of file LField.cpp.

#define LFIELDMSG x   ) 
 

Definition at line 53 of file LField.cpp.

Referenced by LField< T, Dim >::CanCompress(), LField< T, Dim >::Compress(), and LField< T, Dim >::TryCompress().

#define MAKE_INITIALIZER  ) 
 

Value:

template <>                        \
struct LFieldInitializer<T>        \
{                                  \
  static void apply(T& x) { x=0; } \
};

Definition at line 70 of file LField.cpp.


Generated on Mon Jan 16 13:49:25 2006 for IPPL by  doxygen 1.4.6