The FieldLocation object can have the following members:
- position
 
A SymbolicConstant specifying the position of the output in the element. Possible values are:
                            NODAL, specifying the values calculated at the nodes.
 
                            INTEGRATION_POINT, specifying the values calculated at the integration points.
 
                            ELEMENT_NODAL, specifying the values obtained by extrapolating results calculated at the integration points.
 
                            ELEMENT_FACE.
 
                            CENTROID, specifying the value at the centroid obtained by extrapolating results calculated at the integration points.
 
 
- sectionPoints
 
A SectionPointArray object.