MFEM  v4.3.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Classes | Namespaces
tbilininteg.hpp File Reference

Go to the source code of this file.

Classes

class  mfem::TIntegrator< coeff_t, kernel_t >
 The Integrator class combines a kernel and a coefficient. More...
 
struct  mfem::TIntegrator< coeff_t, kernel_t >::kernel< SDim, Dim, complex_t >
 
struct  mfem::TMassKernel< SDim, Dim, complex_t >
 Mass kernel. More...
 
struct  mfem::TMassKernel< SDim, Dim, complex_t >::p_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in partial assembly, and partially assembled action. More...
 
struct  mfem::TMassKernel< SDim, Dim, complex_t >::f_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in full element matrix assembly. More...
 
struct  mfem::TMassKernel< SDim, Dim, complex_t >::CoefficientEval< IR, coeff_t, impl_traits_t >
 
struct  mfem::TDiffusionKernel< SDim, Dim, complex_t >
 Diffusion kernel. More...
 
struct  mfem::TDiffusionKernel< 1, 1, complex_t >
 Diffusion kernel in 1D. More...
 
struct  mfem::TDiffusionKernel< 1, 1, complex_t >::p_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in partial assembly, and partially assembled action. More...
 
struct  mfem::TDiffusionKernel< 1, 1, complex_t >::f_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in full element matrix assembly. More...
 
struct  mfem::TDiffusionKernel< 1, 1, complex_t >::CoefficientEval< IR, coeff_t, impl_traits_t >
 
struct  mfem::TDiffusionKernel< 2, 2, complex_t >
 Diffusion kernel in 2D. More...
 
struct  mfem::TDiffusionKernel< 2, 2, complex_t >::p_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in partial assembly, and partially assembled action. Stores one symmetric 2 x 2 matrix per point. More...
 
struct  mfem::TDiffusionKernel< 2, 2, complex_t >::f_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in full element matrix assembly. Stores one general (non-symmetric) 2 x 2 matrix per point. More...
 
struct  mfem::TDiffusionKernel< 2, 2, complex_t >::CoefficientEval< IR, coeff_t, impl_traits_t >
 
struct  mfem::TDiffusionKernel< 3, 3, complex_t >
 Diffusion kernel in 3D. More...
 
struct  mfem::TDiffusionKernel< 3, 3, complex_t >::p_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in partial assembly, and partially assembled action. Stores one symmetric 3 x 3 matrix per point. More...
 
struct  mfem::TDiffusionKernel< 3, 3, complex_t >::f_asm_data< qpts >
 Partially assembled data type for one element with the given number of quadrature points. This type is used in full element matrix assembly. Stores one general (non-symmetric) 3 x 3 matrix per point. More...
 
struct  mfem::TDiffusionKernel< 3, 3, complex_t >::CoefficientEval< IR, coeff_t, impl_traits_t >
 

Namespaces

 mfem