MFEM  v4.6.0
Finite element discretization library
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
mfem::TIntegrator< coeff_t, kernel_t > Class Template Reference

The Integrator class combines a kernel and a coefficient. More...

#include <tbilininteg.hpp>

Classes

struct  kernel
 

Public Types

typedef coeff_t coefficient_type
 

Public Member Functions

 TIntegrator (const coefficient_type &c)
 

Public Attributes

coeff_t coeff
 

Detailed Description

template<typename coeff_t, template< int, int, typename > class kernel_t>
class mfem::TIntegrator< coeff_t, kernel_t >

The Integrator class combines a kernel and a coefficient.

Definition at line 26 of file tbilininteg.hpp.

Member Typedef Documentation

◆ coefficient_type

template<typename coeff_t , template< int, int, typename > class kernel_t>
typedef coeff_t mfem::TIntegrator< coeff_t, kernel_t >::coefficient_type

Definition at line 29 of file tbilininteg.hpp.

Constructor & Destructor Documentation

◆ TIntegrator()

template<typename coeff_t , template< int, int, typename > class kernel_t>
mfem::TIntegrator< coeff_t, kernel_t >::TIntegrator ( const coefficient_type c)
inline

Definition at line 36 of file tbilininteg.hpp.

Member Data Documentation

◆ coeff

template<typename coeff_t , template< int, int, typename > class kernel_t>
coeff_t mfem::TIntegrator< coeff_t, kernel_t >::coeff

Definition at line 34 of file tbilininteg.hpp.


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