Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Implementation details for brusselator_algo_impl.h. More...
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 . | |
using | Vec_FEfun_set = Esfem::Grid::Vec_FEfun_set |
Four finite element functions of type . | |
Implementation details for brusselator_algo_impl.h.
Revised by Christian Power April 2016 Revised by Christian Power March 2016 Originally written by Christian Power (power22c@gmail.com) February 2016
Providing many struct, such that functions like initial value, right-hand side function or PDE solver do not have to be specified for and separately.
Definition in file brusselator_algo_impl.cpp.