1 #ifndef _PFASST_ENCAP_POLYINTERP_HPP_
2 #define _PFASST_ENCAP_POLYINTERP_HPP_
19 template<
typename time = time_precision>
25 typedef vector<shared_ptr<Encapsulation<time>>>
EncapVecT;
40 bool interp_initial)
override;
50 bool restrict_initial)
override;
Polynomial time interpolation mixin.
vector< shared_ptr< Encapsulation< time > > > EncapVecT
interfaces for SDC/MLSDC/PFASST algorithms.
Data/solution encapsulation.
Abstract time/space transfer (restrict/interpolate) class.
Eigen::Matrix< scalar, Eigen::Dynamic, Eigen::Dynamic, Eigen::RowMajor > Matrix