|
PSCF v1.4.0
|
Periodically write c-field snapshots to a trajectory file. More...
#include <ConcentrationWriter.h>
Public Member Functions | |
| ConcentrationWriter (Simulator< D > &simulator, System< D > &system) | |
| Constructor. | |
| Public Member Functions inherited from Pscf::Rp::ConcentrationWriter< D, Types< D > > | |
| ConcentrationWriter (typename Types< D >::Simulator &simulator, typename Types< D >::System &system) | |
| Constructor. | |
| void | readParameters (std::istream &in) override |
| Read interval and output file name. | |
| void | setup () override |
| Initialize before main simulation loop. | |
| void | sample (long iStep) override |
| Write a frame/snapshot to trajectory file. | |
| void | output () override |
| Close trajectory file after run. | |
Periodically write c-field snapshots to a trajectory file.
Specializations of this template with D=1, 2, and 3 are derived from specializations of the base class template Rp::ConcentrationWriter, and inherit their public interface and almost all of their source code from this base class.
Definition at line 36 of file /fts/analyzer/ConcentrationWriter.h.
| Pscf::Rpg::ConcentrationWriter< D >::ConcentrationWriter | ( | Simulator< D > & | simulator, |
| System< D > & | system ) |
Constructor.
Definition at line 27 of file ConcentrationWriter.cu.
References ConcentrationWriter().
Referenced by ConcentrationWriter().