First page Back Continue Last page Overview Graphics
NetFEM Server Side: Vectors
NetFEM_Vector(n,val,”Displacement (m)”)
- Registers a spatial vector with each node or element
- Whichever kind was registered last
- n is the handle returned by NetFEM_Begin
- val is a dim by nitems array of doubles
- There’s also a more general NetFEM_Vector_field in the manual
- The string describes the meaning and units of the vectors
Repeat to register multiple sets of vectors
- Perhaps: Displacement, velocity, acceleration, rotation, …