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

a class representing a normal + Jacobian input 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 Types inherited from NiHu::location_input< Space >
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_normal_jacobian_input (elem_t const &elem, typename elem_t::xi_t const &xi)
 constructor More...
 
 location_normal_jacobian_input (x_t const &x, x_t const &jac_vector)
 constructor from location and jacobian vector More...
 
const x_tget_unit_normal (void) const
 return the unit normal vector
 
const scalar_tget_jacobian (void) const
 return the Jacobian
 
const x_tget_jacobian_vector () const
 return the jacobian More...
 
- Public Member Functions inherited from NiHu::location_input< Space >
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_normal_jacobian_input< Space >

a class representing a normal + Jacobian input

Template Parameters
Spacethe coordinate space

Definition at line 79 of file location_normal.hpp.

Constructor & Destructor Documentation

◆ location_normal_jacobian_input() [1/2]

template<class Space >
template<class elem_t >
NiHu::location_normal_jacobian_input< Space >::location_normal_jacobian_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 95 of file location_normal.hpp.

◆ location_normal_jacobian_input() [2/2]

template<class Space >
NiHu::location_normal_jacobian_input< Space >::location_normal_jacobian_input ( x_t const &  x,
x_t const &  jac_vector 
)
inline

constructor from location and jacobian vector

Parameters
[in]xthe location
[in]jacthe jacobian vector

Definition at line 107 of file location_normal.hpp.

Member Function Documentation

◆ get_jacobian_vector()

template<class Space >
const x_t& NiHu::location_normal_jacobian_input< Space >::get_jacobian_vector ( ) const
inline

return the jacobian

Returns
the jacobian

Definition at line 129 of file location_normal.hpp.


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