Skip to content

Latest commit

 

History

History
23 lines (15 loc) · 1.02 KB

README_en.md

File metadata and controls

23 lines (15 loc) · 1.02 KB

Divider

#####(by students of NTU "KhPI" SPC department)

This is a Swing-based desktop application for preprocessing data for finite-element modeling of deformation and creep problems (started as Paul Lysak's graduate work). User can create some figure, build a mesh from it and apply edge conditions (forces and fixed points). This version is merging of Paul's v2.6a (completed in 2009) and path v2.6b (I didn't know his name yet) and my own changes (v2.7). See doc/changes.md (Russian, utf-8) for details.

How to run

In Unix' terminal (you need Maven to build it)

cd <path-to-project>
mvn package
mvn exec:java

Also, you can generate project for Eclipse:

mvn eclipse:eclipse

Or in Eclipse itself, with m2e plugin (may be preinstalled):

File > Import > Maven > Existing Maven Project > *select Divider's directory*