Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Public Member Functions | Public Attributes | List of all members
Esfem::Brusselator_scheme::Fef Struct Reference

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...
 

Detailed Description

Shortens Brusselator_scheme().

Collects all finite element functions and serves as a backup container.

Todo:
Add error checking for tmpFile_path.

Definition at line 362 of file brusselator_algo.h.

Member Data Documentation

Grid::Vec_FEfun_set Esfem::Brusselator_scheme::Fef::surface

Container for the numerical solution of the surface.

Warning
Only this container is allowed to write into and read from a dgf file.

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.

Warning
FEF_PATH is a macro variable which has be set by the makefile.

Definition at line 374 of file brusselator_algo.h.


The documentation for this struct was generated from the following files: