Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
The actual implementation of the velocity. More...
#include <secOrd_op_initData_impl.h>
Public Types | |
using | Fun_space = Esfem::Grid::Grid_and_time::Vec_Function_space |
| |
using | Domain = typename Fun_space::DomainType |
| |
using | Range = typename Fun_space::RangeType |
| |
Public Member Functions | |
Analytic_velocity (const Esfem::Grid::Grid_and_time &) | |
Get time provider. | |
Analytic_velocity (const Analytic_velocity &)=delete | |
No copy constructor. | |
Analytic_velocity & | operator= (const Analytic_velocity &)=delete |
No copy assignment. | |
void | evaluate (const Domain &, Range &) const |
Required for the dune Lagrange interpolation class. | |
Private Attributes | |
const Dune::Fem::TimeProviderBase & | tp |
Current time. | |
The actual implementation of the velocity.
Definition at line 326 of file secOrd_op_initData_impl.h.