#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 | |
![]() | |
virtual int | mask (int i_side)=0 |
whether the element on side i_side is included in mesh masking | |
int | mask () |
![]() | |
virtual Connection_direction | get_direction ()=0 |
Represents a connection between faces (which may belong to elements or something else like boundary conditions or Refined_face
s).
|
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.