https://mooseframework.inl.gov
Namespaces | Functions
Reconstructions.h File Reference

Go to the source code of this file.

Namespaces

 Moose
 
 Moose::FV
 

Functions

template<typename T , typename Map >
void Moose::FV::interpolateReconstruct (CellCenteredMapFunctor< T, Map > &output_functor, const Moose::FunctorBase< T > &input_functor, const unsigned int num_int_recs, const bool weight_with_sf, const std::vector< const FaceInfo *> &faces, const Moose::StateArg &time)
 Takes an input functor that can be evaluated at faces, typically by linearly interpolating between adjacent cell center values, and then creates an output functor whose cell-center evaluations will correspond to weighted averages of the input functor's surrounding face evaluations. More...