MFEM v4.7.0
Finite element discretization library
|
#include <tintrules.hpp>
Public Types | |
typedef real_t | real_type |
Static Public Attributes | |
static const Geometry::Type | geom |
static const int | dim = Dim |
static const int | qpts_1d = Q |
static const int | qpts = (Dim == 1) ? Q : ((Dim == 2) ? (Q*Q) : (Q*Q*Q)) |
static const int | order = Order |
static const bool | tensor_prod = true |
Definition at line 179 of file tintrules.hpp.
typedef real_t mfem::TProductIntegrationRule< Dim, Q, Order, real_t >::real_type |
Definition at line 193 of file tintrules.hpp.
|
static |
Definition at line 186 of file tintrules.hpp.
|
static |
Definition at line 183 of file tintrules.hpp.
|
static |
Definition at line 189 of file tintrules.hpp.
|
static |
Definition at line 188 of file tintrules.hpp.
|
static |
Definition at line 187 of file tintrules.hpp.
|
static |
Definition at line 191 of file tintrules.hpp.