1#ifndef RPC_RGRID_TRAJECTORY_READER_H
2#define RPC_RGRID_TRAJECTORY_READER_H
11#include "TrajectoryReader.h"
13#include <prdc/cpu/RField.h>
14#include <pscf/math/IntVec.h>
15#include <util/containers/DArray.h>
23 template <
int D>
class System;
59 void open(std::string filename);
101 std::ifstream inputfile_;
108 #ifndef RPC_RGRID_TRAJECTORY_READER_TPP
110 extern template class RGridTrajectoryReader<1>;
111 extern template class RGridTrajectoryReader<2>;
112 extern template class RGridTrajectoryReader<3>;
An IntVec<D, T> is a D-component vector of elements of integer type T.
Field of real double precision values on an FFT mesh.
RGridTrajectoryReader(System< D > &system)
Constructor.
void open(std::string filename)
Open trajectory file and read header, if any.
void allocate()
Allocate memory required by trajectory reader.
bool readFrame()
Read a single frame.
void close()
Close the trajectory file.
virtual ~RGridTrajectoryReader()
Destructor.
void readHeader()
Read header of trajectory file.
Main class for SCFT or PS-FTS simulation of one system.
Trajectory file reader (base class).
System< D > & system()
Return reference to parent system.
Dynamically allocatable contiguous array template.
Fields and FFTs for periodic boundary conditions (CPU)
PSCF package top-level namespace.
Utility classes for scientific computation.