PSCF v1.4.0
Pscf::Rpg::FourthOrderParameter< D > Class Template Reference

FourthOrderParameter is used to detect an order-disorder transition. More...

#include <FourthOrderParameter.h>

Inheritance diagram for Pscf::Rpg::FourthOrderParameter< D >:
Pscf::Rp::FourthOrderParameter< D, Types< D > >

Public Member Functions

 FourthOrderParameter (Simulator< D > &simulator, System< D > &system)
 Constructor.
Public Member Functions inherited from Pscf::Rp::FourthOrderParameter< D, Types< D > >
void setup () override
 Setup before the main loop.

Additional Inherited Members

Protected Member Functions inherited from Pscf::Rp::FourthOrderParameter< D, Types< D > >
 FourthOrderParameter (typename Types< D >::Simulator &simulator, typename Types< D >::System &system)
 Constructor.
 ~FourthOrderParameter ()=default
 Destructor.
double compute () override
 Compute and return the order parameter.
void computePrefactor (Array< double > &prefactor)
 Compute prefactor for each Fourier wavevector.
Protected Attributes inherited from Pscf::Rp::FourthOrderParameter< D, Types< D > >
Types< D >::RField prefactor_
 Prefactor for each Fourier component.
int kSize_
 Number of wavevectors in Fourier space (k-grid) mesh.

Detailed Description

template<int D>
class Pscf::Rpg::FourthOrderParameter< D >

FourthOrderParameter is used to detect an order-disorder transition.

Specializations of this template with D=1, 2, and 3 are derived from specializations of the base class template Rp:FourthOrderParameter, and inherit their public interface and almost all of their source code from this base class.

See also
Rp::FourthOrderDerivative
Manual Page

Definition at line 39 of file /fts/analyzer/FourthOrderParameter.h.

Constructor & Destructor Documentation

◆ FourthOrderParameter()

template<int D>
Pscf::Rpg::FourthOrderParameter< D >::FourthOrderParameter ( Simulator< D > & simulator,
System< D > & system )

Constructor.

Parameters
simulatorparent Simulator object
systemparent System object

Definition at line 31 of file FourthOrderParameter.cu.


The documentation for this class was generated from the following files: