MFEM v4.7.0
Finite element discretization library
|
Class for integration point with weight. More...
#include <intrules.hpp>
Public Member Functions | |
void | Init (int const i) |
void | Set (const real_t *p, const int dim) |
void | Get (real_t *p, const int dim) const |
void | Set (const real_t x1, const real_t x2, const real_t x3, const real_t w) |
void | Set3w (const real_t *p) |
void | Set3 (const real_t x1, const real_t x2, const real_t x3) |
void | Set3 (const real_t *p) |
void | Set2w (const real_t x1, const real_t x2, const real_t w) |
void | Set2w (const real_t *p) |
void | Set2 (const real_t x1, const real_t x2) |
void | Set2 (const real_t *p) |
void | Set1w (const real_t x1, const real_t w) |
void | Set1w (const real_t *p) |
Public Attributes | |
real_t | x |
real_t | y |
real_t | z |
real_t | weight |
int | index |
Class for integration point with weight.
Definition at line 34 of file intrules.hpp.
|
inline |
Definition at line 60 of file intrules.hpp.
|
inline |
Definition at line 40 of file intrules.hpp.
|
inline |
Definition at line 46 of file intrules.hpp.
|
inline |
Definition at line 74 of file intrules.hpp.
|
inline |
Definition at line 95 of file intrules.hpp.
Definition at line 93 of file intrules.hpp.
|
inline |
Definition at line 91 of file intrules.hpp.
Definition at line 89 of file intrules.hpp.
|
inline |
Definition at line 87 of file intrules.hpp.
Definition at line 84 of file intrules.hpp.
|
inline |
Definition at line 82 of file intrules.hpp.
Definition at line 79 of file intrules.hpp.
|
inline |
Definition at line 77 of file intrules.hpp.
int mfem::IntegrationPoint::index |
Definition at line 38 of file intrules.hpp.
real_t mfem::IntegrationPoint::weight |
Definition at line 37 of file intrules.hpp.
real_t mfem::IntegrationPoint::x |
Definition at line 37 of file intrules.hpp.
real_t mfem::IntegrationPoint::y |
Definition at line 37 of file intrules.hpp.
real_t mfem::IntegrationPoint::z |
Definition at line 37 of file intrules.hpp.