Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Analytically given evolving grids and finite element functions. More...
Classes | |
class | Deformation |
struct | FEfun_set |
Minimal set of finite element functions to perform higher order BDF-ESFEM with input output helper functions. More... | |
class | Grid_and_time |
FE grid, FE space, function space. More... | |
struct | r3fef |
3-dim. vector valued finite element functions More... | |
class | Scal_FEfun |
struct | Tiny_FEfun_set |
A smaller version of FEfun_set . This is the minimal set of functions to prepare the right-hand side of the PDE. More... | |
class | Vec_FEfun |
Typedefs | |
using | Scal_FEfun_set = FEfun_set< Scal_FEfun > |
Four functions of type . | |
using | Vec_FEfun_set = FEfun_set< Vec_FEfun > |
Four functions of type . | |
using | Scal_tiny_FEfun_set = Tiny_FEfun_set< Scal_FEfun > |
Two functions of type . | |
using | Vec_tiny_FEfun_set = Tiny_FEfun_set< Vec_FEfun > |
Two functions of type . | |
Functions | |
constexpr int | grid_dim () |
constexpr int | world_dim () |
std::string | compose_dgfName (const std::string &fun_name, const std::string &dir="./") |
Returns dune grid format filename. More... | |
Analytically given evolving grids and finite element functions.
|
inline |
Returns dune grid format filename.
fun_name | Expects the result of Grid::Scal_FEfun::name() or Grid::Vec_FEfun::name() |
dir | Directory with trailing backslash |
Definition at line 155 of file grid_FEfunSet.h.