Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Right-hand side for surface logistic sphere experiment. More...
#include <secOrd_op_rhs_impl.h>
Public Types | |
using | dBase = Esfem::Grid::Grid_and_time::Function_space |
Dune function. | |
using | dom = dBase::DomainType |
| |
using | ran = dBase::RangeType |
| |
using | Range = ran |
For my generic algorithm. | |
Public Member Functions | |
sdp_u_rhs (const Grid::Grid_and_time &) | |
Get time and finit element space. More... | |
sdp_u_rhs * | clone () override |
Virtual copy constructor. | |
void | addScaled_to (Grid::Scal_FEfun &rhs) override |
Assemble load vector with some factor and add to finit element function. | |
ran | operator() (const dom &) const |
Needed for interpolation. | |
Public Member Functions inherited from Esfem::SecOrd_op::sRhs | |
virtual | ~sRhs () |
Abstract base class. | |
Private Attributes | |
const Dune::Fem::TimeProviderBase & | tp |
Time step. | |
Esfem::Grid::Scal_FEfun::Dune_FEfun | lscal |
Load vector. | |
double | rA |
Initial radius (population) | |
double | rE |
Carrying capacity. | |
double | k |
Growth rate. | |
Static Private Attributes | |
static constexpr int | dim {2} |
Manifold dimension. | |
Additional Inherited Members | |
Static Public Member Functions inherited from Esfem::SecOrd_op::sRhs | |
static sRhs * | new_sdp_u (Grid::Grid_and_time &) |
For Brusselator_scheme::eoc_sdp() | |
Right-hand side for surface logistic sphere experiment.
Definition at line 239 of file secOrd_op_rhs_impl.h.
sdp_u_rhs::sdp_u_rhs | ( | const Grid::Grid_and_time & | gt | ) |
Get time and finit element space.
Definition at line 201 of file secOrd_op_rhs_impl.cpp.