36 #ifndef UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSCONCATENATE 
   37 #define UTILITIES_PREPROCESSING_FIELDCONVERT_PROCESSCONCATENATE 
   39 #include "../Module.h" 
   63         virtual void Process(po::variables_map &vm);
 
   67             return "ProcessPrintFldNorms";
 
pair< ModuleType, string > ModuleKey
 
static boost::shared_ptr< DataType > AllocateSharedPtr()
Allocate a shared pointer from the memory pool. 
 
static ModuleKey className
 
This processing module prints the L2 and LInf norms of the variables in the field. 
 
boost::shared_ptr< Field > FieldSharedPtr
 
static boost::shared_ptr< Module > create(FieldSharedPtr f)
Creates an instance of this class. 
 
virtual std::string GetModuleName()
 
ProcessPrintFldNorms(FieldSharedPtr f)
 
virtual ~ProcessPrintFldNorms()
 
Abstract base class for processing modules.