extrapolates the values in the interior of an element to the faces More...
#include <Spatial.hpp>
Public Member Functions | |
template<typename... pde_args> | |
Write_face (const Basis &basis, pde_args... args) | |
void | operator() (const double *read, std::array< double *, 6 > faces) |
apply to a single element | |
virtual void | operator() (Sequence< Kernel_element & > &elements) |
apply to a sequence of elements | |
![]() | |
virtual void | operator() (Sequence< Kernel_element & > &sequence, Stopwatch_tree &tree) |
virtual void | operator() (Sequence< Kernel_element & > &sequence, Stopwatch_tree &category_tree, std::string name) |
Additional Inherited Members | |
![]() | |
typedef std::unique_ptr< Kernel< Kernel_element &, void > > | ptr_t |
extrapolates the values in the interior of an element to the faces
|
inlinevirtual |
apply to a sequence of elements
Implements hexed::Kernel< Kernel_element & >.