Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Typedefs | Functions
Esfem::Grid Namespace Reference

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 $ f\colon \R^3 \to \R $.
 
using Vec_FEfun_set = FEfun_set< Vec_FEfun >
 Four functions of type $ f\colon \R^3 \to \R^3 $.
 
using Scal_tiny_FEfun_set = Tiny_FEfun_set< Scal_FEfun >
 Two functions of type $ f\colon \R^3 \to \R $.
 
using Vec_tiny_FEfun_set = Tiny_FEfun_set< Vec_FEfun >
 Two functions of type $ f\colon \R^3 \to \R^3 $.
 

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

Detailed Description

Analytically given evolving grids and finite element functions.

Function Documentation

std::string Esfem::Grid::compose_dgfName ( const std::string &  fun_name,
const std::string &  dir = "./" 
)
inline

Returns dune grid format filename.

Parameters
fun_nameExpects the result of Grid::Scal_FEfun::name() or Grid::Vec_FEfun::name()
dirDirectory with trailing backslash

Definition at line 155 of file grid_FEfunSet.h.