PSCF
v1.2
src
rpc
fts
trajectory
rpc/fts/trajectory/TrajectoryReader.tpp
1
#ifndef RPC_TRAJECTORY_READER_TPP
2
#define RPC_TRAJECTORY_READER_TPP
3
/*
4
* PSCF - Polymer Self-Consistent Field Theory
5
*
6
* Copyright 2016 - 2022, The Regents of the University of Minnesota
7
* Distributed under the terms of the GNU General Public License.
8
*/
9
10
#include "TrajectoryReader.h"
11
12
namespace
Pscf
{
13
namespace
Rpc
14
{
15
16
/*
17
* Constructor.
18
*/
19
template
<
int
D>
20
TrajectoryReader<D>::TrajectoryReader
(
System<D>
& system)
21
: systemPtr_(&system)
22
{}
23
24
25
26
}
27
}
28
#endif
Pscf::Rpc::System
Main class for SCFT or PS-FTS simulation of one system.
Definition
rpc/System.h:100
Pscf::Rpc::TrajectoryReader::TrajectoryReader
TrajectoryReader(System< D > &system)
Constructor.
Definition
rpc/fts/trajectory/TrajectoryReader.tpp:20
Pscf
PSCF package top-level namespace.
Definition
param_pc.dox:1
Generated on Fri Mar 28 2025 00:57:28 for PSCF by
1.12.0