BCElemToPart

Converts elemental values to part values.

Inputs

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

Outputs

answer
An part 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

BCElemToPart(src,elems,aggregate)

XML Example

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