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

Implementation for brusselator_algo.h More...

#include <config.h>
#include "brusselator_algo.h"
#include "brusselator_algo_impl.h"
#include "secOrd_op_solutionDriven.h"
#include "esfem_error.h"
Include dependency graph for brusselator_algo.cpp:

Go to the source code of this file.

Typedefs

using Bruss_error = Esfem::BrusselatorScheme_error
 Shorter name for convenience.
 
using Scal_FEfun_set = Esfem::Grid::Scal_FEfun_set
 Four functions of type $ f\colon \R^3 \to \R $.
 
using Vec_FEfun_set = Esfem::Grid::Vec_FEfun_set
 Four functions of type $ f\colon \R^3 \to \R^3 $.
 
using Vector_solver = Esfem::SecOrd_op::Solution_driven
 Solver for the X respectively surface variable.
 

Detailed Description

Implementation for brusselator_algo.h

Revision history

 Revised by Christian Power July 2016
 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

Implementation of Esfem::brusselator_algo() and the class Esfem::Brusselator_scheme

Author
Christian Power
Date
13. July 2016

Definition in file brusselator_algo.cpp.