PSCF v1.4.0

Predictor-corrector Brownian dynamics time stepper. More...

#include <PredCorrBdStep.h>

Inheritance diagram for Pscf::Rpc::PredCorrBdStep< D >:
Pscf::Rp::PredCorrBdStep< D, Types< D > >

Public Member Functions

 PredCorrBdStep (BdSimulator< D > &simulator)
 Constructor.
Public Member Functions inherited from Pscf::Rp::PredCorrBdStep< D, Types< D > >
void readParameters (std::istream &in) override
 Read body of parameter file block and allocate memory.
void setup () override
 Setup before simulation.
bool step () override
 Take a single Brownian dynamics step.

Additional Inherited Members

Protected Member Functions inherited from Pscf::Rp::PredCorrBdStep< D, Types< D > >
 PredCorrBdStep (typename Types< D >::BdSimulator &simulator)
 Constructor.

Detailed Description

template<int D>
class Pscf::Rpc::PredCorrBdStep< D >

Predictor-corrector Brownian dynamics time stepper.

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

See also
Rp::PredCorrBdStep
Manual Page

Definition at line 36 of file /fts/brownian/PredCorrBdStep.h.

Constructor & Destructor Documentation

◆ PredCorrBdStep()

template<int D>
Pscf::Rpc::PredCorrBdStep< D >::PredCorrBdStep ( BdSimulator< D > & simulator)

Constructor.

Parameters
simulatorparent BdSimulator object

Definition at line 27 of file PredCorrBdStep.cpp.

References PredCorrBdStep().

Referenced by PredCorrBdStep().


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