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

#include <tbilininteg.hpp>

Public Types

typedef TVector< qpts, complex_t > type
 

Detailed Description

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

Definition at line 61 of file tbilininteg.hpp.

Member Typedef Documentation

template<int SDim, int Dim, typename complex_t >
template<int qpts>
typedef TVector<qpts,complex_t> mfem::TMassKernel< SDim, Dim, complex_t >::p_asm_data< qpts >::type

Definition at line 61 of file tbilininteg.hpp.


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