PSCF v1.4.0

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

#include <LMBdStep.h>

Inheritance diagram for Pscf::Rpg::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::Rpg::LMBdStep< D >

Leimkuhler-Mathews Brownian dynamics time stepper.

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

See also
Rp::LMBdStep
Manual Page

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

Constructor & Destructor Documentation

◆ LMBdStep()

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

Constructor.

Parameters
simulatorparent BdSimulator object

Definition at line 27 of file LMBdStep.cu.

References LMBdStep().

Referenced by LMBdStep().


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