8#include "TrajectoryWriter.h"
10#include <rpg/fts/simulator/Simulator.h>
11#include <rpg/system/System.h>
12#include <rpg/solvers/Mixture.h>
13#include <rpg/field/Domain.h>
14#include <rpg/field/FieldIo.h>
15#include <rpg/field/WFields.h>
17#include <rp/fts/analyzer/TrajectoryWriter.tpp>
35 template class TrajectoryWriter<1, Rpg::Types<1> >;
36 template class TrajectoryWriter<2, Rpg::Types<2> >;
37 template class TrajectoryWriter<3, Rpg::Types<3> >;
Field theoretic simulator (base class).
Main class, representing a complete physical system.
Periodically write the field configuration to a trajectory file.
TrajectoryWriter(Simulator< D > &simulator, System< D > &system)
Constructor.
List of aliases for types used in the Rpg program-level namespace.
Class templates for real-valued periodic fields.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.