MFEM
v4.5.2
Finite element discretization library
|
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...
#include <tbilininteg.hpp>
Public Types | |
typedef TMatrix< qpts, 6, complex_t > | type |
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.
Definition at line 447 of file tbilininteg.hpp.
typedef TMatrix<qpts,6,complex_t> mfem::TDiffusionKernel< 3, 3, complex_t >::p_asm_data< qpts >::type |
Definition at line 447 of file tbilininteg.hpp.