1#ifndef RPC_COMPRESSOR_H
2#define RPC_COMPRESSOR_H
11#include <util/param/ParamComposite.h>
18 template <
int D>
class System;
118 {
return mdeCounter_; }
System< D > const & system() const
Return const reference to parent system.
System< D > & system()
Return non-const reference to parent system.
virtual void outputTimers(std::ostream &out)=0
Output report of timing results to stream.
Compressor(System< D > &system)
Constructor.
virtual void clearTimers()=0
Clear timers.
int mdeCounter_
Count how many times MDE has been solved.
int mdeCounter()
Get the number of times the MDE has been solved.
virtual int compress()=0
Iterate Langrange multiplier field.
Main class for SCFT or PS-FTS simulation of one system.
An object that can read multiple parameters from file.
void setClassName(const char *className)
Set class name string.
File containing preprocessor macros for error handling.
#define UTIL_ASSERT(condition)
Assertion macro suitable for debugging serial or parallel code.
PSCF package top-level namespace.
Utility classes for scientific computation.