MFEM  v4.2.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | List of all members
mfem::TDiffusionKernel< 2, 2, complex_t >::p_asm_data< qpts > Struct Template Reference

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...

#include <tbilininteg.hpp>

Public Types

typedef TMatrix< qpts,
3, complex_t > 
type
 

Detailed Description

template<typename complex_t>
template<int qpts>
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.

Definition at line 301 of file tbilininteg.hpp.

Member Typedef Documentation

template<typename complex_t >
template<int qpts>
typedef TMatrix<qpts,3,complex_t> mfem::TDiffusionKernel< 2, 2, complex_t >::p_asm_data< qpts >::type

Definition at line 301 of file tbilininteg.hpp.


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