Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Implementation of Deformation class. More...
Go to the source code of this file.
Classes | |
struct | Esfem::Grid::Deformation::Data |
Typedefs | |
using | Domain = Esfem::Grid::Deformation::Domain |
| |
using | Range = Esfem::Grid::Deformation::Range |
| |
Functions | |
static void | identity (const Domain &x, Range &y) noexcept |
| |
static void | logistic_growth (const double t, const Domain &x, Range &y) noexcept |
More... | |
static void | dalquist (const double t, const Domain &x, Range &y) |
Dalquist test equation with . | |
static void | mcf_sphere (const double t, const Domain &x, Range &y) |
| |
Implementation of Deformation class.
Revised by Christian Power April 2016 Originally written by Christian Power (power22c@gmail.com) Januar 2016
Explicit flow functions are coded as inline functions.
Definition in file grid_deformation.cpp.
t | Current time |
x | Point from the initial surface |
y |
Definition at line 52 of file grid_deformation.cpp.