FrictionQPotFEM 0.23.3
|
midpoint quadrature: quadrature points in the middle of the element:: More...
Functions | |
size_t | nip () |
Number of integration points:: More... | |
array_type::tensor< double, 2 > | xi () |
Integration point coordinates (local coordinates). More... | |
array_type::tensor< double, 1 > | w () |
Integration point weights. More... | |
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.