MFEM  v3.4
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Public Types | Public Member Functions | Public Attributes | List of all members
mfem::TIntegrator< coeff_t, kernel_t > Class Template Reference

#include <tbilininteg.hpp>

Collaboration diagram for mfem::TIntegrator< coeff_t, kernel_t >:
[legend]

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 >

Definition at line 27 of file tbilininteg.hpp.

Member Typedef Documentation

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 30 of file tbilininteg.hpp.

Constructor & Destructor Documentation

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 37 of file tbilininteg.hpp.

Member Data Documentation

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

Definition at line 35 of file tbilininteg.hpp.


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