|
PSCF v1.4.0
|
Explicit Euler-Maruyama Brownian dynamics step. More...
#include <ExplicitBdStep.h>
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. | |
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.
Definition at line 35 of file /fts/brownian/ExplicitBdStep.h.
| Pscf::Rpc::ExplicitBdStep< D >::ExplicitBdStep | ( | BdSimulator< D > & | simulator | ) |
Constructor.
| simulator | parent BdSimulator object |
Definition at line 26 of file ExplicitBdStep.cpp.
References ExplicitBdStep().
Referenced by ExplicitBdStep().