Evolving surface finite element method  v0.3.0-14-g3598512
Numerical experiments for my papers
Classes | Namespaces | Typedefs | Functions
grid_FEfunSet.h File Reference

Basic struct with input output member functions for a generic numerical experiment. More...

#include "esfem_fwd.h"
#include "io_dgf.h"
#include "grid.h"
Include dependency graph for grid_FEfunSet.h:
This graph shows which files directly or indirectly include this file:

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

Functions

std::string Esfem::Grid::compose_dgfName (const std::string &fun_name, const std::string &dir="./")
 Returns dune grid format filename. More...
 

Detailed Description

Basic struct with input output member functions for a generic numerical experiment.

Revision history

  Revised by Christian Power April 2016
  Revised by Christian Power March 2016
  Originally written by Christian Power
       (power22c@gmail.com) March 2016

Idea

This header provides model classes and operator classes to solve a tumor growth model proposed by Elliott and Styles via the ESFEM.

Author
Christian Power
Date
22. April 2016

Definition in file grid_FEfunSet.h.