Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Typedefs
brusselator_algo_impl.cpp File Reference

Implementation details for brusselator_algo_impl.h. More...

#include "brusselator_algo_impl.h"
#include "esfem_error.h"
Include dependency graph for brusselator_algo_impl.cpp:

Go to the source code of this file.

Typedefs

using Bruss_error = Esfem::BrusselatorScheme_error
 Reporting errors in this file with class.
 
using Scal_FEfun_set = Esfem::Grid::Scal_FEfun_set
 Four finite element functions of type $\surface_h \to \R$.
 
using Vec_FEfun_set = Esfem::Grid::Vec_FEfun_set
 Four finite element functions of type $\surface_h \to \R^3$.
 

Detailed Description

Implementation details for brusselator_algo_impl.h.

Revision history

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

Idea

Providing many struct, such that functions like initial value, right-hand side function or PDE solver do not have to be specified for $ u$ and $ w$ separately.

Author
Christian Power
Date
25. April 2016

Definition in file brusselator_algo_impl.cpp.