Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/chubi-x/finiteviz
https://github.com/chubi-x/finiteviz
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/chubi-x/finiteviz
- Owner: chubi-x
- Created: 2023-06-28T15:41:00.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2023-09-20T14:23:27.000Z (about 1 year ago)
- Last Synced: 2023-09-21T04:01:38.985Z (about 1 year ago)
- Language: JavaScript
- Size: 817 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
I built FiniteViz, a Web-Based Finite Element 3D Mesh Generator/Viewer, for my Msc Advanced Computer Science dissertation. FiniteViz is a microservices-based web application that efficiently sends and receives mesh data to and from C++ computation environment through a flask REST API and visualises such data on the client using Three.js.
FiniteViz is able to:
* Generate multiple Finite Element meshes scalably and
effectively,
* Accurately visualise 3D mesh results received from the server.
* Horizontally scale based on user load and requirementsFiniteViz was ultimately built to provide an example of a cost-effective
and efficient finite element mesh generation tool which could enable students and
smaller engineering teams to run their computations without having to purchase
proprietary software licenses.