NiHu  2.0
NiHu::empty_input< Space > Class Template Reference

a kernel input representing a single location \( \gamma = {\bf x} \) More...

#include <empty_input.hpp>

Public Types

typedef kernel_input_base< empty_input< Space > > base_t
 the CRTP base class
 

Public Member Functions

template<class elem_t >
 empty_input (elem_t const &elem, typename elem_t::xi_t const &xi)
 constructor from element and reference domain vector More...
 

Detailed Description

template<class Space>
class NiHu::empty_input< Space >

a kernel input representing a single location \( \gamma = {\bf x} \)

Template Parameters
Spacethe coordinate space of the location

Definition at line 33 of file empty_input.hpp.

Constructor & Destructor Documentation

◆ empty_input()

template<class Space >
template<class elem_t >
NiHu::empty_input< Space >::empty_input ( elem_t const &  elem,
typename elem_t::xi_t const &  xi 
)
inline

constructor from element and reference domain vector

Template Parameters
elem_tthe element type
Parameters
[in]elemthe element to construct from
[in]xithe location in the reference domain

Definition at line 63 of file empty_input.hpp.


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