HyperHDG
Static Public Member Functions | Static Public Attributes | List of all members
TestParametersDir< space_dimT, param_float_t > Struct Template Reference

Static Public Member Functions

static param_float_t inverse_diffusion_coeff (const Point< space_dimT, param_float_t > &, const param_float_t=0.)
 
static param_float_t right_hand_side (const Point< space_dimT, param_float_t > &, const param_float_t=0.)
 
static param_float_t dirichlet_value (const Point< space_dimT, param_float_t > &point, const param_float_t=0.)
 
static param_float_t neumann_value (const Point< space_dimT, param_float_t > &, const param_float_t=0.)
 

Static Public Attributes

static constexpr std::array< unsigned int, 2U > dirichlet_nodes {0, 1}
 
static constexpr std::array< unsigned int, 0U > neumann_nodes {}
 

Member Function Documentation

◆ dirichlet_value()

template<unsigned int space_dimT, typename param_float_t = double>
static param_float_t TestParametersDir< space_dimT, param_float_t >::dirichlet_value ( const Point< space_dimT, param_float_t > &  point,
const  param_float_t = 0. 
)
inlinestatic
Here is the call graph for this function:

◆ inverse_diffusion_coeff()

template<unsigned int space_dimT, typename param_float_t = double>
static param_float_t TestParametersDir< space_dimT, param_float_t >::inverse_diffusion_coeff ( const Point< space_dimT, param_float_t > &  ,
const  param_float_t = 0. 
)
inlinestatic

◆ neumann_value()

template<unsigned int space_dimT, typename param_float_t = double>
static param_float_t TestParametersDir< space_dimT, param_float_t >::neumann_value ( const Point< space_dimT, param_float_t > &  ,
const  param_float_t = 0. 
)
inlinestatic

◆ right_hand_side()

template<unsigned int space_dimT, typename param_float_t = double>
static param_float_t TestParametersDir< space_dimT, param_float_t >::right_hand_side ( const Point< space_dimT, param_float_t > &  ,
const  param_float_t = 0. 
)
inlinestatic

Member Data Documentation

◆ dirichlet_nodes

template<unsigned int space_dimT, typename param_float_t = double>
constexpr std::array<unsigned int, 2U> TestParametersDir< space_dimT, param_float_t >::dirichlet_nodes {0, 1}
staticconstexpr

◆ neumann_nodes

template<unsigned int space_dimT, typename param_float_t = double>
constexpr std::array<unsigned int, 0U> TestParametersDir< space_dimT, param_float_t >::neumann_nodes {}
staticconstexpr

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