hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Face_connection< Deformed_element > Class Referenceabstract
Inheritance diagram for hexed::Face_connection< Deformed_element >:
hexed::Kernel_connection hexed::Connection hexed::Boundary_connection hexed::Typed_bound_connection< element_t >

Public Member Functions

 Face_connection (Storage_params params)
 
virtual Con_dir< Deformed_elementdirection ()=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 (int i_side)
 
double * normal () override
 area-weighted face normal vector. layout: [i_dim][i_face_qpoint]
 
- 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
 

Member Function Documentation

◆ normal()

double * hexed::Face_connection< Deformed_element >::normal ( )
inlineoverridevirtual

area-weighted face normal vector. layout: [i_dim][i_face_qpoint]

Implements hexed::Kernel_connection.

◆ state()

double * hexed::Face_connection< Deformed_element >::state ( int i_side,
bool is_ldg )
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.


The documentation for this class was generated from the following file: