First page Back Continue Last page Overview Graphics
NetFEM Server Side: Nodes
NetFEM_Nodes(n,nnodes,coord,”Position (m)”)
- Registers node locations with NetFEM—future vectors and scalars will be associated with nodes
- n is the handle returned by NetFEM_Begin
- nnodes is the number of nodes
- coord is a dim by nnodes array of doubles
- The string describes the coordinate system and meaning of nodes
Currently, there can only be one call to nodes