Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Public Types | Public Member Functions | Private Attributes | List of all members
Esfem::Impl::sphere_mcf_sol Struct Reference

Implementation of SecOrd_op::vIdata::ssef() More...

#include <secOrd_op_initData_impl.h>

Inheritance diagram for Esfem::Impl::sphere_mcf_sol:
Inheritance graph
[legend]
Collaboration diagram for Esfem::Impl::sphere_mcf_sol:
Collaboration graph
[legend]

Public Types

using Fun_space = Esfem::Grid::Grid_and_time::Vec_Function_space
 $f\colon \R^3\to\R^3$
 
using Domain = typename Fun_space::DomainType
 $\R^3$
 
using Range = typename Fun_space::RangeType
 $\R^3$
 

Public Member Functions

 sphere_mcf_sol (const Grid::Grid_and_time &)
 Get time provider.
 
sphere_mcf_solclone () override
 Virtual copy constructor.
 
void interpolate (Grid::Vec_FEfun &) const override
 Lagrange interpolation.
 
void evaluate (const Domain &, Range &) const
 Required for the dune Lagrange interpolation class.
 
- Public Member Functions inherited from Esfem::SecOrd_op::vIdata
virtual ~vIdata ()
 Abstract base class.
 

Private Attributes

const Dune::Fem::TimeProviderBase & tp
 Current time.
 

Additional Inherited Members

- Static Public Member Functions inherited from Esfem::SecOrd_op::vIdata
static vIdatanew_ssef (const Grid::Grid_and_time &)
 Stationary sphere eigen functions. More...
 
static vIdatanew_sms (const Grid::Grid_and_time &)
 Exact sphere solution of mean curvature flow. More...
 
static vIdatanew_sls (const Grid::Grid_and_time &)
 For Brusselator_scheme::eoc_sls()
 
static vIdatanew_v_sls (const Grid::Grid_and_time &)
 Exact velocity for Brusselator_scheme::eoc_sls()
 
static vIdatanew_sd (const Grid::Grid_and_time &)
 For Brusselator_scheme::sd()
 

Detailed Description

Implementation of SecOrd_op::vIdata::ssef()

Precondition
The initial sphere is the unit sphere $S^2$.

Definition at line 208 of file secOrd_op_initData_impl.h.


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