MFEM v4.7.0
Finite element discretization library
|
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 |
The Integrator class combines a kernel and a coefficient.
Definition at line 26 of file tbilininteg.hpp.
typedef coeff_t mfem::TIntegrator< coeff_t, kernel_t >::coefficient_type |
Definition at line 29 of file tbilininteg.hpp.
|
inline |
Definition at line 36 of file tbilininteg.hpp.
coeff_t mfem::TIntegrator< coeff_t, kernel_t >::coeff |
Definition at line 34 of file tbilininteg.hpp.