Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Shortens Brusselator_scheme(). More...
Public Member Functions | |
Io (const Esfem::Io::Parameter &) | |
Get file name for error streams. | |
Public Attributes | |
SecOrd_op::Identity | identity {} |
Functor for saving the current grid. | |
const Esfem::Io::Dgf::Handler | dgf_handler |
Converts finite element function into dgf file. | |
Esfem::Io::Error_stream | para |
File to capture PDE parameter. | |
Esfem::Io::Error_stream | u |
File to record errors of u. | |
Esfem::Io::Error_stream | w |
File to record errors of w. | |
Esfem::Io::Error_stream | surface |
File to plot errors in the surface. | |
Esfem::Io::Error_stream | velocity |
File to plot errors in the velocity. | |
Shortens Brusselator_scheme().
Members are used for input and output of the nodal values of the finite element functions in fef
or to calculate - or -norms of the errors.
Definition at line 319 of file brusselator_algo.h.