GooseFEM 1.4.1.dev2+g78f16df
|
midpoint quadrature: quadrature points in the middle of the 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. | |
midpoint quadrature: quadrature points in the middle of the element::
+ ------- + | | | 0 | | | + ------- +
|
inline |
Number of integration points::
nip = 1
Definition at line 183 of file ElementQuad4.h.
|
inline |
|
inline |
Integration point coordinates (local coordinates).
ndim
], with ndim = 2
. Definition at line 193 of file ElementQuad4.h.