Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
A smaller version of FEfun_set
. This is the minimal set of functions to prepare the right-hand side of the PDE.
More...
#include <grid_FEfunSet.h>
Public Member Functions | |
Tiny_FEfun_set (const FEfun_set< FEfun > &, const Grid::Grid_and_time &) | |
FEfun_set is a superset of Tiny_FEfun_set . Hence this is something like a pseudo copy constructor. More... | |
Public Attributes | |
FEfun | fun |
Numerical solution. | |
FEfun | rhs_les |
Right-hand side for the solver. | |
A smaller version of FEfun_set
. This is the minimal set of functions to prepare the right-hand side of the PDE.
Definition at line 73 of file grid_FEfunSet.h.
Esfem::Grid::Tiny_FEfun_set< FEfun >::Tiny_FEfun_set | ( | const FEfun_set< FEfun > & | fef, |
const Grid::Grid_and_time & | gt | ||
) |
FEfun_set
is a superset of Tiny_FEfun_set
. Hence this is something like a pseudo copy constructor.
Grid_and_time
is needed to get the correct finite element space.
Definition at line 147 of file grid_FEfunSet.h.