/flask-surface-energy

Sample Python Flask application for testing OpenShift 3 deployment using OpenShift default Python S2I builder and gunicorn.

Primary LanguageC

Flask Surface Energy Calculator Webapp

Python flask server to serve water surface energy calculation suite.

Calculation code is C transpiled from MATLAB. These source files are found under numerical_integral_pkg/.

C share object library is called by the flask server for server side compute.

C is also compiled to WASM under static/ to enable client side compute as well.