Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Basic struct with input output member functions for a generic numerical experiment. More...
Go to the source code of this file.
Classes | |
struct | Esfem::Grid::r3fef |
3-dim. vector valued finite element functions More... | |
struct | Esfem::Grid::FEfun_set< FEfun > |
Minimal set of finite element functions to perform higher order BDF-ESFEM with input output helper functions. More... | |
struct | Esfem::Grid::Tiny_FEfun_set< FEfun > |
A smaller version of FEfun_set . This is the minimal set of functions to prepare the right-hand side of the PDE. More... | |
Namespaces | |
Esfem | |
The evolving surface finite element method. | |
Esfem::Grid | |
Analytically given evolving grids and finite element functions. | |
Typedefs | |
using | Esfem::Grid::Scal_FEfun_set = FEfun_set< Scal_FEfun > |
Four functions of type . | |
using | Esfem::Grid::Vec_FEfun_set = FEfun_set< Vec_FEfun > |
Four functions of type . | |
using | Esfem::Grid::Scal_tiny_FEfun_set = Tiny_FEfun_set< Scal_FEfun > |
Two functions of type . | |
using | Esfem::Grid::Vec_tiny_FEfun_set = Tiny_FEfun_set< Vec_FEfun > |
Two functions of type . | |
Functions | |
std::string | Esfem::Grid::compose_dgfName (const std::string &fun_name, const std::string &dir="./") |
Returns dune grid format filename. More... | |
Basic struct with input output member functions for a generic numerical experiment.
Revised by Christian Power April 2016 Revised by Christian Power March 2016 Originally written by Christian Power (power22c@gmail.com) March 2016
This header provides model classes and operator classes to solve a tumor growth model proposed by Elliott and Styles via the ESFEM.
Definition in file grid_FEfunSet.h.