First page Back Continue Last page Overview Graphics
NetFEM Server Side: Setup
n=NetFEM_Begin(FEM_My_partition(),timestep, dim,NetFEM_POINTAT)
- Call this each time through your timeloop; or skip
- timestep identifies this data update
- dim is the spatial dimension—must be 2 or 3
- Returns a NetFEM handle n used by everything else
NetFEM_End(n)