UNPKG

awatif-fem

Version:

Awatif Finite Element Method (FEM) Solver

37 lines (36 loc) 1.19 kB
{ "name": "awatif-fem", "version": "1.0.1", "description": "Awatif Finite Element Method (FEM) Solver", "type": "module", "main": "src/index.ts", "types": "src/index.ts", "keywords": [ "awatif", "parametricdesign", "computationaldesign", "structuralengineering", "parametricmodeling", "fem", "finiteelementmethod" ], "author": "Mohamed Adil", "homepage": "https://awatif.co/awatif-fem", "repository": { "type": "git", "url": "https://github.com/madil4/awatif" }, "scripts": { "dev": "node --experimental-vm-modules ../node_modules/jest/bin/jest.js --watch", "build": "emcc ./src/cpp/deform.cpp ./src/cpp/utils/getGlobalStiffnessMatrix.cpp ./src/cpp/utils/getLocalStiffnessMatrix.cpp ./src/cpp/utils/getTransformationMatrix.cpp -o ./src/cpp/built/deform.js -O3 -s MODULARIZE -s EXPORT_ES6 -s EXPORTED_FUNCTIONS=_malloc,_free,_deform -s EXPORTED_RUNTIME_METHODS=HEAPF64,HEAPU32,HEAPU8 -I /Users/mohamed/Applications/eigen/" }, "devDependencies": { "@types/emscripten": "^1.40.1", "@types/jest": "~29.5.14", "jest": "~29.7.0", "ts-jest": "~29.2.5" }, "dependencies": { "mathjs": "^14.4.0" } }