MFEM  v4.6.0
Finite element discretization library
Classes | Public Member Functions | Public Attributes | List of all members
mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy > Struct Template Reference

#include <tcoefficient.hpp>

Collaboration diagram for mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy >:
[legend]

Classes

struct  result_t
 

Public Member Functions

MFEM_ALWAYS_INLINE Aux (const IR &int_rule, const coeff_t &c)
 
template<typename T_result_t >
MFEM_ALWAYS_INLINE void Eval (const T_result_t &F, result_t &res)
 
MFEM_ALWAYS_INLINE const complex_typeget (const result_t &res, int i, int k) const
 

Public Attributes

TMatrix< qpts, 1, complex_typecw
 

Detailed Description

template<typename IR, typename coeff_t, typename impl_traits_t>
template<bool dummy>
struct mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy >

Definition at line 278 of file tcoefficient.hpp.

Constructor & Destructor Documentation

◆ Aux()

template<typename IR, typename coeff_t, typename impl_traits_t>
template<bool dummy>
MFEM_ALWAYS_INLINE mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy >::Aux ( const IR &  int_rule,
const coeff_t &  c 
)
inline

Definition at line 283 of file tcoefficient.hpp.

Member Function Documentation

◆ Eval()

template<typename IR, typename coeff_t, typename impl_traits_t>
template<bool dummy>
template<typename T_result_t >
MFEM_ALWAYS_INLINE void mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy >::Eval ( const T_result_t &  F,
result_t &  res 
)
inline

Definition at line 291 of file tcoefficient.hpp.

◆ get()

template<typename IR, typename coeff_t, typename impl_traits_t>
template<bool dummy>
MFEM_ALWAYS_INLINE const complex_type& mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy >::get ( const result_t &  res,
int  i,
int  k 
) const
inline

Definition at line 294 of file tcoefficient.hpp.

Member Data Documentation

◆ cw

template<typename IR, typename coeff_t, typename impl_traits_t>
template<bool dummy>
TMatrix<qpts,1,complex_type> mfem::IntRuleCoefficient< IR, coeff_t, impl_traits_t >::Aux< true, dummy >::cw

Definition at line 281 of file tcoefficient.hpp.


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