https://github.com/sccn/nft
Neuroelectromagnetic Forward Modeling Toolbox
https://github.com/sccn/nft
Last synced: about 1 year ago
JSON representation
Neuroelectromagnetic Forward Modeling Toolbox
- Host: GitHub
- URL: https://github.com/sccn/nft
- Owner: sccn
- Created: 2019-06-05T23:00:26.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2024-08-02T19:28:05.000Z (almost 2 years ago)
- Last Synced: 2025-04-01T13:38:08.801Z (about 1 year ago)
- Language: MATLAB
- Size: 42.2 MB
- Stars: 7
- Watchers: 2
- Forks: 7
- Open Issues: 3
-
Metadata Files:
- Readme: README.FEM
Awesome Lists containing this project
README
NFT-2.1 includes support for Finite Element Method using the METU-FP toolkit.
The METU-FEM solver uses the PetSc framework for parallel numerical computation.
It is hard to prepare and distribute portable binaries that use PetSc.
In order to have FEM support, you will have to download and build the
METU-FEM package. You will also need TETGEN for mesh generation.
METU-FP:
homepage: http://www.eee.metu.edu.tr/metu-fp/
installation: Compile the toolkit, and copy the generated executable,
`forward` into the NFT-2.0/bin/ directory.
TETGEN:
homepage: http://tetgen.org/
installation: Compile tetgen and copy the generated 'tetgen' executable,
into the NFT-2.0/bin/ directory.