![]() |
MFEM v4.10.0
Finite element discretization library
|
Class for integration point with weight. More...
#include <intrules.hpp>
Public Member Functions | |
| void | Init (int const i) |
| void | Set3w (const real_t x1, const real_t x2, const real_t x3, const real_t w) |
| void | Set2w (const real_t x1, const real_t x2, const real_t w) |
| void | Set1w (const real_t x1, const real_t w) |
| void | Set3w (const real_t *p) |
| void | Set2w (const real_t *p) |
| void | Set1w (const real_t *p) |
| void | Set3 (const real_t x1, const real_t x2, const real_t x3) |
| void | Set2 (const real_t x1, const real_t x2) |
| void | Set1 (const real_t x1) |
| void | Set3 (const real_t *p) |
| void | Set2 (const real_t *p) |
| void | Set1 (const real_t *p) |
| void | Set (const real_t x1, const real_t x2, const real_t x3, const real_t w) |
| void | Set (const real_t *p, const int dim) |
| void | Get (real_t *p, const int dim) const |
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 82 of file intrules.hpp.
|
inline |
Definition at line 40 of file intrules.hpp.
|
inline |
Definition at line 71 of file intrules.hpp.
|
inline |
Definition at line 68 of file intrules.hpp.
|
inline |
Definition at line 66 of file intrules.hpp.
|
inline |
Definition at line 61 of file intrules.hpp.
|
inline |
Definition at line 55 of file intrules.hpp.
Definition at line 50 of file intrules.hpp.
|
inline |
Definition at line 65 of file intrules.hpp.
Definition at line 59 of file intrules.hpp.
|
inline |
Definition at line 54 of file intrules.hpp.
Definition at line 48 of file intrules.hpp.
|
inline |
Definition at line 64 of file intrules.hpp.
Definition at line 57 of file intrules.hpp.
|
inline |
Definition at line 53 of file intrules.hpp.
|
inline |
Definition at line 46 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.