Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Random perturbation around an equilibrium point. More...
#include <secOrd_op_initData_impl.h>
Public Types | |
using | Fun_space = Esfem::Grid::Grid_and_time::Function_space |
| |
using | Domain = typename Fun_space::DomainType |
| |
using | Range = typename Fun_space::RangeType |
| |
Public Member Functions | |
Random_initial_data (const Esfem::Io::Parameter &, const Esfem::Growth) | |
void | evaluate (const Domain &, Range &) const |
Required for the dune Lagrange interpolation class. | |
Private Types | |
using | Random_dist = std::uniform_real_distribution<> |
Random distribution. | |
using | Random_engine = std::default_random_engine |
Seed. | |
Private Member Functions | |
Random_initial_data (const double hom_value, const double pertubation) | |
Constructs random_fun | |
Private Attributes | |
std::function< double()> | random_fun |
Random function for evaluate() | |
Random perturbation around an equilibrium point.
Definition at line 73 of file secOrd_op_initData_impl.h.