Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Public Member Functions | Private Attributes | List of all members
Esfem::SecOrd_op::Exact_velocity Class Reference

Analytically given velocity. More...

#include <secOrd_op_initData.h>

Classes

struct  Data
 Data members of Exact_velocity More...
 

Public Member Functions

 Exact_velocity (const Grid::Grid_and_time &)
 Fetch time provider. More...
 
 ~Exact_velocity ()
 Required for the pointer to implementation technique.
 
void interpolate (Grid::Vec_FEfun &) const
 Lagrange interpolation. More...
 

Private Attributes

std::unique_ptr< Datad_ptr
 Pointer to data members.
 

Detailed Description

Analytically given velocity.

Definition at line 99 of file secOrd_op_initData.h.

Constructor & Destructor Documentation

Exact_velocity::Exact_velocity ( const Grid::Grid_and_time &  gt)

Fetch time provider.

Postcondition
Gird_and_time must outlive this object.
Todo:
Change constructor so that it also reads parameter.

Definition at line 104 of file secOrd_op_initData.cpp.

Member Function Documentation

void Exact_velocity::interpolate ( Grid::Vec_FEfun vfef) const

Lagrange interpolation.

Return values
vfefInterpolation of the exact velocity

Definition at line 111 of file secOrd_op_initData.cpp.


The documentation for this class was generated from the following files: