GooseFEM 1.4.1.dev2+g78f16df
|
nodal quadrature: quadrature points coincide with the nodes. 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. | |
nodal quadrature: quadrature points coincide with the nodes.
The order is the same as in the connectivity.
|
inline |
Number of integration points:
nip = nne = 8
Definition at line 125 of file ElementHex8.h.
|
inline |
|
inline |
Integration point coordinates (local coordinates).
ndim
], with ndim = 3
. Definition at line 135 of file ElementHex8.h.