Spatial reconstruction of the primitive functions. More...
#include <spatial_reconstruction.hpp>

Public Member Functions | |
| virtual void | operator() (const Tessellation &tess, const vector< ComputationalCell > &cells, double time, vector< pair< ComputationalCell, ComputationalCell > > &res, TracerStickerNames const &tracerstickersnames, CacheData const &cd) const =0 |
| interpolates values on both sides of each interface More... | |
Spatial reconstruction of the primitive functions.
Definition at line 25 of file spatial_reconstruction.hpp.
|
pure virtual |
interpolates values on both sides of each interface
| tess | Tessellation |
| cells | Computational cells |
| time | The sim time |
| res | List of pairs of primitive values on each edge given as output |
| tracerstickersnames | The names of the tracers and stickers |
| cd | The cache data of the geometry |
Implemented in LinearGaussImproved, and PCM.
1.8.13