Computes the shared numerical flux at the element interfaces. More...
#include <Spatial.hpp>
Public Member Functions | |
| template<typename... pde_args> | |
| Neighbor (int i_stage, int mask, pde_args... args) | |
| virtual void | operator() (Sequence< Kernel_connection & > &connections) |
Public Member Functions inherited from hexed::Kernel< Kernel_connection & > | |
| virtual void | operator() (Sequence< Kernel_connection & > &sequence, Stopwatch_tree &tree) |
| virtual void | operator() (Sequence< Kernel_connection & > &sequence, Stopwatch_tree &category_tree, std::string name) |
Additional Inherited Members | |
Public Types inherited from hexed::Kernel< Kernel_connection & > | |
| typedef std::unique_ptr< Kernel< Kernel_connection &, void > > | ptr_t |
Computes the shared numerical flux at the element interfaces.
Requires that the state has been written to the face storage and replaces the state of both faces with the computed flux.
|
inlinevirtual |
Implements hexed::Kernel< Kernel_connection & >.