Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Vector valued initial data. More...
#include <secOrd_op_initData.h>
Public Member Functions | |
virtual vIdata * | clone ()=0 |
Virtual copy constructor. | |
virtual | ~vIdata () |
Abstract base class. | |
virtual void | interpolate (Grid::Vec_FEfun &) const =0 |
Lagrange interpolation. | |
Static Public Member Functions | |
static vIdata * | new_ssef (const Grid::Grid_and_time &) |
Stationary sphere eigen functions. More... | |
static vIdata * | new_sms (const Grid::Grid_and_time &) |
Exact sphere solution of mean curvature flow. More... | |
static vIdata * | new_sls (const Grid::Grid_and_time &) |
For Brusselator_scheme::eoc_sls() | |
static vIdata * | new_v_sls (const Grid::Grid_and_time &) |
Exact velocity for Brusselator_scheme::eoc_sls() | |
static vIdata * | new_sd (const Grid::Grid_and_time &) |
For Brusselator_scheme::sd() | |
Vector valued initial data.
Definition at line 68 of file secOrd_op_initData.h.
|
static |
Exact sphere solution of mean curvature flow.
A factory function. For with initial radius of , the radius of the exact solution is given via
Definition at line 86 of file secOrd_op_initData.cpp.
|
static |
Stationary sphere eigen functions.
A factory function. are eigen functions for the Laplace operator on the sphere.
Definition at line 82 of file secOrd_op_initData.cpp.