Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Shortens Brusselator_scheme(). More...
Public Member Functions | |
Fef (const Grid::Grid_and_time &) | |
Public Attributes | |
Grid::Scal_FEfun_set | u |
Container for growth promoting numerical solution. | |
Grid::Scal_FEfun_set | w |
Container for growth inhibiting numerical solution. | |
Grid::Vec_FEfun_set | surface |
Container for the numerical solution of the surface. More... | |
Grid::Vec_FEfun_set | velocity |
Analytically given exact velocity. | |
const std::string | tmpFile_path {FEF_PATH} |
Directory which I have read and write access. More... | |
Shortens Brusselator_scheme().
Collects all finite element functions and serves as a backup container.
tmpFile_path
. Definition at line 362 of file brusselator_algo.h.
Grid::Vec_FEfun_set Esfem::Brusselator_scheme::Fef::surface |
Container for the numerical solution of the surface.
Definition at line 367 of file brusselator_algo.h.
const std::string Esfem::Brusselator_scheme::Fef::tmpFile_path {FEF_PATH} |
Directory which I have read and write access.
FEF_PATH
is a macro variable which has be set by the makefile. Definition at line 374 of file brusselator_algo.h.