connection subclass to which will represent the connections for the numerical flux calculation More...
#include <connection.hpp>
Public Member Functions | |
Fine_connection (Refined_connection &r, element_t &f) | |
Con_dir< element_t > | direction () override |
Connection_direction | get_direction () override |
element_t & | element (int i_side) override |
int | mask (int i_side) override |
whether the element on side i_side is included in mesh masking | |
![]() | |
Face_connection (Storage_params params) | |
double * | state (int i_side, bool is_ldg) override |
state data for one side and for either the extrapolated state or the LDG storage | |
double * | normal () override |
face normal vector | |
![]() | |
int | mask () |
connection subclass to which will represent the connections for the numerical flux calculation
|
inlineoverridevirtual |
Implements hexed::Face_connection< element_t >.
|
inlineoverridevirtual |
Implements hexed::Element_connection.
|
inlineoverridevirtual |
Implements hexed::Connection.
|
inlineoverridevirtual |
whether the element on side i_side
is included in mesh masking
Implements hexed::Kernel_connection.