Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Public Member Functions | |
Linear_heat_op (const Esfem::Io::Parameter &, const Esfem::Grid::Grid_and_time &) | |
Linear_heat_op (const Linear_heat_op &)=delete | |
Linear_heat_op & | operator= (const Linear_heat_op &)=delete |
void | operator() (const FE_function &rhs, FE_function &lhs) const override |
void | mass_matrix (FE_function &) |
void | mass_matrix (const FE_function &rhs, FE_function &lhs) const |
Private Attributes | |
double | bdf_alpha_lead_coeff {1.} |
const Dune::Fem::TimeProviderBase & | tp |
FE_function | tmp_fef |
Definition at line 37 of file secOrd_op_linearHeat.cpp.