hexed 0.3.0
 
Loading...
Searching...
No Matches
hexed::Refined_connection< element_t >::Fine_connection Class Reference

connection subclass to which will represent the connections for the numerical flux calculation More...

#include <connection.hpp>

Inheritance diagram for hexed::Refined_connection< element_t >::Fine_connection:
hexed::Element_connection hexed::Face_connection< element_t > hexed::Connection hexed::Kernel_connection hexed::Connection

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
 
- Public Member Functions inherited from hexed::Face_connection< element_t >
 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
 
- Public Member Functions inherited from hexed::Kernel_connection
int mask ()
 

Detailed Description

template<typename element_t>
class hexed::Refined_connection< element_t >::Fine_connection

connection subclass to which will represent the connections for the numerical flux calculation

Member Function Documentation

◆ direction()

template<typename element_t >
Con_dir< element_t > hexed::Refined_connection< element_t >::Fine_connection::direction ( )
inlineoverridevirtual

◆ element()

template<typename element_t >
element_t & hexed::Refined_connection< element_t >::Fine_connection::element ( int i_side)
inlineoverridevirtual

◆ get_direction()

template<typename element_t >
Connection_direction hexed::Refined_connection< element_t >::Fine_connection::get_direction ( )
inlineoverridevirtual

Implements hexed::Connection.

◆ mask()

template<typename element_t >
int hexed::Refined_connection< element_t >::Fine_connection::mask ( int i_side)
inlineoverridevirtual

whether the element on side i_side is included in mesh masking

Implements hexed::Kernel_connection.


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