MFEM
v4.6.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 double *p, const int dim) |
void | Get (double *p, const int dim) const |
void | Set (const double x1, const double x2, const double x3, const double w) |
void | Set3w (const double *p) |
void | Set3 (const double x1, const double x2, const double x3) |
void | Set3 (const double *p) |
void | Set2w (const double x1, const double x2, const double w) |
void | Set2w (const double *p) |
void | Set2 (const double x1, const double x2) |
void | Set2 (const double *p) |
void | Set1w (const double x1, const double w) |
void | Set1w (const double *p) |
Public Attributes | |
double | x |
double | y |
double | z |
double | weight |
int | index |
Class for integration point with weight.
Definition at line 31 of file intrules.hpp.
|
inline |
Definition at line 57 of file intrules.hpp.
|
inline |
Definition at line 37 of file intrules.hpp.
|
inline |
Definition at line 43 of file intrules.hpp.
|
inline |
Definition at line 71 of file intrules.hpp.
|
inline |
Definition at line 90 of file intrules.hpp.
|
inline |
Definition at line 92 of file intrules.hpp.
|
inline |
Definition at line 86 of file intrules.hpp.
|
inline |
Definition at line 88 of file intrules.hpp.
|
inline |
Definition at line 81 of file intrules.hpp.
|
inline |
Definition at line 84 of file intrules.hpp.
|
inline |
Definition at line 76 of file intrules.hpp.
|
inline |
Definition at line 79 of file intrules.hpp.
|
inline |
Definition at line 74 of file intrules.hpp.
int mfem::IntegrationPoint::index |
Definition at line 35 of file intrules.hpp.
double mfem::IntegrationPoint::weight |
Definition at line 34 of file intrules.hpp.
double mfem::IntegrationPoint::x |
Definition at line 34 of file intrules.hpp.
double mfem::IntegrationPoint::y |
Definition at line 34 of file intrules.hpp.
double mfem::IntegrationPoint::z |
Definition at line 34 of file intrules.hpp.