BCPartToElem
Converts part values to elemental values.
Inputs
- src
 - A part value table.
 - elems
 - An element entity table.
 
Outputs
- answer
 - An elemental value table.
 
Comments
- If src is a vector or tensor table, it should be transformed to the global coordinate system.
 - Aggregation modes are not applicable for this operation.
 
Syntax
BCPartToElem(src,elems)XML Example
<call name="BCPartToElem" src="src_tab" elems="elem_tab" 
answer="ans_tab" />