Class for integration point with weight.
More...
#include <intrules.hpp>
|
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) |
|
Class for integration point with weight.
Definition at line 25 of file intrules.hpp.
void mfem::IntegrationPoint::Get |
( |
double * |
p, |
|
|
const int |
dim |
|
) |
| const |
|
inline |
void mfem::IntegrationPoint::Init |
( |
int const |
i | ) |
|
|
inline |
void mfem::IntegrationPoint::Set |
( |
const double * |
p, |
|
|
const int |
dim |
|
) |
| |
|
inline |
void mfem::IntegrationPoint::Set |
( |
const double |
x1, |
|
|
const double |
x2, |
|
|
const double |
x3, |
|
|
const double |
w |
|
) |
| |
|
inline |
void mfem::IntegrationPoint::Set1w |
( |
const double |
x1, |
|
|
const double |
w |
|
) |
| |
|
inline |
void mfem::IntegrationPoint::Set1w |
( |
const double * |
p | ) |
|
|
inline |
void mfem::IntegrationPoint::Set2 |
( |
const double |
x1, |
|
|
const double |
x2 |
|
) |
| |
|
inline |
void mfem::IntegrationPoint::Set2 |
( |
const double * |
p | ) |
|
|
inline |
void mfem::IntegrationPoint::Set2w |
( |
const double |
x1, |
|
|
const double |
x2, |
|
|
const double |
w |
|
) |
| |
|
inline |
void mfem::IntegrationPoint::Set2w |
( |
const double * |
p | ) |
|
|
inline |
void mfem::IntegrationPoint::Set3 |
( |
const double |
x1, |
|
|
const double |
x2, |
|
|
const double |
x3 |
|
) |
| |
|
inline |
void mfem::IntegrationPoint::Set3 |
( |
const double * |
p | ) |
|
|
inline |
void mfem::IntegrationPoint::Set3w |
( |
const double * |
p | ) |
|
|
inline |
int mfem::IntegrationPoint::index |
double mfem::IntegrationPoint::weight |
double mfem::IntegrationPoint::x |
double mfem::IntegrationPoint::y |
double mfem::IntegrationPoint::z |
The documentation for this class was generated from the following file: