centroid
averageVertices()
User Documentation
inpRW
API Reference
config
config_re
csid
eval2
elType
inpDecimal
inpInt
inpKeyword
inpKeywordHelper
inpKeywordSequence
inpRWErrors
inpString
mesh
misc_functions
NoneSort
printer
repr2
Update Notes
Legal Notices and Usage Disclaimer
inpRW._inpCustom
This module contains functions with different methods of calculating centroids.
Estimates the centroid of nodeCoords by simply averaging the coordinates.
nodeCoords (list) – A list of lists containing the nodal coordinates to be averaged.
A numpy array containing the coordinates of the element centroid.
numpy.ndarray