GooseFEM 1.4.1.dev2+g78f16df
Loading...
Searching...
No Matches
GooseFEM::Element::Hex8::Nodal Namespace Reference

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.
 

Detailed Description

nodal quadrature: quadrature points coincide with the nodes.

The order is the same as in the connectivity.

Function Documentation

◆ nip()

size_t GooseFEM::Element::Hex8::Nodal::nip ( )
inline

Number of integration points:

 nip = nne = 8
Returns
unsigned int

Definition at line 125 of file ElementHex8.h.

◆ w()

array_type::tensor< double, 1 > GooseFEM::Element::Hex8::Nodal::w ( )
inline

Integration point weights.

Returns
Coordinates [nip].

Definition at line 182 of file ElementHex8.h.

◆ xi()

array_type::tensor< double, 2 > GooseFEM::Element::Hex8::Nodal::xi ( )
inline

Integration point coordinates (local coordinates).

Returns
Coordinates [nip, ndim], with ndim = 3.

Definition at line 135 of file ElementHex8.h.