#include <connection.hpp>
Public Member Functions | |
| Face_connection (Storage_params params) | |
| virtual Con_dir< element_t > | direction ()=0 |
| 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 | |
Public Member Functions inherited from hexed::Kernel_connection | |
| virtual int | mask (int i_side)=0 |
whether the element on side i_side is included in mesh masking | |
| int | mask () |
Public Member Functions inherited from hexed::Connection | |
| virtual Connection_direction | get_direction ()=0 |
Represents a connection between faces (which may belong to elements or something else like boundary conditions or Refined_faces).
|
inlineoverridevirtual |
|
inlineoverridevirtual |
state data for one side and for either the extrapolated state or the LDG storage
layout: [i_var][i_face_qpoint]
Implements hexed::Kernel_connection.