|
Langevin C++ source
|
Files | |
| langevin_base.hpp | |
| Base class for Langevin equation integrator. | |
| langevin_bc.cpp | |
| Methods for setting boundary conditions for Langevin model. | |
| langevin_coefficients.hpp | |
| Container for nonlinear Langevin equation coefficients. | |
| langevin_construct_grid.cpp | |
| Wrapper around 1D or 2D grid construction methods. | |
| langevin_construct_grid1d.cpp | |
| Method for setting up a 1D grid for the model Langevin field. | |
| langevin_construct_grid2d.cpp | |
| Method for setting up a 2D grid for the model Langevin field. | |
| langevin_enums.hpp | |
| Enumerated parameter options for BaseLangevin integrator. | |
| langevin_ic.cpp | |
| Methods for setting up the initial condition of the Langevin model. | |
| langevin_integrate_euler.cpp | |
| Methods to carry out integration by explicit-Euler time-stepping. | |
| langevin_integrate_rungekutta.cpp | |
| Methods to carry out 4th-order Runge-Kutta integration. | |
| langevin_parameters.hpp | |
| Container for BaseLangevin integrator parameters. | |
| langevin_prepare.cpp | |
| Methods for setting the main Langevin model equation coefficients. | |
| langevin_types.hpp | |
| Type definitions for BaseLangevin integrator. | |
| langevin_utilities.cpp | |
| Utility methods to process the Langevin field grid. | |