PSCF v1.4.0

Explicit Euler-Maruyama Brownian dynamics step. More...

#include <ExplicitBdStep.h>

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

Public Member Functions

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

Detailed Description

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

Explicit Euler-Maruyama Brownian dynamics step.

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

Definition at line 35 of file /fts/brownian/ExplicitBdStep.h.

Constructor & Destructor Documentation

◆ ExplicitBdStep()

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

Constructor.

Parameters
simulatorparent BdSimulator object

Definition at line 26 of file ExplicitBdStep.cpp.

References ExplicitBdStep().

Referenced by ExplicitBdStep().


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