MFEM  v4.4.0
Finite element discretization library
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Pages
Public Types | List of all members
mfem::TDiffusionKernel< 1, 1, 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. More...

#include <tbilininteg.hpp>

Public Types

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

Detailed Description

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

Definition at line 189 of file tbilininteg.hpp.

Member Typedef Documentation

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

Definition at line 189 of file tbilininteg.hpp.


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