First page Back Continue Last page Overview Graphics
NetFEM Server Side: Scalars
NetFEM_Scalar(n,val,s,”Displacement (m)”)
- Registers s scalars with each node or element
- Whichever kind was registered last
- n is the handle returned by NetFEM_Begin
- val is an s by nitems array of doubles
- There’s also a more general NetFEM_Scalar_field in the manual
- s is the number of doubles for each node or element
- The string describes the meaning and units of the scalars
Repeat to register multiple sets of scalars
- Perhaps: Stress, plasticity, node type, damage, …