Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Initial data respectively exact solution for numerical experiments. More...
Public Member Functions | |
Init_data (const Grid::Grid_and_time &) | |
Provides analytically given initial data. | |
Init_data (const Grid::Grid_and_time &, const Esfem::Io::Parameter &) | |
Provides uniform distributed random inital values. | |
Public Attributes | |
SecOrd_op::Init_data | u |
Initial data respectively exact solution functor for . | |
SecOrd_op::Init_data | w |
Initial data respectively exact solution functor for . | |
SecOrd_op::Exact_velocity | v |
Interpolation functor for the exact velocity. | |
std::unique_ptr< SecOrd_op::vIdata > | X_ptr |
Exact solution of the surface. | |
Initial data respectively exact solution for numerical experiments.
Definition at line 347 of file brusselator_algo.h.