1#ifndef RPG_COMPRESSOR_H
2#define RPG_COMPRESSOR_H
11#include <util/param/ParamComposite.h>
17 template <
int D>
class System;
System< D > & system()
Return reference to parent system.
int mdeCounter_
Count how many times MDE has been solved.
Compressor(System< D > &system)
Constructor.
virtual int compress()=0
Iterate Langrange multiplier field.
System< D > const & system() const
Return const reference to parent system.
virtual void outputTimers(std::ostream &out) const =0
Log output timing results.
int mdeCounter() const
Get the number of times the MDE has been solved.
virtual void clearTimers()=0
Clear timers.
Main class, representing one complete system.
void setClassName(const char *className)
Set class name string.
ParamComposite()
Constructor.
File containing preprocessor macros for error handling.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.