BCElemToNode
Converts elemental values to nodal values.
Inputs
- src
- An elemental value table.
- elems
- An element entity table.
- aggregate
- An aggregation mode (avg, sum, min, max, extreme).
Outputs
- answer
- A nodal 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
BCElemToNode(src,elems,aggregate)XML Example
<call name="BCElemToNode" src="src_tab" elems="elem_tab"
aggregate="avg" answer="ans_tab" />