MFEM v4.7.0
Finite element discretization library
|
#include <tintrules.hpp>
Public Types | |
typedef real_t | real_type |
Public Member Functions | |
GenericIntegrationRule () | |
template<AssignOp::Type Op, typename qpt_layout_t , typename qpt_data_t > | |
void | AssignWeights (const qpt_layout_t &qpt_layout, qpt_data_t &qpt_data) const |
template<typename qpt_data_t > | |
void | ApplyWeights (qpt_data_t &qpt_data) const |
Static Public Member Functions | |
static const IntegrationRule & | GetIntRule () |
Static Public Attributes | |
static const Geometry::Type | geom = G |
static const int | dim = Geometry::Constants<geom>::Dimension |
static const int | qpts = Q |
static const int | order = Order |
static const bool | tensor_prod = false |
Protected Attributes | |
TVector< qpts, real_t > | weights |
Definition at line 25 of file tintrules.hpp.
typedef real_t mfem::GenericIntegrationRule< G, Q, Order, real_t >::real_type |
Definition at line 35 of file tintrules.hpp.
|
inline |
Definition at line 41 of file tintrules.hpp.
|
inline |
Definition at line 72 of file tintrules.hpp.
|
inline |
Definition at line 60 of file tintrules.hpp.
|
inlinestatic |
Definition at line 53 of file tintrules.hpp.
|
static |
Definition at line 29 of file tintrules.hpp.
|
static |
Definition at line 28 of file tintrules.hpp.
|
static |
Definition at line 31 of file tintrules.hpp.
|
static |
Definition at line 30 of file tintrules.hpp.
|
static |
Definition at line 33 of file tintrules.hpp.
|
protected |
Definition at line 38 of file tintrules.hpp.