PSCF v1.4.0

Leimkuhler-Mathews Brownian dynamics time stepper. More...

#include <LMBdStep.h>

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

Public Member Functions

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

Additional Inherited Members

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

Detailed Description

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

Leimkuhler-Mathews Brownian dynamics time stepper.

Specializations of this template with D=1, 2, and 3 are derived from specializations of the base class template Rp::LMBdStep, and inherit their entire 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::LMBdStep
Manual Page

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

Constructor & Destructor Documentation

◆ LMBdStep()

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

Constructor.

Parameters
simulatorparent BdSimulator object

Definition at line 26 of file LMBdStep.cpp.

References LMBdStep().

Referenced by LMBdStep().


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