|
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::ExplicitBdStep, and inherit their public interface and almost all of their source code from this base class.
Definition at line 38 of file /fts/brownian/ExplicitBdStep.h.
| Pscf::Rpg::ExplicitBdStep< D >::ExplicitBdStep | ( | BdSimulator< D > & | simulator | ) |
Constructor.
| simulator | parent BdSimulator object |
Definition at line 26 of file ExplicitBdStep.cu.
References ExplicitBdStep().
Referenced by ExplicitBdStep().