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

Numerical experiment for the solution driven paper. More...

#include <memory>
#include <string>
#include "esfem.h"
Include dependency graph for brusselator_algo.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Esfem::Brusselator_scheme
 Implementation of the Elliott and Styles full discretization of the tumor problem. More...
 
struct  Esfem::Brusselator_scheme::Io
 Shortens Brusselator_scheme(). More...
 
struct  Esfem::Brusselator_scheme::Init_data
 Initial data respectively exact solution for numerical experiments. More...
 
struct  Esfem::Brusselator_scheme::Fef
 Shortens Brusselator_scheme(). More...
 

Namespaces

 Esfem
 The evolving surface finite element method.
 

Functions

void Esfem::brusselator_algo (int argc, char **argv)
 ESFEM algorithm. Only this should be invoked by main. More...
 

Detailed Description

Numerical experiment for the solution driven paper.

Revision history

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

Idea

This header provides model classes and operator classes to solve a tumor growth model proposed by Elliott and Styles via the ESFEM. Enter path to writable directory in the macro variable FEF_PATH.

Author
Christian Power
Date
7. June 2016

Definition in file brusselator_algo.h.