boundary-cells
Version:
Enumerates all boundary cells in a simplicial complex
34 lines (33 loc) • 722 B
JSON
{
"name": "boundary-cells",
"version": "2.0.2",
"description": "Enumerates all boundary cells in a simplicial complex",
"main": "boundary.js",
"directories": {
"test": "test"
},
"dependencies": {},
"devDependencies": {
"oriented-simplicial-complex-compare": "^1.0.0",
"tape": "^4.0.0"
},
"scripts": {
"test": "tape test/*.js"
},
"repository": {
"type": "git",
"url": "git://github.com/mikolalysenko/boundary-cells.git"
},
"keywords": [
"boundary",
"cell",
"simplicial",
"complex",
"mesh",
"topology"
],
"author": "Mikola Lysenko",
"license": "MIT",
"readmeFilename": "README.md",
"gitHead": "1d6b36821108ed468a8d667e2f498b73ae1a50b3"
}