Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Namespaces | Functions
secOrd_op_initData_impl.h File Reference

Implementation details for secOrd_op_initData.cpp More...

#include <random>
#include <functional>
#include <string>
#include <config.h>
#include <dune/fem/operator/lagrangeinterpolation.hh>
#include "secOrd_op_initData.h"
#include "grid.h"
Include dependency graph for secOrd_op_initData_impl.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Esfem::Impl::Explicit_initial_data
 Initial data is given via an analytic formula. More...
 
class  Esfem::Impl::Random_initial_data
 Random perturbation around an equilibrium point. More...
 
struct  Esfem::Impl::sphere_1EF
 First eigen function of the sphere. More...
 
struct  Esfem::Impl::sphere_2EF
 Second eigen function of the sphere. More...
 
struct  Esfem::Impl::sphere_3EF
 Thrid eigen function of the sphere. More...
 
struct  Esfem::Impl::sphere_eigenFun
 Implementation of SecOrd_op::vIdata::ssef() More...
 
struct  Esfem::Impl::sphere_mcf_sol
 Implementation of SecOrd_op::vIdata::ssef() More...
 
struct  Esfem::Impl::sls_iData
 Sphere growing via a logistic growth function. More...
 
struct  Esfem::Impl::sls_v_iData
 Velocity of a sphere growing via a logistic growth function. More...
 
struct  Esfem::Impl::sd_iData
 Sphere growing via na logistic growth function. More...
 
class  Esfem::Impl::Analytic_velocity
 The actual implementation of the velocity. More...
 
struct  Esfem::SecOrd_op::Init_data::Data
 Data members of Init_data More...
 
struct  Esfem::SecOrd_op::Exact_velocity::Data
 Data members of Exact_velocity More...
 

Namespaces

 Esfem
 The evolving surface finite element method.
 
 Esfem::Impl
 Implementation details.
 

Functions

double Esfem::Impl::hom_value (const Esfem::Io::Parameter &, const Esfem::Growth)
 
double Esfem::Impl::pertubation (const Esfem::Io::Parameter &, const Esfem::Growth)
 
std::string Esfem::Impl::print_configuration (const Esfem::Io::Parameter &, const Esfem::Growth)
 
std::string Esfem::Impl::dof_filename (const Io::Parameter &, const Growth)
 

Detailed Description

Implementation details for secOrd_op_initData.cpp

Revision history

 Revised by Christian Power June 2016
 Revised by Christian Power April 2016
 Originally written by Christian Power
      (power22c@gmail.com) February 2016

Idea

Actual implementation of Initial data.

Author
Christian Power
Date
15. June 2016

Definition in file secOrd_op_initData_impl.h.