BCNodeToPart

Aggregates nodal values to part values.

Inputs

src
A nodal value table.
elems
An element entity table.
aggregate
An aggregation mode (avg, sum, min, max, extreme).

Outputs

answer
An elemental value table.

Comments

  • If src is a vector or tensor table, it should be transformed to the global coordinate system.
  • min, max, and extreme aggregate modes are valid only for scalar data.

Syntax

BCNodeToPart(src,elems,aggregate)

XML Example

<call name="BCNodeToPart" src="src_tab" elems="elem_tab" 
aggregate="avg" answer="ans_tab" />