Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Public Types | |
using | Base = Esfem::Grid::Grid_and_time::Function_space |
using | Domain = Base::DomainType |
using | Range = Base::RangeType |
Public Member Functions | |
RHS_data_u (const Dune::Fem::TimeProviderBase &, const Esfem::Io::Parameter &) | |
RHS_data_u (const RHS_data_u &)=delete | |
RHS_data_u & | operator= (const RHS_data_u &)=delete |
void | evaluate (const Domain &, Range &) const |
Range | operator() (const Domain &) const |
Private Attributes | |
const Dune::Fem::TimeProviderBase & | tp |
const double | a |
const double | gamma |
Definition at line 33 of file secOrd_op_rhs_u.cpp.