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

a class representing a Jacobian input used for volume elements More...

#include <location_normal.hpp>

Public Types

typedef Space space_t
 template parameter as nested type
 
typedef space_t::scalar_t scalar_t
 the scalar type
 
typedef space_t::location_t location_t
 
- 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_volume_jacobian_input (elem_t const &elem, typename elem_t::xi_t const &xi)
 constructor More...
 
 location_volume_jacobian_input (location_t const &x, scalar_t const &jac)
 constructor More...
 
const scalar_tget_jacobian (void) const
 return the Jacobian
 
- 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_volume_jacobian_input< Space >

a class representing a Jacobian input used for volume elements

Template Parameters
Spacethe coordinate space

Definition at line 145 of file location_normal.hpp.

Constructor & Destructor Documentation

◆ location_volume_jacobian_input() [1/2]

template<class Space >
template<class elem_t >
NiHu::location_volume_jacobian_input< Space >::location_volume_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 161 of file location_normal.hpp.

◆ location_volume_jacobian_input() [2/2]

template<class Space >
NiHu::location_volume_jacobian_input< Space >::location_volume_jacobian_input ( location_t const &  x,
scalar_t const &  jac 
)
inline

constructor

Parameters
[in]xthe location
[in]jacthe jacobian

Definition at line 170 of file location_normal.hpp.


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