GooseFEM 1.4.1.dev2+g78f16df
|
Gauss quadrature: quadrature points such that integration is exact for this bi-linear element: More...
Functions | |
size_t | nip () |
Number of integration points: | |
array_type::tensor< double, 2 > | xi () |
Integration point coordinates (local coordinates). | |
array_type::tensor< double, 1 > | w () |
Integration point weights. | |
Gauss quadrature: quadrature points such that integration is exact for this bi-linear element:
+ ----------- + | | | 3 2 | | | | 0 1 | | | + ----------- +
|
inline |
Number of integration points:
nip = nne = 4
Definition at line 45 of file ElementQuad4.h.
|
inline |
|
inline |
Integration point coordinates (local coordinates).
ndim
], with ndim = 2
. Definition at line 55 of file ElementQuad4.h.