Evolving surface finite element method
v0.3.0-14-g3598512
Numerical experiments for my papers
|
Classes | |
struct | Data |
Public Types | |
using | Base = Dune::AnalyticalCoordFunction< double, world_dim(), world_dim(), Deformation > |
using | Domain = Base::DomainVector |
using | Range = Base::RangeVector |
Public Member Functions | |
Deformation () | |
Analytic formula. | |
Deformation (const std::string &fname) | |
Hash map for grid evolution. | |
~Deformation () | |
Pointer to implementation requires this. | |
void | evaluate (const Domain &, Range &) const |
Explicit mapping. | |
void | set_timeProvider (const Dune::Fem::TimeProviderBase &) |
Finish cyclic dependency. | |
Deformation & | operator= (const Vec_FEfun &) |
Update hash map. | |
Private Attributes | |
std::unique_ptr< Data > | d_ptr |
Pointer to implementation. | |