Skip to content

chintanp/finext

Repository files navigation

FINEXT

Finite Element Analysis from the browser.

Model in the browser and then send the model to the cloud for the computation, wait for some time, while our ever-growing back-end infrastructure brings you the results.

TODO

  • GUI for modelling.

  • Allow piping with python code and STAAD Pro

    • For python, following can be checked out:

    • Verify results with STAAD-Pro, using .NET -> may be more robust than VBA

    • Include libraries like annyang for speech recognition

  • Explore options for speeding up the server,

    • Try deploying parts to multiple services
    • Try map-reduce etc.
    • make the code non-blocking