Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Public Member Functions | Static Public Member Functions | List of all members
Esfem::SecOrd_op::sIdata Struct Referenceabstract

Scalar valued initial data. More...

#include <secOrd_op_initData.h>

Inheritance diagram for Esfem::SecOrd_op::sIdata:
Inheritance graph
[legend]

Public Member Functions

virtual sIdataclone ()=0
 Virtual copy constructor.
 
virtual ~sIdata ()
 Abstract base class.
 
virtual void interpolate (Grid::Scal_FEfun &) const =0
 Lagrange interpolation.
 

Static Public Member Functions

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

Scalar valued initial data.

Definition at line 50 of file secOrd_op_initData.h.

Member Function Documentation

sIdata * sIdata::new_1ssef ( const Grid::Grid_and_time &  gt)
static

Stationary sphere eigen functions.

A factory function. $e^{-6t}(xy, yz, xz)$ are eigen functions for the Laplace operator on the sphere.

Postcondition
Grid and time outlive this object.

Definition at line 69 of file secOrd_op_initData.cpp.

static sIdata* Esfem::SecOrd_op::sIdata::new_2ssef ( const Grid::Grid_and_time &  )
static

Stationary sphere eigen functions.

A factory function. $e^{-6t}(xy, yz, xz)$ are eigen functions for the Laplace operator on the sphere.

Postcondition
Grid and time outlive this object.
static sIdata* Esfem::SecOrd_op::sIdata::new_3ssef ( const Grid::Grid_and_time &  )
static

Stationary sphere eigen functions.

A factory function. $e^{-6t}(xy, yz, xz)$ are eigen functions for the Laplace operator on the sphere.

Postcondition
Grid and time outlive this object.

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