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_3EF Struct Reference

Thrid eigen function of the sphere. More...

#include <secOrd_op_initData_impl.h>

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

Public Types

using fspace = Esfem::Grid::Grid_and_time::Function_space
 $f\colon \R^3\to\R^1$
 
using domain = typename fspace::DomainType
 $ \R^3$
 
using range = typename fspace::RangeType
 $\R^1$
 

Public Member Functions

 sphere_3EF (const Grid::Grid_and_time &)
 Get time provider.
 
sphere_3EFclone () override
 Virtual copy constructor.
 
void interpolate (Grid::Scal_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::sIdata
virtual ~sIdata ()
 Abstract base class.
 

Private Attributes

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

Additional Inherited Members

- Static Public Member Functions inherited from Esfem::SecOrd_op::sIdata
static sIdatanew_1ssef (const Grid::Grid_and_time &)
 Stationary sphere eigen functions. More...
 
static sIdatanew_2ssef (const Grid::Grid_and_time &)
 Stationary sphere eigen functions. More...
 
static sIdatanew_3ssef (const Grid::Grid_and_time &)
 Stationary sphere eigen functions. More...
 

Detailed Description

Thrid eigen function of the sphere.

$xze^{-6t}$

Definition at line 157 of file secOrd_op_initData_impl.h.


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