8#include "FourthOrderParameter.h"
10#include <rpg/system/System.h>
11#include <rpg/fts/simulator/Simulator.h>
12#include <rpg/solvers/Mixture.h>
13#include <rpg/field/Domain.h>
14#include <rpg/field/WFields.h>
15#include <prdc/cuda/FFT.h>
16#include <pscf/cuda/VecOp.h>
17#include <pscf/cuda/Reduce.h>
18#include <pscf/cuda/HostDArray.h>
19#include <pscf/cuda/cudaTypes.h>
20#include <pscf/cpu/VecOp.h>
22#include <rp/fts/analyzer/FourthOrderParameter.tpp>
34 : Base(simulator, system)
41 void FourthOrderParameter<D>::computePrefactor()
48 Base::computePrefactor(prefactor_h);
51 Base::prefactor_ = prefactor_h;
Template for dynamic array stored in host CPU memory.
FourthOrderParameter is used to detect an order-disorder transition.
FourthOrderParameter is used to detect an order-disorder transition.
FourthOrderParameter(Simulator< D > &simulator, System< D > &system)
Constructor.
Field theoretic simulator (base class).
Main class, representing a complete physical system.
void eqS(Array< double > &a, double b)
Vector assignment, a[i] = b (real).
Class templates for real-valued periodic fields.
SCFT and PS-FTS with real periodic fields (GPU)
PSCF package top-level namespace.