postprocess

compas_fea2.utilities.postprocess(nodes, elements, ux, uy, uz, data, dtype, scale, cbar, ctype, iptype, nodal)

Post-process data from analysis results for given step and field.

Parameters
nodeslist

[[x, y, z], ..] co-ordinates of each node.

elementslist

Node numbers that each element connects.

uxlist

List of nodal x displacements.

uylist

List of nodal y displacements.

uzlist

List of nodal z displacements.

datadic

Unprocessed data.

dtypestr

‘nodal’ or ‘element’.

scalefloat

Scale displacements for the deformed plot.

cbarlist

Minimum and maximum limits on the colorbar.

ctypeint

RGB color type, 1 or 255.

iptypestr

‘mean’, ‘max’ or ‘min’ of an element’s integration point data.

nodalstr

‘mean’, ‘max’ or ‘min’ for nodal values.

Returns
float

Time taken to process data.

list

Scaled deformed nodal co-ordinates.

list

Nodal colors.

float

Absolute maximum nodal data value.

list

Normalised data values.

list

Element colors.

float

Absolute maximum element data value.