1#ifndef RPG_COMPRESSOR_H
2#define RPG_COMPRESSOR_H
11#include <util/param/ParamComposite.h>
17 template <
int D>
class System;
109 template <
int D>
inline
119 template <
int D>
inline
int mdeCounter_
Count how many times MDE has been solved.
void setSystem(System< D > &system)
Create association with the parent System.
virtual ~Compressor()=default
Destructor.
Compressor()
Default constructor.
int mdeCounter() const
Get the number of times the MDE has been solved.
virtual int compress()=0
Iterate Langrange multiplier field.
System< D > const & system() const
Return parent system by const reference.
virtual void outputTimers(std::ostream &out) const =0
Log output timing results.
virtual void clearTimers()=0
Clear timers.
Main class, representing a complete physical system.
void setClassName(const char *className)
Set class name string.
ParamComposite()
Constructor.
File containing preprocessor macros for error handling.
#define UTIL_CHECK(condition)
Assertion macro suitable for serial or parallel production code.
#define UTIL_ASSERT(condition)
Assertion macro suitable for debugging serial or parallel code.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.