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

a class representing a simple location More...

#include <location_normal.hpp>

Public Types

typedef Space space_t
 template parameter as nested type
 
typedef space_t::location_t x_t
 the location type
 
typedef space_t::scalar_t scalar_t
 the scalar type
 

Public Member Functions

template<class elem_t >
 location_input (elem_t const &elem, typename elem_t::xi_t const &xi)
 constructor More...
 
 location_input (x_t const &x)
 constructor from location More...
 
const x_tget_x (void) const
 return the location
 

Detailed Description

template<class Space>
class NiHu::location_input< Space >

a class representing a simple location

Template Parameters
Spacethe coordinate space

Definition at line 37 of file location_normal.hpp.

Constructor & Destructor Documentation

◆ location_input() [1/2]

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

constructor

Template Parameters
elem_tthe element type
Parameters
[in]elemthe element instance
[in]xithe reference domain variable

Definition at line 52 of file location_normal.hpp.

◆ location_input() [2/2]

template<class Space >
NiHu::location_input< Space >::location_input ( x_t const &  x)
inline

constructor from location

Parameters
[in]xthe location

Definition at line 59 of file location_normal.hpp.


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