Adds a random perturbation to the position of all mesh generating points. More...


Go to the source code of this file.
Functions | |
| vector< Vector2D > | add_random_pert (vector< Vector2D > const &original, double amp_x, double amp_y) |
| Adds a random perturbation to the position of mesh generating points. More... | |
Adds a random perturbation to the position of all mesh generating points.
Definition in file random_pert.hpp.
| vector<Vector2D> add_random_pert | ( | vector< Vector2D > const & | original, |
| double | amp_x, | ||
| double | amp_y | ||
| ) |
Adds a random perturbation to the position of mesh generating points.
| original | Unperturbed mesh generating points |
| amp_x | Amplitude in the x direction |
| amp_y | Amplitude in the y direction |
Definition at line 4 of file random_pert.cpp.
1.8.13