MFEM  v4.6.0
Finite element discretization library
Public Types | List of all members
mfem::TDiffusionKernel< 3, 3, complex_t >::f_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 full element matrix assembly. Stores one general (non-symmetric) 3 x 3 matrix per point. More...

#include <tbilininteg.hpp>

Public Types

typedef TTensor3< qpts, 3, 3, complex_t > type
 

Detailed Description

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

Definition at line 453 of file tbilininteg.hpp.

Member Typedef Documentation

◆ type

template<typename complex_t >
template<int qpts>
typedef TTensor3<qpts,3,3,complex_t> mfem::TDiffusionKernel< 3, 3, complex_t >::f_asm_data< qpts >::type

Definition at line 453 of file tbilininteg.hpp.


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