Skip to content

NGSolve/ngsolve-addon-template

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

An minimal NGSolve addon with Python bindings

Quick install: install the addon package directly with pip:

pip install git+https://github.com/NGSolve/ngsolve-addon-template.git

Step-by-step installation:

git clone https://github.com/NGSolve/ngsolve-addon-template.git
cd ngsolve-addon-template
mkdir build
cd build
cmake ..
make -j4 install

Some more NGSolve addons you can find here:

About

An Minimal NGSolve Addon with Python Bindings

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published