Skip to content

Commit

Permalink
Add example files
Browse files Browse the repository at this point in the history
  • Loading branch information
lge88 committed Jan 29, 2013
1 parent 3022204 commit 3d8e60a
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 0 deletions.
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,2 +1,6 @@
# direct-fea #
An integrated FEA (Finite Element Analysis) engine written in Node.js.

# API #


2 changes: 2 additions & 0 deletions examples/basic.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
var df = require('../index.js');
var m = df.createModel();

0 comments on commit 3d8e60a

Please sign in to comment.